Uses of Class
org.apache.synapse.endpoints.auth.oauth.OAuthHandler
-
Packages that use OAuthHandler Package Description org.apache.synapse.endpoints org.apache.synapse.endpoints.auth.oauth -
-
Uses of OAuthHandler in org.apache.synapse.endpoints
Methods in org.apache.synapse.endpoints that return OAuthHandler Modifier and Type Method Description OAuthHandler
OAuthConfiguredHTTPEndpoint. getOauthHandler()
-
Uses of OAuthHandler in org.apache.synapse.endpoints.auth.oauth
Subclasses of OAuthHandler in org.apache.synapse.endpoints.auth.oauth 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
PasswordCredentialsHandler
This class is used to handle Password Credentials grant oauth.Methods in org.apache.synapse.endpoints.auth.oauth that return OAuthHandler Modifier and Type Method Description static OAuthHandler
OAuthUtils. getSpecificOAuthHandler(org.apache.axiom.om.OMElement oauthElement)
This method will return an OAuthHandler instance depending on the oauth configs.
-