Apache CXF API

Uses of Package
org.apache.cxf.rs.security.oauth.services

Packages that use org.apache.cxf.rs.security.oauth.services
org.apache.cxf.rs.security.oauth.services   
 

Classes in org.apache.cxf.rs.security.oauth.services used by org.apache.cxf.rs.security.oauth.services
AbstractOAuthService
          Abstract utility class which OAuth services extend
AccessTokenHandler
           
AccessTokenService
          This resource will replace a request token with a new access token which will complete the OAuth flow.
AuthorizationRequestHandler
           
AuthorizationRequestService
          This resource handles the End User authorising or denying the Client to access its resources.
OOBAuthorizationResponse
           
RequestTokenHandler
           
RequestTokenService
          This resource issues a temporary request token to the Client which will be later authorised and exchanged for the access token
 


Apache CXF API

Apache CXF