Interface | Description |
---|---|
AuthorizationCodeDataProvider |
AuthorizationCodeDataProvider is the
OAuthDataProvider which
can additionally persist the authorization code grant information |
CodeVerifierTransformer |
Class | Description |
---|---|
AbstractAuthorizationCodeDataProvider |
Abstract AuthorizationCodeDataProvider implementation
|
AbstractCodeDataProvider | |
AuthorizationCodeGrant |
Base Authorization Code Grant representation, captures the code
and the redirect URI this code has been returned to, visible to the client
|
AuthorizationCodeGrantHandler |
Authorization Code Grant Handler
|
AuthorizationCodeRegistration |
Captures the information associated with the code grant registration request.
|
DefaultEncryptingCodeDataProvider | |
DigestCodeVerifier | |
JCacheCodeDataProvider | |
JPACMTCodeDataProvider |
Same as
JPACodeDataProvider (stores Clients and tokens in a rdbms using
JPA APIs). |
JPACodeDataProvider | |
JwtRequestCodeFilter | |
JwtRequestCodeGrant |
Base Authorization Code Grant representation, captures the code
and the redirect URI this code has been returned to, visible to the client
|
PlainCodeVerifier | |
ServerAuthorizationCodeGrant |
The Authorization Code Grant representation visible to the server
|
Apache CXF