Apache CXF API

Uses of Package
org.apache.cxf.rs.security.oauth2.provider

Packages that use org.apache.cxf.rs.security.oauth2.provider
org.apache.cxf.rs.security.oauth2.client   
org.apache.cxf.rs.security.oauth2.filters   
org.apache.cxf.rs.security.oauth2.grants   
org.apache.cxf.rs.security.oauth2.grants.clientcred   
org.apache.cxf.rs.security.oauth2.grants.code   
org.apache.cxf.rs.security.oauth2.grants.owner   
org.apache.cxf.rs.security.oauth2.grants.refresh   
org.apache.cxf.rs.security.oauth2.grants.saml   
org.apache.cxf.rs.security.oauth2.provider   
org.apache.cxf.rs.security.oauth2.services   
org.apache.cxf.rs.security.oauth2.tokens.hawk   
org.apache.cxf.rs.security.oauth2.utils   
org.apache.cxf.rs.security.oauth2.utils.crypto   
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.client
OAuthServiceException
          Encapsulates OAuth-related problems
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.filters
AccessTokenValidator
           
OAuthServiceException
          Encapsulates OAuth-related problems
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.grants
AccessTokenGrantHandler
           
OAuthDataProvider
          OAuth provider responsible for persisting the information about OAuth consumers, request and access tokens.
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.grants.clientcred
AccessTokenGrantHandler
           
OAuthServiceException
          Encapsulates OAuth-related problems
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.grants.code
AccessTokenGrantHandler
           
OAuthDataProvider
          OAuth provider responsible for persisting the information about OAuth consumers, request and access tokens.
OAuthServiceException
          Encapsulates OAuth-related problems
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.grants.owner
AccessTokenGrantHandler
           
OAuthServiceException
          Encapsulates OAuth-related problems
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.grants.refresh
AccessTokenGrantHandler
           
OAuthDataProvider
          OAuth provider responsible for persisting the information about OAuth consumers, request and access tokens.
OAuthServiceException
          Encapsulates OAuth-related problems
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.grants.saml
AccessTokenGrantHandler
           
OAuthServiceException
          Encapsulates OAuth-related problems
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.provider
OAuthServiceException
          Encapsulates OAuth-related problems
ResourceOwnerNameProvider
           
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.services
AccessTokenGrantHandler
           
AccessTokenValidator
           
ClientIdProvider
          ClientIdProvider responsible for providing a mapping between the authenticated client and its id
OAuthDataProvider
          OAuth provider responsible for persisting the information about OAuth consumers, request and access tokens.
OAuthServiceException
          Encapsulates OAuth-related problems
ResourceOwnerNameProvider
           
SessionAuthenticityTokenProvider
          SessionAuthenticityTokenProvider responsible for storing and retrieving tokens to validate the authenticity of request sessions
SubjectCreator
          Optional provider responsible for creating resource owner subject representations
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.tokens.hawk
AccessTokenValidator
           
OAuthDataProvider
          OAuth provider responsible for persisting the information about OAuth consumers, request and access tokens.
OAuthServiceException
          Encapsulates OAuth-related problems
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.utils
OAuthServiceException
          Encapsulates OAuth-related problems
 

Classes in org.apache.cxf.rs.security.oauth2.provider used by org.apache.cxf.rs.security.oauth2.utils.crypto
OAuthDataProvider
          OAuth provider responsible for persisting the information about OAuth consumers, request and access tokens.
 


Apache CXF API

Apache CXF