Package | Description |
---|---|
org.apache.cxf.rs.security.oauth2.services | |
org.apache.cxf.rs.security.oidc.idp |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImplicitGrantService |
class |
AbstractTokenService |
class |
AccessTokenService
OAuth2 Access Token Service implementation
|
class |
AuthorizationCodeGrantService
This resource handles the End User authorizing
or denying the Client to access its resources.
|
class |
DirectAuthorizationService |
class |
ImplicitConfidentialGrantService
Redirection-based Implicit Grant Service which returns tokens for the confidential clients
directly to a human user.
|
class |
ImplicitGrantService
Redirection-based Implicit Grant Service
This resource handles the End User authorizing
or denying the Client embedded in the Web agent.
|
class |
RedirectionBasedGrantService
The Base Redirection-Based Grant Service
|
class |
TokenRevocationService
OAuth2 Token Revocation Service implementation
|
Modifier and Type | Class and Description |
---|---|
class |
OidcAuthorizationCodeService |
class |
OidcHybridService |
class |
OidcImplicitService |
Apache CXF