| Package | Description |
|---|---|
| com.vmware.appliance.techpreview.localaccounts |
| Modifier and Type | Method and Description |
|---|---|
static UserTypes.UserConfigGet |
UserTypes.UserConfigGet._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
UserTypes.UserConfigGet |
UserTypes.UserConfigGet.Builder.build() |
UserTypes.UserConfigGet |
UserStub.get(String username) |
UserTypes.UserConfigGet |
User.get(String username)
Get the local user account information.
|
UserTypes.UserConfigGet |
UserStub.get(String username,
InvocationConfig invocationConfig) |
UserTypes.UserConfigGet |
User.get(String username,
InvocationConfig invocationConfig)
Get the local user account information.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserTypes.UserConfigGet> |
UserStub.list() |
List<UserTypes.UserConfigGet> |
User.list()
List of local accounts
|
List<UserTypes.UserConfigGet> |
UserStub.list(InvocationConfig invocationConfig) |
List<UserTypes.UserConfigGet> |
User.list(InvocationConfig invocationConfig)
List of local accounts
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserStub.get(String username,
AsyncCallback<UserTypes.UserConfigGet> asyncCallback) |
void |
User.get(String username,
AsyncCallback<UserTypes.UserConfigGet> asyncCallback)
Get the local user account information.
|
void |
UserStub.get(String username,
AsyncCallback<UserTypes.UserConfigGet> asyncCallback,
InvocationConfig invocationConfig) |
void |
User.get(String username,
AsyncCallback<UserTypes.UserConfigGet> asyncCallback,
InvocationConfig invocationConfig)
Get the local user account information.
|
void |
UserStub.list(AsyncCallback<List<UserTypes.UserConfigGet>> asyncCallback) |
void |
User.list(AsyncCallback<List<UserTypes.UserConfigGet>> asyncCallback)
List of local accounts
|
void |
UserStub.list(AsyncCallback<List<UserTypes.UserConfigGet>> asyncCallback,
InvocationConfig invocationConfig) |
void |
User.list(AsyncCallback<List<UserTypes.UserConfigGet>> asyncCallback,
InvocationConfig invocationConfig)
List of local accounts
|
Copyright © 2016. All Rights Reserved.