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