public class UpdateUserOptionsDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateUserOptionsDto.PasswordEncryptType
密码加密类型,支持使用 RSA256 和国密 SM2 算法进行加密。
|
static class |
UpdateUserOptionsDto.UserIdType
用户 ID 类型,默认值为 `user_id`,可选值为:
- `user_id`: Authing 用户 ID,如 `6319a1504f3xxxxf214dd5b7`
- `phone`: 用户手机号
- `email`: 用户邮箱
- `username`: 用户名
- `external_id`: 用户在外部系统的 ID,对应 Authing 用户信息的 `externalId` 字段
- `identity`: 用户的外部身份源信息,格式为 `
|
| 构造器和说明 |
|---|
UpdateUserOptionsDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAutoGeneratePassword() |
UpdateUserOptionsDto.PasswordEncryptType |
getPasswordEncryptType() |
Boolean |
getResetPasswordOnNextLogin() |
SendResetPasswordNotificationDto |
getSendPasswordResetedNotification() |
UpdateUserOptionsDto.UserIdType |
getUserIdType() |
void |
setAutoGeneratePassword(Boolean autoGeneratePassword) |
void |
setPasswordEncryptType(UpdateUserOptionsDto.PasswordEncryptType passwordEncryptType) |
void |
setResetPasswordOnNextLogin(Boolean resetPasswordOnNextLogin) |
void |
setSendPasswordResetedNotification(SendResetPasswordNotificationDto sendPasswordResetedNotification) |
void |
setUserIdType(UpdateUserOptionsDto.UserIdType userIdType) |
public UpdateUserOptionsDto.UserIdType getUserIdType()
public void setUserIdType(UpdateUserOptionsDto.UserIdType userIdType)
public Boolean getResetPasswordOnNextLogin()
public void setResetPasswordOnNextLogin(Boolean resetPasswordOnNextLogin)
public UpdateUserOptionsDto.PasswordEncryptType getPasswordEncryptType()
public void setPasswordEncryptType(UpdateUserOptionsDto.PasswordEncryptType passwordEncryptType)
public Boolean getAutoGeneratePassword()
public void setAutoGeneratePassword(Boolean autoGeneratePassword)
public SendResetPasswordNotificationDto getSendPasswordResetedNotification()
public void setSendPasswordResetedNotification(SendResetPasswordNotificationDto sendPasswordResetedNotification)
Copyright © 2022. All rights reserved.