UserTypes.NewUserConfig, UserTypes.UserAccountStatus, UserTypes.UserConfig, UserTypes.UserConfigGet, UserTypes.UserPasswordStatus, UserTypes.UserRole| Constructor and Description |
|---|
UserStub(ApiProvider apiProvider,
StubConfigurationBase config) |
| 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
|
public UserStub(ApiProvider apiProvider, StubConfigurationBase config)
public void delete(String username)
UserSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(String username, InvocationConfig invocationConfig)
UserSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void delete(String username, AsyncCallback<Void> asyncCallback)
UserAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
public void delete(String username, AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
UserAsynchronous 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
public void add(UserTypes.NewUserConfig config)
UserSynchronous method overload. Result of the invocation will be reported as a method return value.
public void add(UserTypes.NewUserConfig config, InvocationConfig invocationConfig)
UserSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void add(UserTypes.NewUserConfig config, AsyncCallback<Void> asyncCallback)
UserAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
public void add(UserTypes.NewUserConfig config, AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
UserAsynchronous 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
public void set(UserTypes.UserConfig config)
UserSynchronous method overload. Result of the invocation will be reported as a method return value.
public void set(UserTypes.UserConfig config, InvocationConfig invocationConfig)
UserSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void set(UserTypes.UserConfig config, AsyncCallback<Void> asyncCallback)
UserAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
public void set(UserTypes.UserConfig config, AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
UserAsynchronous 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
public List<UserTypes.UserConfigGet> list()
UserSynchronous method overload. Result of the invocation will be reported as a method return value.
public List<UserTypes.UserConfigGet> list(InvocationConfig invocationConfig)
UserSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void list(AsyncCallback<List<UserTypes.UserConfigGet>> asyncCallback)
UserAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
User configuration.
Operation Errors:
Error - Generic error
public void list(AsyncCallback<List<UserTypes.UserConfigGet>> asyncCallback, InvocationConfig invocationConfig)
UserAsynchronous 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
public UserTypes.UserConfigGet get(String username)
UserSynchronous method overload. Result of the invocation will be reported as a method return value.
public UserTypes.UserConfigGet get(String username, InvocationConfig invocationConfig)
UserSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(String username, AsyncCallback<UserTypes.UserConfigGet> asyncCallback)
UserAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
local user account information
Operation Errors:
Error - Generic error
public void get(String username, AsyncCallback<UserTypes.UserConfigGet> asyncCallback, InvocationConfig invocationConfig)
UserAsynchronous 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
Copyright © 2016. All Rights Reserved.