| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.runtime.connectivity.oauth |
| Modifier and Type | Method and Description |
|---|---|
Optional<ResourceOwnerOAuthContext> |
ExtensionsOAuthManager.getOAuthContext(OAuthConfig config) |
Optional<ResourceOwnerOAuthContext> |
DefaultExtensionsOAuthManager.getOAuthContext(OAuthConfig config) |
AuthorizationCodeOAuthDancer |
ExtensionsOAuthManager.register(OAuthConfig config)
Becomes aware of the given
config and makes sure that the access token callback
and authorization endpoints are provisioned. |
AuthorizationCodeOAuthDancer |
DefaultExtensionsOAuthManager.register(OAuthConfig config)
Becomes aware of the given
config and makes sure that the access token callback
and authorization endpoints are provisioned. |
AuthorizationCodeOAuthDancer |
ExtensionsOAuthManager.register(OAuthConfig config,
List<AuthorizationCodeListener> listeners) |
AuthorizationCodeOAuthDancer |
DefaultExtensionsOAuthManager.register(OAuthConfig config,
List<AuthorizationCodeListener> listeners) |
static org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeState |
ExtensionsOAuthUtils.toAuthorizationCodeState(OAuthConfig config,
ResourceOwnerOAuthContext context) |
| Constructor and Description |
|---|
OAuthConnectionProviderWrapper(org.mule.runtime.api.connection.ConnectionProvider<C> delegate,
OAuthConfig oauthConfig,
Map<Field,String> callbackValues,
ExtensionsOAuthManager oauthManager,
ReconnectionConfig reconnectionConfig) |
UpdatingAuthorizationCodeState(OAuthConfig config,
AuthorizationCodeOAuthDancer dancer,
ResourceOwnerOAuthContext initialContext,
Consumer<ResourceOwnerOAuthContext> onUpdate) |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.