Modifier and Type | Method and Description |
---|---|
void |
AsyncService.initiate(java.lang.String authenticationToken,
AsyncService.AccountCallback ac)
Initiate the service, authenticating the client with an authentication
token.
|
void |
AsyncServiceImpl.initiate(java.lang.String authenticationToken,
AsyncService.AccountCallback ac) |
void |
AsyncService.initiate(java.lang.String username,
java.lang.String password,
AsyncService.AccountCallback ac)
Initiate the service, authenticating the client with user name and
password.
|
void |
AsyncServiceImpl.initiate(java.lang.String username,
java.lang.String password,
AsyncService.AccountCallback ac) |
void |
AsyncService.setCustomerContext(long customerId,
AsyncService.AccountCallback ac)
If the currently authenticated user has access to multiple customer
accounts, it is possible to switch between them, to target a different
account.
|
void |
AsyncServiceImpl.setCustomerContext(long customerId,
AsyncService.AccountCallback ac) |