Class | Description |
---|---|
AuthorizationCodeHandler |
This class is used to handle Authorization code grant oauth.
|
ClientCredentialsHandler |
This class is used to handle Client Credentials grant oauth.
|
MessageCache |
Message Cache Implementation
|
OAuthClient |
This class represents the client used to request and retrieve OAuth tokens
from an OAuth server
|
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
|
OAuthUtils |
Helper class to build OAuth handlers using the synapse configuration of the endpoints.
|
PasswordCredentialsHandler |
This class is used to handle Password Credentials grant oauth.
|
TokenCache |
Token Cache Implementation
Tokens will be invalidate after a interval of TOKEN_CACHE_TIMEOUT minutes
|
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.