TokenResponse |
TokenClient.exec() |
Executes the call to the REST Service and processes the response.
|
TokenResponse |
TokenClient.execAuthorizationCode(String code,
String redirectUri,
String clientId,
String clientSecret) |
Executes the call to the REST Service requesting the authorization and
processes the response.
|
TokenResponse |
TokenClient.execClientCredentialsGrant(String scope,
String clientId,
String clientSecret) |
Executes the call to the REST Service requesting the authorization and
processes the response.
|
TokenResponse |
TokenClient.execExtensionGrant(String grantTypeUri,
String assertion,
String clientId,
String clientSecret) |
Executes the call to the REST Service requesting the authorization and
processes the response.
|
TokenResponse |
TokenClient.execRefreshToken(String scope,
String refreshToken,
String clientId,
String clientSecret) |
Executes the call to the REST Service requesting the authorization and
processes the response.
|
TokenResponse |
TokenClient.execResourceOwnerPasswordCredentialsGrant(String username,
String password,
String scope,
String clientId,
String clientSecret) |
Executes the call to the REST Service requesting the authorization and
processes the response.
|