| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials |
| Modifier and Type | Method and Description |
|---|---|
ResourceOwnerOAuthContext |
ClientCredentialsOAuthHandler.getOAuthContext(ClientCredentialsConfig config)
Retrieves the
ResourceOwnerOAuthContext for the given config. |
void |
ClientCredentialsOAuthHandler.invalidate(ClientCredentialsConfig config)
Invalidates the OAuth state associated to the given
config |
void |
ClientCredentialsOAuthHandler.refreshToken(ClientCredentialsConfig config)
Performs the refresh token flow
|
ClientCredentialsOAuthDancer |
ClientCredentialsOAuthHandler.register(ClientCredentialsConfig config)
Becomes aware of the given
config and makes sure that the access token callback
and authorization endpoints are provisioned. |
ClientCredentialsOAuthDancer |
ClientCredentialsOAuthHandler.register(ClientCredentialsConfig config,
List<ClientCredentialsListener> listeners) |
| Constructor and Description |
|---|
ClientCredentialsConnectionProviderWrapper(org.mule.runtime.api.connection.ConnectionProvider<C> delegate,
ClientCredentialsConfig oauthConfig,
Map<Field,String> callbackValues,
ClientCredentialsOAuthHandler oauthHandler,
ReconnectionConfig reconnectionConfig) |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.