Uses of Interface
org.mule.security.oauth.callback.HttpCallbackAdapter

Packages that use HttpCallbackAdapter
org.mule.api.callback   
org.mule.security.oauth   
org.mule.security.oauth.callback   
org.mule.security.oauth.processor   
 

Uses of HttpCallbackAdapter in org.mule.api.callback
 

Methods in org.mule.api.callback with parameters of type HttpCallbackAdapter
 HttpCallback HttpCallbackFactory.createCallback(HttpCallbackAdapter adapter, String authCodeRegex, FetchAccessTokenMessageProcessor fetchAccessTokenMessageProcessor, MessageProcessor listener, MuleContext muleContext, FlowConstruct flowConstruct)
          returns a new callback that has not been started
 

Uses of HttpCallbackAdapter in org.mule.security.oauth
 

Subinterfaces of HttpCallbackAdapter in org.mule.security.oauth
 interface OAuth1Manager
           
 interface OAuth2Manager<C extends OAuth2Adapter>
          Wrapper around org.mule.api.annotations.oauth.OAuth2 annotated class that will infuse it with access token management capabilities.
 

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

Uses of HttpCallbackAdapter in org.mule.security.oauth.callback
 

Classes in org.mule.security.oauth.callback that implement HttpCallbackAdapter
 class DefaultHttpCallbackAdapter
           
 

Methods in org.mule.security.oauth.callback with parameters of type HttpCallbackAdapter
 HttpCallback DefaultHttpCallbackFactory.createCallback(HttpCallbackAdapter adapter, String authCodeRegex, FetchAccessTokenMessageProcessor fetchAccessTokenMessageProcessor, MessageProcessor listener, MuleContext muleContext, FlowConstruct flowConstruct)
           
 

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

Methods in org.mule.security.oauth.processor with parameters of type HttpCallbackAdapter
protected  void AbstractAuthorizeMessageProcessor.startCallback(HttpCallbackAdapter adapter, FetchAccessTokenMessageProcessor fetchAccessTokenMessageProcessor)
           
 



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