| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeState |
ExtensionsOAuthUtils.toAuthorizationCodeState(AuthorizationCodeConfig config,
ResourceOwnerOAuthContext context) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ResourceOwnerOAuthContext> |
AuthorizationCodeOAuthHandler.getOAuthContext(AuthorizationCodeConfig config) |
AuthorizationCodeOAuthDancer |
AuthorizationCodeOAuthHandler.register(AuthorizationCodeConfig config)
Becomes aware of the given
config and makes sure that the access token callback and authorization endpoints are
provisioned. |
AuthorizationCodeOAuthDancer |
AuthorizationCodeOAuthHandler.register(AuthorizationCodeConfig config,
List<AuthorizationCodeListener> listeners) |
| Constructor and Description |
|---|
AuthorizationCodeConnectionProviderWrapper(org.mule.runtime.api.connection.ConnectionProvider<C> delegate,
AuthorizationCodeConfig oauthConfig,
Map<Field,String> callbackValues,
AuthorizationCodeOAuthHandler oauthHandler,
ReconnectionConfig reconnectionConfig,
Supplier<Boolean> forceInvalidateStatusRetrievalSupplier) |
UpdatingAuthorizationCodeState(AuthorizationCodeConfig config,
AuthorizationCodeOAuthDancer dancer,
ResourceOwnerOAuthContext initialContext,
Consumer<ResourceOwnerOAuthContext> onUpdate,
boolean forceInvalidateStatusRetrieval) |
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.