| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs |
| Modifier and Type | Method and Description |
|---|---|
static PlatformManagedOAuthConfig |
PlatformManagedOAuthConfig.from(String ownerConfigName,
String connectionUri,
org.mule.runtime.extension.api.connectivity.oauth.PlatformManagedOAuthGrantType grantType,
org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.api.meta.model.connection.ConnectionProviderModel delegateConnectionProviderModel,
org.mule.runtime.extension.api.connectivity.oauth.OAuthGrantType delegateGrantType,
org.mule.runtime.api.component.ConfigurationProperties configurationProperties) |
| Modifier and Type | Method and Description |
|---|---|
ResourceOwnerOAuthContext |
PlatformManagedOAuthHandler.getOAuthContext(PlatformManagedOAuthConfig config)
Retrieves the
ResourceOwnerOAuthContext for the given config. |
void |
PlatformManagedOAuthHandler.invalidate(PlatformManagedOAuthConfig config)
Invalidates the OAuth state associated to the given
config |
void |
PlatformManagedOAuthHandler.refreshToken(PlatformManagedOAuthConfig config)
Performs the refresh token flow
|
PlatformManagedOAuthDancer |
PlatformManagedOAuthHandler.register(PlatformManagedOAuthConfig config)
Returns a
PlatformManagedOAuthDancer configured after the given config |
PlatformManagedOAuthDancer |
PlatformManagedOAuthHandler.register(PlatformManagedOAuthConfig config,
List<PlatformManagedOAuthStateListener> listeners)
Returns a
PlatformManagedOAuthDancer configured after the given config |
| Constructor and Description |
|---|
PlatformManagedOAuthConnectionProvider(PlatformManagedOAuthConfig oauthConfig,
PlatformManagedOAuthHandler oauthHandler,
ReconnectionConfig reconnectionConfig,
org.mule.runtime.api.config.PoolingProfile poolingProfile) |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.