Apache CXF API

Uses of Package
org.apache.cxf.rs.security.oauth2.grants.code

Packages that use org.apache.cxf.rs.security.oauth2.grants.code
org.apache.cxf.rs.security.oauth2.grants.code   
org.apache.cxf.rs.security.oauth2.utils.crypto   
 

Classes in org.apache.cxf.rs.security.oauth2.grants.code used by org.apache.cxf.rs.security.oauth2.grants.code
AuthorizationCodeDataProvider
          AuthorizationCodeDataProvider is the OAuthDataProvider which can additionally persist the authorization code grant information
AuthorizationCodeGrant
          Base Authorization Code Grant representation, captures the code and the redirect URI this code has been returned to, visible to the client
AuthorizationCodeRegistration
          Captures the information associated with the code grant registration request.
CodeVerifierTransformer
           
ServerAuthorizationCodeGrant
          The Authorization Code Grant representation visible to the server
 

Classes in org.apache.cxf.rs.security.oauth2.grants.code used by org.apache.cxf.rs.security.oauth2.utils.crypto
ServerAuthorizationCodeGrant
          The Authorization Code Grant representation visible to the server
 


Apache CXF API

Apache CXF