public class EdgeSslVpnUserUpdateRequest extends Object implements Serializable
Constructor and Description |
---|
EdgeSslVpnUserUpdateRequest(String userId,
String objectId,
String firstName,
String lastName,
String description,
Boolean disableAccount,
String password,
Boolean passwordNeverExpires,
Boolean changePwdOnNextLogin) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
String |
getFirstName()
Gets the first name.
|
String |
getLastName()
Gets the last name.
|
String |
getObjectId()
Gets the object id.
|
String |
getPassword()
Gets the password.
|
String |
getUserId()
Gets the user id.
|
Boolean |
isChangePwdOnNextLogin()
Indicates whether user is required to change pwd on next login.
|
Boolean |
isDisableAccount()
Indicates whether the account is disabled.
|
Boolean |
isPasswordNeverExpires()
Indicates whether the password never expires.
|
void |
setObjectId(String objectId)
Set the user object ID.
|
public String getUserId()
public String getFirstName()
public String getLastName()
public String getDescription()
public Boolean isDisableAccount()
public Boolean isPasswordNeverExpires()
public Boolean isChangePwdOnNextLogin()
public String getPassword()
public String getObjectId()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.