| Package | Description |
|---|---|
| org.mule.extension.oauth2.api.tokenmanager |
Classes in this package are not meant to be part of the Java API for this module, but the SDK exports them when dealing with
this extension even though there are no way to generate instances of this types from expressions.
|
| org.mule.extension.oauth2.internal |
| Modifier and Type | Method and Description |
|---|---|
static TokenManagerConfig |
TokenManagerConfig.createDefault(org.mule.runtime.core.api.MuleContext context) |
static TokenManagerConfig |
TokenManagerConfig.getTokenManagerConfigByName(String name) |
| 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
|
Copyright © 2019 MuleSoft, Inc.. All rights reserved.