| Class | Description |
|---|---|
| AbstractAccessTokenValidator | |
| AbstractImplicitGrantService | |
| AbstractOAuthService |
Abstract OAuth service
|
| AbstractTokenService | |
| AccessTokenService |
OAuth2 Access Token Service implementation
|
| AccessTokenValidatorService | |
| AuthorizationCodeGrantService |
This resource handles the End User authorising
or denying the Client to access its resources.
|
| DirectAuthorizationService | |
| ImplicitConfidentialGrantService |
Redirection-based Implicit Grant Service which returns tokens for the confidential clients
directly to a human user.
|
| ImplicitGrantService |
Redirection-based Implicit Grant Service
This resource handles the End User authorising
or denying the Client embedded in the Web agent.
|
| RedirectionBasedGrantService |
The Base Redirection-Based Grant Service
|
| TokenRevocationService |
OAuth2 Token Revocation Service implementation
|
Apache CXF