| Package | Description |
|---|---|
| com.vmware.appliance.techpreview.localaccounts |
| Modifier and Type | Field and Description |
|---|---|
static UserTypes.UserPasswordStatus |
UserTypes.UserPasswordStatus.expired
The password has expired.
|
static UserTypes.UserPasswordStatus |
UserTypes.UserPasswordStatus.notset
No password has been set
|
static UserTypes.UserPasswordStatus |
UserTypes.UserPasswordStatus.valid
The password is still valid.
|
| Modifier and Type | Method and Description |
|---|---|
UserTypes.UserPasswordStatus |
UserTypes.UserConfigGet.getPasswordstatus()
Shows whether the user account is still valid or expired.
|
static UserTypes.UserPasswordStatus |
UserTypes.UserPasswordStatus.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static UserTypes.UserPasswordStatus[] |
UserTypes.UserPasswordStatus.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTypes.UserConfigGet.setPasswordstatus(UserTypes.UserPasswordStatus passwordstatus)
Shows whether the user account is still valid or expired.
|
| Constructor and Description |
|---|
UserTypes.UserConfigGet.Builder(String username,
UserTypes.UserRole role,
String fullname,
UserTypes.UserAccountStatus status,
UserTypes.UserPasswordStatus passwordstatus,
String email)
Constructor with parameters for the required properties of
UserTypes.UserConfigGet. |
Copyright © 2016. All Rights Reserved.