UserTypes.NewUserConfig, UserTypes.UserAccountStatus, UserTypes.UserConfig, UserTypes.UserConfigGet, UserTypes.UserPasswordStatus, UserTypes.UserRole| Modifier and Type | Method and Description |
|---|---|
void |
add(UserTypes.NewUserConfig config)
Create a new local user account.
|
void |
add(UserTypes.NewUserConfig config,
AsyncCallback<Void> asyncCallback)
Create a new local user account.
|
void |
add(UserTypes.NewUserConfig config,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new local user account.
|
void |
add(UserTypes.NewUserConfig config,
InvocationConfig invocationConfig)
Create a new local user account.
|
void |
delete(String username)
Delete a local user account.
|
void |
delete(String username,
AsyncCallback<Void> asyncCallback)
Delete a local user account.
|
void |
delete(String username,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a local user account.
|
void |
delete(String username,
InvocationConfig invocationConfig)
Delete a local user account.
|
UserTypes.UserConfigGet |
get(String username)
Get the local user account information.
|
void |
get(String username,
AsyncCallback<UserTypes.UserConfigGet> asyncCallback)
Get the local user account information.
|
void |
get(String username,
AsyncCallback<UserTypes.UserConfigGet> asyncCallback,
InvocationConfig invocationConfig)
Get the local user account information.
|
UserTypes.UserConfigGet |
get(String username,
InvocationConfig invocationConfig)
Get the local user account information.
|
List<UserTypes.UserConfigGet> |
list()
List of local accounts
|
void |
list(AsyncCallback<List<UserTypes.UserConfigGet>> asyncCallback)
List of local accounts
|
void |
list(AsyncCallback<List<UserTypes.UserConfigGet>> asyncCallback,
InvocationConfig invocationConfig)
List of local accounts
|
List<UserTypes.UserConfigGet> |
list(InvocationConfig invocationConfig)
List of local accounts
|
void |
set(UserTypes.UserConfig config)
Update local user account properties role, full name, enabled status and
password
|
void |
set(UserTypes.UserConfig config,
AsyncCallback<Void> asyncCallback)
Update local user account properties role, full name, enabled status and
password
|
void |
set(UserTypes.UserConfig config,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update local user account properties role, full name, enabled status and
password
|
void |
set(UserTypes.UserConfig config,
InvocationConfig invocationConfig)
Update local user account properties role, full name, enabled status and
password
|
void delete(String username)
Synchronous method overload. Result of the invocation will be reported as a method return value.
username - User login name.Error - Generic errorvoid delete(String username, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
username - User login name.invocationConfig - Configuration for the method invocation.Error - Generic errorvoid delete(String username, AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
username - User login name.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(String username, AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
username - User login name.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void add(UserTypes.NewUserConfig config)
Synchronous method overload. Result of the invocation will be reported as a method return value.
config - User configuration.Error - Generic errorvoid add(UserTypes.NewUserConfig config, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
config - User configuration.invocationConfig - Configuration for the method invocation.Error - Generic errorvoid add(UserTypes.NewUserConfig config, AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
config - User configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void add(UserTypes.NewUserConfig config, AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
config - User configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void set(UserTypes.UserConfig config)
Synchronous method overload. Result of the invocation will be reported as a method return value.
config - User configuration.Error - Generic errorvoid set(UserTypes.UserConfig config, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
config - User configuration.invocationConfig - Configuration for the method invocation.Error - Generic errorvoid set(UserTypes.UserConfig config, AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
config - User configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void set(UserTypes.UserConfig config, AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
config - User configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.List<UserTypes.UserConfigGet> list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorList<UserTypes.UserConfigGet> list(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid list(AsyncCallback<List<UserTypes.UserConfigGet>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
User configuration.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(AsyncCallback<List<UserTypes.UserConfigGet>> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
User configuration.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.UserTypes.UserConfigGet get(String username)
Synchronous method overload. Result of the invocation will be reported as a method return value.
username - User login name.Error - Generic errorUserTypes.UserConfigGet get(String username, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
username - User login name.invocationConfig - Configuration for the method invocation.Error - Generic errorvoid get(String username, AsyncCallback<UserTypes.UserConfigGet> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
local user account information
Operation Errors:
Error - Generic error
username - User login name.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(String username, AsyncCallback<UserTypes.UserConfigGet> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
local user account information
Operation Errors:
Error - Generic error
username - User login name.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.Copyright © 2016. All Rights Reserved.