public class CreateUserOptionsDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateUserOptionsDto.DepartmentIdType
此次调用中使用的父部门 ID 的类型
|
static class |
CreateUserOptionsDto.PasswordEncryptType
密码加密类型,支持使用 RSA256 和国密 SM2 算法进行加密。
|
| 构造器和说明 |
|---|
CreateUserOptionsDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAutoGeneratePassword() |
CreateUserOptionsDto.DepartmentIdType |
getDepartmentIdType() |
Boolean |
getKeepPassword() |
CreateUserOptionsDto.PasswordEncryptType |
getPasswordEncryptType() |
Boolean |
getResetPasswordOnFirstLogin() |
SendCreateAccountNotificationDto |
getSendNotification() |
void |
setAutoGeneratePassword(Boolean autoGeneratePassword) |
void |
setDepartmentIdType(CreateUserOptionsDto.DepartmentIdType departmentIdType) |
void |
setKeepPassword(Boolean keepPassword) |
void |
setPasswordEncryptType(CreateUserOptionsDto.PasswordEncryptType passwordEncryptType) |
void |
setResetPasswordOnFirstLogin(Boolean resetPasswordOnFirstLogin) |
void |
setSendNotification(SendCreateAccountNotificationDto sendNotification) |
public Boolean getKeepPassword()
public void setKeepPassword(Boolean keepPassword)
public Boolean getAutoGeneratePassword()
public void setAutoGeneratePassword(Boolean autoGeneratePassword)
public Boolean getResetPasswordOnFirstLogin()
public void setResetPasswordOnFirstLogin(Boolean resetPasswordOnFirstLogin)
public CreateUserOptionsDto.DepartmentIdType getDepartmentIdType()
public void setDepartmentIdType(CreateUserOptionsDto.DepartmentIdType departmentIdType)
public SendCreateAccountNotificationDto getSendNotification()
public void setSendNotification(SendCreateAccountNotificationDto sendNotification)
public CreateUserOptionsDto.PasswordEncryptType getPasswordEncryptType()
public void setPasswordEncryptType(CreateUserOptionsDto.PasswordEncryptType passwordEncryptType)
Copyright © 2022. All rights reserved.