Uses of Class
org.apache.cxf.rs.security.oauth2.common.AbstractFormImplicitResponse
-
Packages that use AbstractFormImplicitResponse Package Description org.apache.cxf.rs.security.oauth2.common org.apache.cxf.rs.security.oauth2.services -
-
Uses of AbstractFormImplicitResponse in org.apache.cxf.rs.security.oauth2.common
Subclasses of AbstractFormImplicitResponse in org.apache.cxf.rs.security.oauth2.common Modifier and Type Class Description classFormTokenResponse -
Uses of AbstractFormImplicitResponse in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return AbstractFormImplicitResponse Modifier and Type Method Description protected AbstractFormImplicitResponseAbstractImplicitGrantService. prepareFormResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)
-