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

Packages that use OAuth1Adapter
org.mule.security.oauth   
org.mule.security.oauth.processor   
 

Uses of OAuth1Adapter in org.mule.security.oauth
 

Methods in org.mule.security.oauth with parameters of type OAuth1Adapter
 String OAuth1Manager.buildAuthorizeUrl(OAuth1Adapter adapter, Map<String,String> extraParameters, String requestTokenUrl, String accessTokenUrl, String authorizationUrl, String redirectUri)
          Builds the authorization url to initiate the OAuth dance
 String BaseOAuth1Manager.buildAuthorizeUrl(OAuth1Adapter adapter, Map<String,String> extraParameters, String requestTokenUrl, String accessTokenUrl, String authorizationUrl, String redirectUri)
          Builds the authorization url to initiate the OAuth dance
 void OAuth1Manager.fetchAccessToken(OAuth1Adapter adapter, String requestTokenUrl, String accessTokenUrl, String authorizationUrl, String redirectUri)
          Retrieves the access token for the given adapter with the given parameters.
 void BaseOAuth1Manager.fetchAccessToken(OAuth1Adapter adapter, String requestTokenUrl, String accessTokenUrl, String authorizationUrl, String redirectUri)
          Retrieves the access token for the given adapter with the given parameters.
protected  oauth.signpost.OAuthConsumer BaseOAuth1Manager.getConsumer(OAuth1Adapter adapter)
           
 void OAuth1Manager.hasBeenAuthorized(OAuth1Adapter adapter)
          Determines if the adapter has been authorized or not by checking its access token
 void BaseOAuth1Manager.hasBeenAuthorized(OAuth1Adapter adapter)
          Determines if the adapter has been authorized or not by checking its access token
 void OAuth1Manager.reset(OAuth1Adapter adapter)
          Sets the adapter to a blank, unatuhorized state
 void BaseOAuth1Manager.reset(OAuth1Adapter adapter)
          Sets the adapter to a blank, unatuhorized state
 boolean OAuth1Manager.restoreAccessToken(OAuth1Adapter adapter)
          Restores the access token that belongs to the given adapter and sets its value into it.
 boolean BaseOAuth1Manager.restoreAccessToken(OAuth1Adapter adapter)
          Restores the access token that belongs to the given adapter and sets its value into it.
 

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

Methods in org.mule.security.oauth.processor that return OAuth1Adapter
protected  OAuth1Adapter BaseOAuth1UnauthorizeMessageProcessor.getAdapter()
           
protected  OAuth1Adapter BaseOAuth1AuthorizeMessageProcessor.getAdapter()
           
 

Methods in org.mule.security.oauth.processor that return types with arguments of type OAuth1Adapter
protected abstract  Class<? extends OAuth1Adapter> BaseOAuth1UnauthorizeMessageProcessor.getAdapterClass()
           
protected abstract  Class<? extends OAuth1Adapter> BaseOAuth1AuthorizeMessageProcessor.getAdapterClass()
           
 

Constructors in org.mule.security.oauth.processor with parameters of type OAuth1Adapter
OAuth1FetchAccessTokenMessageProcessor(OAuth1Adapter adapter)
           
 



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