C - the generic type of the returned connectionpublic abstract class BaseOAuthConnectionProviderWrapper<C> extends ReconnectableConnectionProviderWrapper<C> implements OAuthConnectionProviderWrapper<C>
ConnectionProviderWrapper.| Modifier and Type | Field and Description |
|---|---|
protected Map<Field,String> |
callbackValues |
muleContext| Constructor and Description |
|---|
BaseOAuthConnectionProviderWrapper(org.mule.runtime.api.connection.ConnectionProvider<C> delegate,
ReconnectionConfig reconnectionConfig,
Map<Field,String> callbackValues) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ResourceOwnerOAuthContext |
getContext() |
String |
getResourceOwnerId() |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(C connection) |
getReconnectionConfigconnect, disconnect, dispose, getConnectionManagementType, getDelegate, getDelegateForInjection, getPoolingProfile, getRetryPolicyTemplate, initialise, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGrantType, invalidate, refreshTokengetConnectionManagementType, getOwnerConfigName, getRetryPolicyTemplateconnect, disconnectgetReconnectionConfiggetDelegatepublic BaseOAuthConnectionProviderWrapper(org.mule.runtime.api.connection.ConnectionProvider<C> delegate, ReconnectionConfig reconnectionConfig, Map<Field,String> callbackValues)
public org.mule.runtime.api.connection.ConnectionValidationResult validate(C connection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<C>validate in class ReconnectableConnectionProviderWrapper<C>public String getResourceOwnerId()
getResourceOwnerId in interface OAuthConnectionProviderWrapper<C>protected abstract ResourceOwnerOAuthContext getContext()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.