| Package | Description |
|---|---|
| gr.iccs.isense.circ4life.rest.client | |
| gr.iccs.isense.circ4life.rest.resources |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RESTWebServiceClient.setSession(AccessControlManager.AccessTokens accesstokens)
Set the access tokens of this client to the specified ones.
|
| Modifier and Type | Field and Description |
|---|---|
AccessControlManager.AccessTokens |
AccessControlManager.LoginResult.tokens
The access tokens.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessControlManager.AccessTokens |
AccessControlManager.getAccessTokens(String ClientID,
String Username,
String Password)
Perform a session login on the Access Control Manager and get the
access/refresh tokens.
|
static AccessControlManager.AccessTokens |
AccessControlManager.refreshAccessTokens(String ClientID,
AccessControlManager.AccessTokens accessTokens,
boolean check_expiration)
Perform a refresh of the access tokens, optionally check the expiration.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AccessControlManager.endSession(String ClientID,
AccessControlManager.AccessTokens accessTokens)
Perform a session logout on the Access Control Manager, using the
corresponding Client ID and access/refresh tokens.
|
static AccessControlManager.AccessTokens |
AccessControlManager.refreshAccessTokens(String ClientID,
AccessControlManager.AccessTokens accessTokens,
boolean check_expiration)
Perform a refresh of the access tokens, optionally check the expiration.
|
Copyright © 2020. All rights reserved.