类 UpdateUserBatchOptionsDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.UpdateUserBatchOptionsDto
-
public class UpdateUserBatchOptionsDto extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classUpdateUserBatchOptionsDto.PasswordEncryptType密码加密类型,支持使用 RSA256 和国密 SM2 算法进行加密。
-
构造器概要
构造器 构造器 说明 UpdateUserBatchOptionsDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BooleangetAutoGeneratePassword()UpdateUserBatchOptionsDto.PasswordEncryptTypegetPasswordEncryptType()BooleangetResetPasswordOnNextLogin()SendResetPasswordNotificationDtogetSendPasswordResetedNotification()voidsetAutoGeneratePassword(Boolean autoGeneratePassword)voidsetPasswordEncryptType(UpdateUserBatchOptionsDto.PasswordEncryptType passwordEncryptType)voidsetResetPasswordOnNextLogin(Boolean resetPasswordOnNextLogin)voidsetSendPasswordResetedNotification(SendResetPasswordNotificationDto sendPasswordResetedNotification)
-
-
-
方法详细资料
-
getResetPasswordOnNextLogin
public Boolean getResetPasswordOnNextLogin()
-
setResetPasswordOnNextLogin
public void setResetPasswordOnNextLogin(Boolean resetPasswordOnNextLogin)
-
getPasswordEncryptType
public UpdateUserBatchOptionsDto.PasswordEncryptType getPasswordEncryptType()
-
setPasswordEncryptType
public void setPasswordEncryptType(UpdateUserBatchOptionsDto.PasswordEncryptType passwordEncryptType)
-
getAutoGeneratePassword
public Boolean getAutoGeneratePassword()
-
setAutoGeneratePassword
public void setAutoGeneratePassword(Boolean autoGeneratePassword)
-
getSendPasswordResetedNotification
public SendResetPasswordNotificationDto getSendPasswordResetedNotification()
-
setSendPasswordResetedNotification
public void setSendPasswordResetedNotification(SendResetPasswordNotificationDto sendPasswordResetedNotification)
-
-