Uses of Interface
org.mule.security.oauth.OAuth2Manager

Packages that use OAuth2Manager
org.mule.devkit.processor   
org.mule.security.oauth   
org.mule.security.oauth.process   
org.mule.security.oauth.processor   
 

Uses of OAuth2Manager in org.mule.devkit.processor
 

Methods in org.mule.devkit.processor with parameters of type OAuth2Manager
protected  String ExpressionEvaluatorSupport.getAccessTokenId(MuleEvent event, MessageProcessor processor, OAuth2Manager<?> oauthManager)
           
 

Uses of OAuth2Manager in org.mule.security.oauth
 

Classes in org.mule.security.oauth that implement OAuth2Manager
 class BaseOAuth2Manager<C extends OAuth2Adapter>
           
 

Methods in org.mule.security.oauth with parameters of type OAuth2Manager
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
 

Constructors in org.mule.security.oauth with parameters of type OAuth2Manager
BaseOAuthClientFactory(OAuth2Manager<OAuth2Adapter> oauthManager, ObjectStore<Serializable> objectStore)
           
 

Uses of OAuth2Manager in org.mule.security.oauth.process
 

Constructors in org.mule.security.oauth.process with parameters of type OAuth2Manager
ManagedAccessTokenProcessInterceptor(ProcessInterceptor<T,OAuth2Adapter> next, OAuth2Manager<OAuth2Adapter> oauthManager)
           
ManagedAccessTokenProcessTemplate(OAuth2Manager<OAuth2Adapter> oauthManager, MuleContext muleContext)
           
 

Uses of OAuth2Manager in org.mule.security.oauth.processor
 

Classes in org.mule.security.oauth.processor with type parameters of type OAuth2Manager
 class BaseOAuth2AuthorizeMessageProcessor<T extends OAuth2Manager<OAuth2Adapter>>
           
 class BaseOAuth2UnauthorizeMessageProcessor<T extends OAuth2Manager<OAuth2Adapter>>
           
 

Methods in org.mule.security.oauth.processor that return OAuth2Manager
protected  OAuth2Manager<OAuth2Adapter> BaseOAuth2AuthorizeMessageProcessor.getOAuthManager()
           
protected  OAuth2Manager<OAuth2Adapter> BaseOAuth2UnauthorizeMessageProcessor.getOAuthManager()
           
 

Constructors in org.mule.security.oauth.processor with parameters of type OAuth2Manager
OAuth2FetchAccessTokenMessageProcessor(OAuth2Manager<OAuth2Adapter> oauthManager, String accessTokenId)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.