public static class EdgeGatewaySSLVPNResponse.User extends Object
Constructor and Description |
---|
User(String userId,
String password,
String firstName,
String lastName,
String description,
boolean disableUserAccount,
boolean passwordNeverExpires,
boolean allowChangePassword,
boolean changePasswordOnNextLogin)
Instantiates a new user.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets description.
|
String |
getFirstName()
Gets firstName.
|
String |
getLastName()
Gets lastName.
|
String |
getPassword()
Gets password.
|
String |
getUserId()
Gets userId.
|
boolean |
isAllowChangePassword()
Gets allowChangePassword.
|
boolean |
isChangePasswordOnNextLogin()
Gets changePasswordOnNextLogin
|
boolean |
isDisableUserAccount()
Gets disableUserAccount.
|
boolean |
isPasswordNeverExpires()
Gets passwordNeverExpires.
|
public User(String userId, String password, String firstName, String lastName, String description, boolean disableUserAccount, boolean passwordNeverExpires, boolean allowChangePassword, boolean changePasswordOnNextLogin)
userId
- the user idpassword
- the passwordfirstName
- the first namelastName
- the last namedescription
- the descriptiondisableUserAccount
- the disable user accountpasswordNeverExpires
- the password never expiresallowChangePassword
- the allow change passwordchangePasswordOnNextLogin
- the change password on next loginpublic boolean isDisableUserAccount()
Whether or not user account is enabled or disabled
public boolean isPasswordNeverExpires()
Whether or not user password expires
public boolean isAllowChangePassword()
Whether or not user is allowed to change password
public boolean isChangePasswordOnNextLogin()
Whether or not user is to change password the next time they log in. Not configurable if AllowChangePassword is false
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.