Package | Description |
---|---|
org.apache.cxf.rs.security.oauth2.provider | |
org.apache.cxf.rs.security.oauth2.services |
Modifier and Type | Method and Description |
---|---|
ServerAccessToken |
AbstractOAuthDataProvider.createAccessToken(AccessTokenRegistration reg) |
ServerAccessToken |
OAuthDataProvider.createAccessToken(AccessTokenRegistration accessToken)
Create access token
|
protected ServerAccessToken |
JPAOAuthDataProvider.doCreateAccessToken(AccessTokenRegistration atReg) |
protected ServerAccessToken |
AbstractOAuthDataProvider.doCreateAccessToken(AccessTokenRegistration atReg) |
Modifier and Type | Method and Description |
---|---|
protected AccessTokenRegistration |
AbstractImplicitGrantService.createTokenRegistration(OAuthRedirectionState state,
Client client,
List<String> requestedScope,
List<String> approvedScope,
UserSubject userSubject) |
Apache CXF