| Interface | Description |
|---|---|
| ExtensionsOAuthManager |
Manages all the resources needed for extensions to consume OAuth providers.
|
| Class | Description |
|---|---|
| AuthCodeConfig |
Holds the values used to configure an extension to consume a particular OAuth provider using
the Authorization-Code grant type
|
| DefaultExtensionsOAuthManager |
Default implementation of
|
| ExtensionsOAuthUtils |
Utility methods for the OAuth support on the SDK
|
| ImmutableAuthorizationCodeState |
Immutable implementation of
AuthorizationCodeState |
| OAuthCallbackConfig |
Groups the sum of all the parameters that a user configured in order to provision
an OAuth access token callback
|
| OAuthConfig |
Groups the sum of all the parameters that a user configured in order to consume
an OAuth provider through an extension
|
| OAuthConnectionProviderObjectBuilder<C> |
A specialization of
DefaultConnectionProviderObjectBuilder to wrap the ConnectionProvider
into OAuthConnectionProviderWrapper instances. |
| OAuthConnectionProviderWrapper<C> |
A
ReconnectableConnectionProviderWrapper which makes sure that by the time the
ConnectionProvider.connect() method is invoked on the delegate, the authorization dance has
been completed and the AuthorizationCodeState and OAuthCallbackValue fields have
been properly injected |
| OAuthObjectStoreConfig |
Groups the sum of all the parameters that a user configured in order to specify
in which store should the runtime store the
ResourceOwnerOAuthContext instances
obtained through an extension |
| UnauthorizeOperationExecutor |
Synthetic
ComponentExecutor which invalidates a given user's OAuth context. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.