Package | Description |
---|---|
org.apache.synapse.endpoints | |
org.apache.synapse.endpoints.auth | |
org.apache.synapse.endpoints.auth.basicauth | |
org.apache.synapse.endpoints.auth.oauth |
Constructor and Description |
---|
BasicAuthConfiguredHTTPEndpoint(AuthHandler authHandler) |
OAuthConfiguredHTTPEndpoint(AuthHandler authHandler) |
Modifier and Type | Method and Description |
---|---|
static AuthHandler |
AuthUtils.getAuthHandler(org.apache.axiom.om.OMElement httpElement)
This method will return an AuthHandler instance depending on the auth configs
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthHandler
This class is used to handle Basic Authorization.
|
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 |
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 cache
|
class |
PasswordCredentialsHandler
This class is used to handle Password Credentials grant oauth.
|
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.