org.mule.security.oauth.processor
Class OAuth2FetchAccessTokenMessageProcessor

java.lang.Object
  extended by org.mule.devkit.processor.ExpressionEvaluatorSupport
      extended by org.mule.devkit.processor.DevkitBasedMessageProcessor
          extended by org.mule.security.oauth.processor.FetchAccessTokenMessageProcessor
              extended by org.mule.security.oauth.processor.OAuth2FetchAccessTokenMessageProcessor
All Implemented Interfaces:
FlowConstructAware, MuleContextAware, Disposable, Initialisable, Startable, Stoppable, MessageProcessor

public class OAuth2FetchAccessTokenMessageProcessor
extends FetchAccessTokenMessageProcessor


Field Summary
 
Fields inherited from class org.mule.devkit.processor.DevkitBasedMessageProcessor
flowConstruct, moduleObject, muleContext
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
OAuth2FetchAccessTokenMessageProcessor(OAuth2Manager<OAuth2Adapter> oauthManager, String accessTokenId)
           
 
Method Summary
protected  MuleEvent doProcess(MuleEvent event)
          Implementors of this class need to implement this method in order to perform actual processing
 
Methods inherited from class org.mule.security.oauth.processor.FetchAccessTokenMessageProcessor
getAccessTokenUrl, getRedirectUri, notifyCallbackReception, setAccessTokenUrl, setRedirectUri
 
Methods inherited from class org.mule.devkit.processor.DevkitBasedMessageProcessor
dispose, findOrCreate, getAccessTokenId, getFlowConstruct, getMuleContext, initialise, overwritePayload, process, setAccessTokenId, setFlowConstruct, setModuleObject, setMuleContext, start, stop
 
Methods inherited from class org.mule.devkit.processor.ExpressionEvaluatorSupport
computeClassHierarchy, evaluate, evaluateAndTransform, evaluateAndTransform, getAccessTokenId, isAssignableFrom, isList, isListClass, isMap, isMapClass, transform, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.api.processor.MessageProcessor
process
 

Constructor Detail

OAuth2FetchAccessTokenMessageProcessor

public OAuth2FetchAccessTokenMessageProcessor(OAuth2Manager<OAuth2Adapter> oauthManager,
                                              String accessTokenId)
Method Detail

doProcess

protected MuleEvent doProcess(MuleEvent event)
                       throws Exception
Implementors of this class need to implement this method in order to perform actual processing

Specified by:
doProcess in class DevkitBasedMessageProcessor
Parameters:
event - the mule event
Returns:
a mule event
Throws:
Exception


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