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