| Package | Description |
|---|---|
| com.vmware.appliance.techpreview.localaccounts |
| Modifier and Type | Field and Description |
|---|---|
static UserTypes.UserRole |
UserTypes.UserRole.admin
Able to configure the appliance.
|
static UserTypes.UserRole |
UserTypes.UserRole.operator
Able to read the appliance configuration.
|
static UserTypes.UserRole |
UserTypes.UserRole.superAdmin
Able to configure the appliance, manage local accounts and use the BASH shell
|
| Modifier and Type | Method and Description |
|---|---|
UserTypes.UserRole |
UserTypes.UserConfigGet.getRole()
User roles
|
UserTypes.UserRole |
UserTypes.UserConfig.getRole()
User roles
|
UserTypes.UserRole |
UserTypes.NewUserConfig.getRole()
User roles.
|
static UserTypes.UserRole |
UserTypes.UserRole.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static UserTypes.UserRole[] |
UserTypes.UserRole.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTypes.UserConfigGet.setRole(UserTypes.UserRole role)
User roles
|
void |
UserTypes.UserConfig.setRole(UserTypes.UserRole role)
User roles
|
void |
UserTypes.NewUserConfig.setRole(UserTypes.UserRole role)
User roles.
|
UserTypes.NewUserConfig.Builder |
UserTypes.NewUserConfig.Builder.setRole(UserTypes.UserRole role)
User roles.
|
| Constructor and Description |
|---|
UserTypes.UserConfig.Builder(String username,
UserTypes.UserRole role,
String fullname,
UserTypes.UserAccountStatus status,
String email)
Constructor with parameters for the required properties of
UserTypes.UserConfig. |
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.