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 OAuthHandlerOAuthConfiguredHTTPEndpoint. 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 classAuthorizationCodeHandlerThis class is used to handle Authorization code grant oauth.classClientCredentialsHandlerThis class is used to handle Client Credentials grant oauth.classPasswordCredentialsHandlerThis 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 OAuthHandlerOAuthUtils. getSpecificOAuthHandler(org.apache.axiom.om.OMElement oauthElement)This method will return an OAuthHandler instance depending on the oauth configs.
-