Package org.apache.cxf.rs.security.oauth2.grants.code
-
Interface Summary Interface Description AuthorizationCodeDataProvider AuthorizationCodeDataProvider is theOAuthDataProviderwhich can additionally persist the authorization code grant informationCodeVerifierTransformer -
Class Summary Class Description AbstractAuthorizationCodeDataProvider Abstract AuthorizationCodeDataProvider implementationAbstractCodeDataProvider AuthorizationCodeGrant Base Authorization Code Grant representation, captures the code and the redirect URI this code has been returned to, visible to the clientAuthorizationCodeGrantHandler Authorization Code Grant HandlerAuthorizationCodeRegistration Captures the information associated with the code grant registration request.DefaultEncryptingCodeDataProvider DigestCodeVerifier JCacheCodeDataProvider JPACMTCodeDataProvider Same asJPACodeDataProvider(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 clientPlainCodeVerifier ServerAuthorizationCodeGrant The Authorization Code Grant representation visible to the server