Package org.apache.cxf.rs.security.oauth2.grants.code
package org.apache.cxf.rs.security.oauth2.grants.code
-
ClassDescriptionAbstract AuthorizationCodeDataProvider implementationAuthorizationCodeDataProvider is the
OAuthDataProviderwhich can additionally persist the authorization code grant informationBase Authorization Code Grant representation, captures the code and the redirect URI this code has been returned to, visible to the clientAuthorization Code Grant HandlerCaptures the information associated with the code grant registration request.Same asJPACodeDataProvider(stores Clients and tokens in a rdbms using JPA APIs).Base Authorization Code Grant representation, captures the code and the redirect URI this code has been returned to, visible to the clientThe Authorization Code Grant representation visible to the server