Apache CXF API

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

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

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

Subclasses of RedirectionBasedGrantService in org.apache.cxf.rs.security.oauth2.services
 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.
 


Apache CXF API

Apache CXF