类 CreateUserOptionsDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.CreateUserOptionsDto
-
public class CreateUserOptionsDto extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classCreateUserOptionsDto.DepartmentIdType此次调用中使用的父部门 ID 的类型static classCreateUserOptionsDto.PasswordEncryptType密码加密类型,支持使用 RSA256 和国密 SM2 算法进行加密。
-
构造器概要
构造器 构造器 说明 CreateUserOptionsDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BooleangetAutoGeneratePassword()CreateUserOptionsDto.DepartmentIdTypegetDepartmentIdType()BooleangetKeepPassword()CreateUserOptionsDto.PasswordEncryptTypegetPasswordEncryptType()BooleangetResetPasswordOnFirstLogin()SendCreateAccountNotificationDtogetSendNotification()voidsetAutoGeneratePassword(Boolean autoGeneratePassword)voidsetDepartmentIdType(CreateUserOptionsDto.DepartmentIdType departmentIdType)voidsetKeepPassword(Boolean keepPassword)voidsetPasswordEncryptType(CreateUserOptionsDto.PasswordEncryptType passwordEncryptType)voidsetResetPasswordOnFirstLogin(Boolean resetPasswordOnFirstLogin)voidsetSendNotification(SendCreateAccountNotificationDto sendNotification)
-
-
-
方法详细资料
-
getKeepPassword
public Boolean getKeepPassword()
-
setKeepPassword
public void setKeepPassword(Boolean keepPassword)
-
getAutoGeneratePassword
public Boolean getAutoGeneratePassword()
-
setAutoGeneratePassword
public void setAutoGeneratePassword(Boolean autoGeneratePassword)
-
getResetPasswordOnFirstLogin
public Boolean getResetPasswordOnFirstLogin()
-
setResetPasswordOnFirstLogin
public void setResetPasswordOnFirstLogin(Boolean resetPasswordOnFirstLogin)
-
getDepartmentIdType
public CreateUserOptionsDto.DepartmentIdType getDepartmentIdType()
-
setDepartmentIdType
public void setDepartmentIdType(CreateUserOptionsDto.DepartmentIdType departmentIdType)
-
getSendNotification
public SendCreateAccountNotificationDto getSendNotification()
-
setSendNotification
public void setSendNotification(SendCreateAccountNotificationDto sendNotification)
-
getPasswordEncryptType
public CreateUserOptionsDto.PasswordEncryptType getPasswordEncryptType()
-
setPasswordEncryptType
public void setPasswordEncryptType(CreateUserOptionsDto.PasswordEncryptType passwordEncryptType)
-
-