public class OAuthMediator
extends org.apache.synapse.mediators.AbstractMediator
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_AXIS2_XML |
static String |
DEFAULT_CLIENT_REPO |
Constructor and Description |
---|
OAuthMediator() |
Modifier and Type | Method and Description |
---|---|
String |
getPassword() |
String |
getRemoteServiceUrl() |
String |
getUsername() |
void |
init(org.apache.synapse.core.SynapseEnvironment synEnv) |
boolean |
isContentAware() |
boolean |
mediate(org.apache.synapse.MessageContext synCtx) |
void |
setPassword(String password) |
void |
setRemoteServiceUrl(String remoteServiceUrl) |
void |
setUsername(String username) |
auditLog, auditWarn, configure, disableStatistics, disableTracing, divertMediationRoute, enableStatistics, enableTracing, getAspectConfiguration, getCommentsList, getDescription, getInputType, getLastSequenceFaultHandler, getLog, getMediatorName, getMediatorPosition, getOutputType, getRegisteredMediationFlowPoint, getShortDescription, getTraceState, getType, handleException, handleException, isBreakPoint, isContentAltering, isSkipEnabled, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, isTracingEnabled, registerMediationFlowPoint, reportCloseStatistics, reportOpenStatistics, setBreakPoint, setCommentsList, setComponentStatisticsId, setDescription, setEffectiveTraceState, setMediatorPosition, setShortDescription, setSkipEnabled, setTraceState, shouldCaptureTracing, shouldTrace, shouldTrace, traceOrDebug, traceOrDebugWarn, unregisterMediationFlowPoint
public static final String DEFAULT_CLIENT_REPO
public static final String DEFAULT_AXIS2_XML
public void init(org.apache.synapse.core.SynapseEnvironment synEnv)
public boolean mediate(org.apache.synapse.MessageContext synCtx)
public String getPassword()
public void setPassword(String password)
public String getUsername()
public void setUsername(String username)
public String getRemoteServiceUrl()
public void setRemoteServiceUrl(String remoteServiceUrl)
public boolean isContentAware()
isContentAware
in interface org.apache.synapse.Mediator
isContentAware
in class org.apache.synapse.mediators.AbstractMediator
Copyright © 2018 WSO2. All rights reserved.