Uses of Class
org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
-
Packages that use AuthorizationCodeRegistration Package Description org.apache.cxf.rs.security.oauth2.grants.code org.apache.cxf.rs.security.oauth2.services -
-
Uses of AuthorizationCodeRegistration in org.apache.cxf.rs.security.oauth2.grants.code
-
Uses of AuthorizationCodeRegistration in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return AuthorizationCodeRegistration Modifier and Type Method Description protected AuthorizationCodeRegistrationAuthorizationCodeGrantService. createCodeRegistration(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken)
-