| Package | Description |
|---|---|
| org.mule.extension.oauth2.internal | |
| org.mule.extension.oauth2.internal.tokenmanager |
| Modifier and Type | Field and Description |
|---|---|
protected TokenManagerConfig |
AbstractGrantType.tokenManager
The token manager configuration to use for this grant type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthOperations.invalidateOauthContext(TokenManagerConfig tokenManager,
String resourceOwnerId)
Clears the oauth context for a token manager and a resource owner id.
|
String |
OAuthOperations.retrieveAccessToken(TokenManagerConfig tokenManager,
String resourceOwnerId)
Returns the access token of the token manager for the parametrized resource owner ID
|
Object |
OAuthOperations.retrieveCustomTokenResponseParam(TokenManagerConfig tokenManager,
String resourceOwnerId,
String key)
Returns the value of the parameter that was extracted during the dance from the token manager for the parametrized resource owner ID
|
String |
OAuthOperations.retrieveExpiresIn(TokenManagerConfig tokenManager,
String resourceOwnerId)
Returns the expiration of the oauth context for the parametrized resource owner ID
|
String |
OAuthOperations.retrieveRefreshToken(TokenManagerConfig tokenManager,
String resourceOwnerId)
Returns the refresh token of the oauth context for the parametrized resource owner ID
|
String |
OAuthOperations.retrieveState(TokenManagerConfig tokenManager,
String resourceOwnerId)
Returns the state of the oauth context for the parametrized resource owner ID
|
| Modifier and Type | Method and Description |
|---|---|
static TokenManagerConfig |
TokenManagerConfig.createDefault(org.mule.runtime.core.api.MuleContext context) |
Copyright © 2017. All rights reserved.