Package | Description |
---|---|
org.mule.devkit.processor | |
org.mule.security.oauth | |
org.mule.security.oauth.process | |
org.mule.security.oauth.processor |
Modifier and Type | Method and Description |
---|---|
protected String |
ExpressionEvaluatorSupport.getAccessTokenId(MuleEvent event,
MessageProcessor processor,
OAuth2Manager<?> oauthManager) |
Modifier and Type | Class and Description |
---|---|
class |
BaseOAuth2Manager<C extends OAuth2Adapter> |
Modifier and Type | Method and Description |
---|---|
protected abstract org.apache.commons.pool.KeyedPoolableObjectFactory<String,OAuth2Adapter> |
BaseOAuth2Manager.createPoolFactory(OAuth2Manager<OAuth2Adapter> oauthManager,
ObjectStore<Serializable> objectStore)
Returns the concrete instance of
KeyedPoolableObjectFactory that's going to be
in charge of creating the objects in the pool |
Constructor and Description |
---|
BaseOAuthClientFactory(OAuth2Manager<OAuth2Adapter> oauthManager,
ObjectStore<Serializable> objectStore) |
Constructor and Description |
---|
ManagedAccessTokenProcessInterceptor(ProcessInterceptor<T,OAuth2Adapter> next,
OAuth2Manager<OAuth2Adapter> oauthManager) |
ManagedAccessTokenProcessTemplate(OAuth2Manager<OAuth2Adapter> oauthManager,
MuleContext muleContext) |
Modifier and Type | Class and Description |
---|---|
class |
BaseOAuth2AuthorizeMessageProcessor<T extends OAuth2Manager<OAuth2Adapter>> |
class |
BaseOAuth2UnauthorizeMessageProcessor<T extends OAuth2Manager<OAuth2Adapter>> |
Modifier and Type | Method and Description |
---|---|
protected OAuth2Manager<OAuth2Adapter> |
BaseOAuth2UnauthorizeMessageProcessor.getOAuthManager() |
protected OAuth2Manager<OAuth2Adapter> |
BaseOAuth2AuthorizeMessageProcessor.getOAuthManager() |
Constructor and Description |
---|
OAuth2FetchAccessTokenMessageProcessor(OAuth2Manager<OAuth2Adapter> oauthManager,
String accessTokenId) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.