Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService

Packages that use AbstractOAuthService
org.apache.cxf.rs.security.oauth2.services   
 

Uses of AbstractOAuthService in org.apache.cxf.rs.security.oauth2.services
 

Subclasses of AbstractOAuthService in org.apache.cxf.rs.security.oauth2.services
 class AbstractTokenService
           
 class AccessTokenService
          OAuth2 Access Token Service implementation
 class AuthorizationCodeGrantService
          This resource handles the End User authorising or denying the Client to access its resources.
 class ImplicitGrantService
          Redirection-based Implicit Grant Service This resource handles the End User authorising or denying the Client embedded in the Web agent.
 class RedirectionBasedGrantService
          The Base Redirection-Based Grant Service
 class TokenRevocationService
          OAuth2 Token Revocation Service implementation
 


Apache CXF API

Apache CXF