Uses of Class
org.apache.synapse.endpoints.auth.AuthException
-
Packages that use AuthException Package Description org.apache.synapse.endpoints.auth org.apache.synapse.endpoints.auth.basicauth org.apache.synapse.endpoints.auth.oauth -
-
Uses of AuthException in org.apache.synapse.endpoints.auth
Methods in org.apache.synapse.endpoints.auth that throw AuthException Modifier and Type Method Description static AuthHandlerAuthUtils. getAuthHandler(org.apache.axiom.om.OMElement httpElement)This method will return an AuthHandler instance depending on the auth configsvoidAuthHandler. setAuthHeader(MessageContext messageContext)This method will set the Authorization header with the relevant auth token. -
Uses of AuthException in org.apache.synapse.endpoints.auth.basicauth
Methods in org.apache.synapse.endpoints.auth.basicauth that throw AuthException Modifier and Type Method Description voidBasicAuthHandler. setAuthHeader(MessageContext messageContext) -
Uses of AuthException in org.apache.synapse.endpoints.auth.oauth
Methods in org.apache.synapse.endpoints.auth.oauth that throw AuthException Modifier and Type Method Description protected StringAuthorizationCodeHandler. buildTokenRequestPayload(MessageContext messageContext)protected StringClientCredentialsHandler. buildTokenRequestPayload(MessageContext messageContext)protected abstract StringOAuthHandler. buildTokenRequestPayload(MessageContext messageContext)Return the request payload relevant to the OAuth handler.protected StringPasswordCredentialsHandler. buildTokenRequestPayload(MessageContext messageContext)static StringOAuthClient. generateToken(String tokenApiUrl, String payload, String credentials, MessageContext messageContext, Map<String,String> customHeaders, int connectionTimeout, int connectionRequestTimeout, int socketTimeout)Method to generate the access token from an OAuth serverprotected StringOAuthHandler. getEncodedCredentials(MessageContext messageContext)Return the base 64 encoded clientId:clientSecret relevant to the OAuth handler.protected StringOAuthHandler. getRequestParametersAsString(MessageContext messageContext)Return the request parameters as a string.static StringOAuthUtils. resolveExpression(String value, MessageContext messageContext)This method evaluate the value as an expression or return the value.voidOAuthHandler. setAuthHeader(MessageContext messageContext)
-