Methods in org.apache.cxf.rs.security.oauth2.grants.code with parameters of type AuthorizationCodeRegistration |
ServerAuthorizationCodeGrant |
AbstractAuthorizationCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg)
|
ServerAuthorizationCodeGrant |
AuthorizationCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg)
Creates a temporarily code grant which will capture the
information about the Client requesting the access to
the resource owner's resources |
protected List<String> |
AbstractAuthorizationCodeDataProvider.getApprovedScopes(AuthorizationCodeRegistration reg)
|
protected String |
AbstractAuthorizationCodeDataProvider.getCode(AuthorizationCodeRegistration reg)
|