public class UpdateUserBatchOptionsDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateUserBatchOptionsDto.PasswordEncryptType
密码加密类型,支持使用 RSA256 和国密 SM2 算法进行加密。
|
| 构造器和说明 |
|---|
UpdateUserBatchOptionsDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAutoGeneratePassword() |
UpdateUserBatchOptionsDto.PasswordEncryptType |
getPasswordEncryptType() |
Boolean |
getResetPasswordOnNextLogin() |
SendResetPasswordNotificationDto |
getSendPasswordResetedNotification() |
void |
setAutoGeneratePassword(Boolean autoGeneratePassword) |
void |
setPasswordEncryptType(UpdateUserBatchOptionsDto.PasswordEncryptType passwordEncryptType) |
void |
setResetPasswordOnNextLogin(Boolean resetPasswordOnNextLogin) |
void |
setSendPasswordResetedNotification(SendResetPasswordNotificationDto sendPasswordResetedNotification) |
public Boolean getResetPasswordOnNextLogin()
public void setResetPasswordOnNextLogin(Boolean resetPasswordOnNextLogin)
public UpdateUserBatchOptionsDto.PasswordEncryptType getPasswordEncryptType()
public void setPasswordEncryptType(UpdateUserBatchOptionsDto.PasswordEncryptType passwordEncryptType)
public Boolean getAutoGeneratePassword()
public void setAutoGeneratePassword(Boolean autoGeneratePassword)
public SendResetPasswordNotificationDto getSendPasswordResetedNotification()
public void setSendPasswordResetedNotification(SendResetPasswordNotificationDto sendPasswordResetedNotification)
Copyright © 2022. All rights reserved.