PasswordProfile 类
定义
The password profile associated with a user.
public class PasswordProfile
- 继承
-
java.lang.ObjectPasswordProfile
方法
forceChangePasswordNextLogin() |
Get the forceChangePasswordNextLogin value.
|
password() |
Get the password value.
|
withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin) |
Set the forceChangePasswordNextLogin value.
|
withPassword(String password) |
Set the password value.
|