Apache CXF API

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

Packages that use org.apache.cxf.rs.security.oauth2.common
org.apache.cxf.rs.security.oauth2.client   
org.apache.cxf.rs.security.oauth2.common   
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.bearer   
org.apache.cxf.rs.security.oauth2.tokens.hawk   
org.apache.cxf.rs.security.oauth2.tokens.refresh   
org.apache.cxf.rs.security.oauth2.utils   
org.apache.cxf.rs.security.oauth2.utils.crypto   
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.client
AccessTokenGrant
          Access Token Grant
ClientAccessToken
          Represents the extended client view of AccessToken.
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.common
AccessToken
          Base Access Token representation
Client
          Represents a registered third-party Client application
OAuthPermission
          Provides the complete information about a given opaque permission.
Permission
          Base permission description
ServerAccessToken
          Server Access Token representation
UserSubject
          Represents a login name which AuthorizationService may capture after the end user approved a given third party request
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.filters
AccessTokenValidation
           
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.grants
AccessTokenGrant
          Access Token Grant
Client
          Represents a registered third-party Client application
ServerAccessToken
          Server Access Token representation
UserSubject
          Represents a login name which AuthorizationService may capture after the end user approved a given third party request
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.grants.clientcred
AccessTokenGrant
          Access Token Grant
Client
          Represents a registered third-party Client application
ServerAccessToken
          Server Access Token representation
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.grants.code
AccessTokenGrant
          Access Token Grant
Client
          Represents a registered third-party Client application
ServerAccessToken
          Server Access Token representation
UserSubject
          Represents a login name which AuthorizationService may capture after the end user approved a given third party request
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.grants.owner
AccessTokenGrant
          Access Token Grant
Client
          Represents a registered third-party Client application
ServerAccessToken
          Server Access Token representation
UserSubject
          Represents a login name which AuthorizationService may capture after the end user approved a given third party request
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.grants.refresh
AccessTokenGrant
          Access Token Grant
Client
          Represents a registered third-party Client application
ServerAccessToken
          Server Access Token representation
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.grants.saml
AccessTokenGrant
          Access Token Grant
Client
          Represents a registered third-party Client application
ServerAccessToken
          Server Access Token representation
UserSubject
          Represents a login name which AuthorizationService may capture after the end user approved a given third party request
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.provider
AccessTokenRegistration
          Captures the information associated with the access token request.
AccessTokenValidation
           
Client
          Represents a registered third-party Client application
OAuthContext
          Captures the information about the current client request which custom filters may use to further protect the endpoints
OAuthError
          Captures OAuth2 error properties
OAuthPermission
          Provides the complete information about a given opaque permission.
OOBAuthorizationResponse
           
ServerAccessToken
          Server Access Token representation
UserSubject
          Represents a login name which AuthorizationService may capture after the end user approved a given third party request
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.services
AccessTokenValidation
           
Client
          Represents a registered third-party Client application
OAuthAuthorizationData
          This bean represents a resource owner authorization challenge.
OAuthError
          Captures OAuth2 error properties
OAuthPermission
          Provides the complete information about a given opaque permission.
OOBAuthorizationResponse
           
ServerAccessToken
          Server Access Token representation
UserSubject
          Represents a login name which AuthorizationService may capture after the end user approved a given third party request
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.tokens.bearer
AccessToken
          Base Access Token representation
Client
          Represents a registered third-party Client application
ServerAccessToken
          Server Access Token representation
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.tokens.hawk
AccessToken
          Base Access Token representation
AccessTokenValidation
           
Client
          Represents a registered third-party Client application
ServerAccessToken
          Server Access Token representation
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.tokens.refresh
AccessToken
          Base Access Token representation
Client
          Represents a registered third-party Client application
ServerAccessToken
          Server Access Token representation
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.utils
Client
          Represents a registered third-party Client application
OAuthContext
          Captures the information about the current client request which custom filters may use to further protect the endpoints
OAuthPermission
          Provides the complete information about a given opaque permission.
UserSubject
          Represents a login name which AuthorizationService may capture after the end user approved a given third party request
 

Classes in org.apache.cxf.rs.security.oauth2.common used by org.apache.cxf.rs.security.oauth2.utils.crypto
Client
          Represents a registered third-party Client application
ServerAccessToken
          Server Access Token representation
 


Apache CXF API

Apache CXF