| Class | Description |
|---|---|
| ClientCredentialsConfig |
OAuthConfig specialization for client credentials grant type |
| ClientCredentialsConnectionProviderObjectBuilder<C> |
A specialization of
BaseOAuthConnectionProviderObjectBuilder to wrap the ConnectionProvider
into ClientCredentialsConnectionProviderWrapper instances. |
| ClientCredentialsConnectionProviderWrapper<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 ClientCredentialsState and OAuthCallbackValue fields have
been properly injected |
| ClientCredentialsOAuthHandler |
OAuthHandler implementation for the client credentials grant type |
| ImmutableClientCredentialsState |
Immutable implementation of
ClientCredentialsState |
| UpdatingClientCredentialsState |
An implementation of
ClientCredentialsState which registers an ClientCredentialsListener
in order to get updated state when a refresh token operation is completed. |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.