Uses of Class
org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Packages that use AccessTokenRegistration
Package
Description
-
Uses of AccessTokenRegistration in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type AccessTokenRegistrationModifier and TypeMethodDescriptionAbstractOAuthDataProvider.createAccessToken(AccessTokenRegistration reg) OAuthDataProvider.createAccessToken(AccessTokenRegistration accessToken) Create access tokenprotected ServerAccessTokenAbstractOAuthDataProvider.doCreateAccessToken(AccessTokenRegistration atReg) protected ServerAccessTokenJPAOAuthDataProvider.doCreateAccessToken(AccessTokenRegistration atReg) -
Uses of AccessTokenRegistration in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return AccessTokenRegistrationModifier and TypeMethodDescriptionprotected AccessTokenRegistrationAbstractImplicitGrantService.createTokenRegistration(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject)