Uses of Class
org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Packages that use OAuthAuthorizationData
-
Uses of OAuthAuthorizationData in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return OAuthAuthorizationDataModifier and TypeMethodDescriptionprotected OAuthAuthorizationDataImplicitGrantService.createAuthorizationData(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params, String redirectUri, UserSubject subject, List<OAuthPermission> requestedPerms, List<OAuthPermission> alreadyAuthorizedPerms, boolean authorizationCanBeSkipped) protected OAuthAuthorizationDataRedirectionBasedGrantService.createAuthorizationData(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params, String redirectUri, UserSubject subject, List<OAuthPermission> requestedPerms, List<OAuthPermission> alreadyAuthorizedPerms, boolean authorizationCanBeSkipped) Create the authorization challenge dataMethods in org.apache.cxf.rs.security.oauth2.services with parameters of type OAuthAuthorizationDataModifier and TypeMethodDescriptionprotected voidRedirectionBasedGrantService.personalizeData(OAuthAuthorizationData data, UserSubject userSubject)