Uses of Interface
org.apache.synapse.endpoints.auth.AuthHandler
-
Packages that use AuthHandler Package Description org.apache.synapse.endpoints org.apache.synapse.endpoints.auth org.apache.synapse.endpoints.auth.basicauth org.apache.synapse.endpoints.auth.oauth -
-
Uses of AuthHandler in org.apache.synapse.endpoints
Constructors in org.apache.synapse.endpoints with parameters of type AuthHandler Constructor Description BasicAuthConfiguredHTTPEndpoint(AuthHandler authHandler)OAuthConfiguredHTTPEndpoint(AuthHandler authHandler) -
Uses of AuthHandler in org.apache.synapse.endpoints.auth
Methods in org.apache.synapse.endpoints.auth that return AuthHandler 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 configs -
Uses of AuthHandler in org.apache.synapse.endpoints.auth.basicauth
Classes in org.apache.synapse.endpoints.auth.basicauth that implement AuthHandler Modifier and Type Class Description classBasicAuthHandlerThis class is used to handle Basic Authorization. -
Uses of AuthHandler in org.apache.synapse.endpoints.auth.oauth
Classes in org.apache.synapse.endpoints.auth.oauth that implement AuthHandler Modifier and Type Class Description classAuthorizationCodeHandlerThis class is used to handle Authorization code grant oauth.classClientCredentialsHandlerThis class is used to handle Client Credentials grant oauth.classOAuthHandlerThis abstract class is to be used by OAuth handlers This class checks validity of tokens, request for tokens and add tokens to in-memory cacheclassPasswordCredentialsHandlerThis class is used to handle Password Credentials grant oauth.
-