| Modifier and Type | Method and Description |
|---|---|
static OAuthConnectionProviderWrapper |
ExtensionsOAuthUtils.getOAuthConnectionProvider(ExecutionContextAdapter operationContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationCodeConnectionProviderWrapper<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 |
| Modifier and Type | Class and Description |
|---|---|
class |
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 |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.