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 AuthHandler
AuthUtils. 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 class
BasicAuthHandler
This 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 class
AuthorizationCodeHandler
This class is used to handle Authorization code grant oauth.class
ClientCredentialsHandler
This class is used to handle Client Credentials grant oauth.class
OAuthHandler
This abstract class is to be used by OAuth handlers This class checks validity of tokens, request for tokens and add tokens to in-memory cacheclass
PasswordCredentialsHandler
This class is used to handle Password Credentials grant oauth.
-