Package | Description |
---|---|
org.apache.synapse.endpoints | |
org.apache.synapse.endpoints.auth.oauth |
Modifier and Type | Method and Description |
---|---|
OAuthHandler |
OAuthConfiguredHTTPEndpoint.getOauthHandler() |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static OAuthHandler |
OAuthUtils.getSpecificOAuthHandler(org.apache.axiom.om.OMElement oauthElement)
This method will return an OAuthHandler instance depending on the oauth configs.
|
Copyright © 2005–2023 Apache Software Foundation. All rights reserved.