Uses of Class
org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Packages that use ServerAccessToken
Package
Description
-
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.common
Methods in org.apache.cxf.rs.security.oauth2.common that return ServerAccessTokenModifier and TypeMethodDescriptionprotected static ServerAccessTokenServerAccessToken.validateTokenType(ServerAccessToken token, String expectedType) Methods in org.apache.cxf.rs.security.oauth2.common with parameters of type ServerAccessTokenModifier and TypeMethodDescriptionprotected static ServerAccessTokenServerAccessToken.validateTokenType(ServerAccessToken token, String expectedType) Constructors in org.apache.cxf.rs.security.oauth2.common with parameters of type ServerAccessToken -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants
Methods in org.apache.cxf.rs.security.oauth2.grants that return ServerAccessTokenModifier and TypeMethodDescriptionprotected ServerAccessTokenAbstractGrantHandler.doCreateAccessToken(Client client, UserSubject subject, jakarta.ws.rs.core.MultivaluedMap<String, String> params) protected ServerAccessTokenAbstractGrantHandler.doCreateAccessToken(Client client, UserSubject subject, String requestedGrant, List<String> requestedScopes) protected ServerAccessTokenAbstractGrantHandler.doCreateAccessToken(Client client, UserSubject subject, String requestedGrant, List<String> requestedScopes, List<String> audiences) protected ServerAccessTokenAbstractGrantHandler.doCreateAccessToken(Client client, UserSubject subject, List<String> requestedScopes) protected ServerAccessTokenAbstractGrantHandler.doCreateAccessToken(Client client, UserSubject subject, List<String> requestedScopes, List<String> audiences) protected ServerAccessTokenAbstractGrantHandler.getPreAuthorizedToken(Client client, UserSubject subject, String requestedGrant, List<String> requestedScopes, List<String> audiences) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants.clientcred
Methods in org.apache.cxf.rs.security.oauth2.grants.clientcred that return ServerAccessTokenModifier and TypeMethodDescriptionClientCredentialsGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants.code
Methods in org.apache.cxf.rs.security.oauth2.grants.code that return ServerAccessTokenModifier and TypeMethodDescriptionAuthorizationCodeGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) Methods in org.apache.cxf.rs.security.oauth2.grants.code with parameters of type ServerAccessTokenModifier and TypeMethodDescriptionprotected RefreshTokenJPACMTCodeDataProvider.updateExistingRefreshToken(RefreshToken rt, ServerAccessToken at) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants.jwt
Methods in org.apache.cxf.rs.security.oauth2.grants.jwt that return ServerAccessTokenModifier and TypeMethodDescriptionJwtBearerGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants.owner
Methods in org.apache.cxf.rs.security.oauth2.grants.owner that return ServerAccessTokenModifier and TypeMethodDescriptionResourceOwnerGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants.refresh
Methods in org.apache.cxf.rs.security.oauth2.grants.refresh that return ServerAccessTokenModifier and TypeMethodDescriptionRefreshTokenGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants.saml
Methods in org.apache.cxf.rs.security.oauth2.grants.saml that return ServerAccessTokenModifier and TypeMethodDescriptionSaml2BearerGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider with type parameters of type ServerAccessTokenModifier and TypeMethodDescriptionprotected static <V extends ServerAccessToken>
Vprotected static <K,V extends ServerAccessToken>
List<V>JCacheOAuthDataProvider.getTokens(javax.cache.Cache<K, V> cache, Client client, UserSubject sub) Methods in org.apache.cxf.rs.security.oauth2.provider that return ServerAccessTokenModifier and TypeMethodDescriptionAbstractOAuthDataProvider.createAccessToken(AccessTokenRegistration reg) AccessTokenGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) OAuthDataProvider.createAccessToken(AccessTokenRegistration accessToken) Create access tokenprotected ServerAccessTokenAbstractOAuthDataProvider.createNewAccessToken(Client client, UserSubject userSub) protected ServerAccessTokenAbstractOAuthDataProvider.doCreateAccessToken(List<String> audiences, Client client, String clientCodeVerifier, Map<String, String> extraProperties, String grantCode, String grantType, String nonce, String responseType, List<OAuthPermission> scopes, UserSubject userSubject) protected ServerAccessTokenAbstractOAuthDataProvider.doCreateAccessToken(AccessTokenRegistration atReg) protected ServerAccessTokenJPAOAuthDataProvider.doCreateAccessToken(AccessTokenRegistration atReg) protected ServerAccessTokenAbstractOAuthDataProvider.doRefreshAccessToken(Client client, RefreshToken oldRefreshToken, List<String> restrictedScopes) DefaultEncryptingOAuthDataProvider.getAccessToken(String accessToken) JCacheOAuthDataProvider.getAccessToken(String accessTokenKey) JPAOAuthDataProvider.getAccessToken(String accessToken) OAuthDataProvider.getAccessToken(String accessToken) Get access tokenprotected ServerAccessTokenJCacheOAuthDataProvider.getJwtAccessToken(String key) AbstractOAuthDataProvider.getPreauthorizedToken(Client client, List<String> requestedScopes, UserSubject sub, String grantType) OAuthDataProvider.getPreauthorizedToken(Client client, List<String> requestedScopes, UserSubject subject, String grantType) Get preauthorized access tokenAbstractOAuthDataProvider.refreshAccessToken(Client client, String refreshTokenKey, List<String> restrictedScopes) OAuthDataProvider.refreshAccessToken(Client client, String refreshToken, List<String> requestedScopes) Refresh access tokenprotected ServerAccessTokenAbstractOAuthDataProvider.revokeAccessToken(Client client, String accessTokenKey) Methods in org.apache.cxf.rs.security.oauth2.provider that return types with arguments of type ServerAccessTokenModifier and TypeMethodDescriptionDefaultEncryptingOAuthDataProvider.getAccessTokens(Client c, UserSubject sub) JCacheOAuthDataProvider.getAccessTokens(Client c, UserSubject sub) JPAOAuthDataProvider.getAccessTokens(Client c, UserSubject sub) OAuthDataProvider.getAccessTokens(Client client, UserSubject subject) Return all access tokens associated with a given clientprotected List<ServerAccessToken>JCacheOAuthDataProvider.getJwtAccessTokens(Client client, UserSubject sub) Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type ServerAccessTokenModifier and TypeMethodDescriptionprotected voidAbstractOAuthDataProvider.convertToJWTAccessToken(ServerAccessToken at) protected JwtClaimsAbstractOAuthDataProvider.createJwtAccessToken(ServerAccessToken at) protected RefreshTokenAbstractOAuthDataProvider.createNewRefreshToken(ServerAccessToken at) protected RefreshTokenAbstractOAuthDataProvider.doCreateNewRefreshToken(ServerAccessToken at) protected abstract voidAbstractOAuthDataProvider.doRevokeAccessToken(ServerAccessToken accessToken) protected voidDefaultEncryptingOAuthDataProvider.doRevokeAccessToken(ServerAccessToken at) protected voidJCacheOAuthDataProvider.doRevokeAccessToken(ServerAccessToken at) protected voidJPAOAuthDataProvider.doRevokeAccessToken(ServerAccessToken at) protected voidAbstractOAuthDataProvider.handleLinkedRefreshToken(Client client, ServerAccessToken accessToken) protected static booleanJCacheOAuthDataProvider.isExpired(ServerAccessToken token) protected static booleanAbstractOAuthDataProvider.isTokenMatched(ServerAccessToken token, Client c, UserSubject sub) protected voidAbstractOAuthDataProvider.linkAccessTokenToRefreshToken(RefreshToken rt, ServerAccessToken at) protected voidAbstractOAuthDataProvider.linkRefreshTokenToAccessToken(RefreshToken rt, ServerAccessToken at) protected voidJCacheOAuthDataProvider.linkRefreshTokenToAccessToken(RefreshToken rt, ServerAccessToken at) protected voidJPAOAuthDataProvider.linkRefreshTokenToAccessToken(RefreshToken rt, ServerAccessToken at) voidAccessTokenResponseFilter.process(ClientAccessToken ct, ServerAccessToken st) protected abstract voidAbstractOAuthDataProvider.saveAccessToken(ServerAccessToken serverToken) protected voidDefaultEncryptingOAuthDataProvider.saveAccessToken(ServerAccessToken serverToken) protected voidJCacheOAuthDataProvider.saveAccessToken(ServerAccessToken serverToken) protected voidJPAOAuthDataProvider.saveAccessToken(ServerAccessToken serverToken) protected RefreshTokenAbstractOAuthDataProvider.updateExistingRefreshToken(RefreshToken rt, ServerAccessToken at) protected RefreshTokenAbstractOAuthDataProvider.updateRefreshToken(RefreshToken rt, ServerAccessToken at) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type ServerAccessTokenModifier and TypeMethodDescriptionprotected AuthorizationCodeRegistrationAuthorizationCodeGrantService.createCodeRegistration(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken) protected jakarta.ws.rs.core.ResponseAbstractImplicitGrantService.createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected jakarta.ws.rs.core.ResponseAuthorizationCodeGrantService.createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken) protected abstract jakarta.ws.rs.core.ResponseRedirectionBasedGrantService.createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected ClientAccessTokenAbstractImplicitGrantService.getClientAccessToken(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) AuthorizationCodeGrantService.getGrantRepresentation(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken) protected AbstractFormImplicitResponseAbstractImplicitGrantService.prepareFormResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected StringBuilderAbstractImplicitGrantService.prepareRedirectResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected voidAbstractImplicitGrantService.processClientAccessToken(ClientAccessToken clientToken, ServerAccessToken serverToken) protected voidAccessTokenService.processClientAccessToken(ClientAccessToken clientToken, ServerAccessToken serverToken) protected voidAbstractAccessTokenValidator.removeAccessToken(ServerAccessToken at) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.tokens.bearer
Subclasses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.tokens.bearerModifier and TypeClassDescriptionclassSimple Bearer Access Token implementationsConstructors in org.apache.cxf.rs.security.oauth2.tokens.bearer with parameters of type ServerAccessToken -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.tokens.hawk
Subclasses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.tokens.hawkConstructors in org.apache.cxf.rs.security.oauth2.tokens.hawk with parameters of type ServerAccessTokenModifierConstructorDescriptionHawkAccessToken(ServerAccessToken token) HawkAccessToken(ServerAccessToken token, String newKey) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.tokens.refresh
Subclasses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.tokens.refreshConstructors in org.apache.cxf.rs.security.oauth2.tokens.refresh with parameters of type ServerAccessTokenModifierConstructorDescriptionRefreshToken(ServerAccessToken token, String key, List<String> accessTokens) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.utils
Methods in org.apache.cxf.rs.security.oauth2.utils that return ServerAccessTokenModifier and TypeMethodDescriptionstatic ServerAccessTokenJwtTokenUtils.createAccessTokenFromJwt(JoseJwtConsumer consumer, String jose, ClientRegistrationProvider clientProvider, Map<String, String> claimsMap) Methods in org.apache.cxf.rs.security.oauth2.utils with parameters of type ServerAccessTokenModifier and TypeMethodDescriptionstatic ClientAccessTokenOAuthUtils.toClientAccessToken(ServerAccessToken serverToken, boolean supportOptionalParams) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.utils.crypto
Methods in org.apache.cxf.rs.security.oauth2.utils.crypto that return ServerAccessTokenModifier and TypeMethodDescriptionstatic ServerAccessTokenModelEncryptionSupport.decryptAccessToken(OAuthDataProvider provider, String encodedToken, String encodedSecretKey) static ServerAccessTokenModelEncryptionSupport.decryptAccessToken(OAuthDataProvider provider, String encodedToken, String encodedSecretKey, KeyProperties props) static ServerAccessTokenModelEncryptionSupport.decryptAccessToken(OAuthDataProvider provider, String encodedToken, Key secretKey) static ServerAccessTokenModelEncryptionSupport.decryptAccessToken(OAuthDataProvider provider, String encodedData, Key secretKey, KeyProperties props) static ServerAccessTokenModelEncryptionSupport.recreateAccessToken(OAuthDataProvider provider, String newTokenKey, String decryptedSequence) Methods in org.apache.cxf.rs.security.oauth2.utils.crypto with parameters of type ServerAccessTokenModifier and TypeMethodDescriptionstatic StringModelEncryptionSupport.encryptAccessToken(ServerAccessToken token, Key secretKey) static StringModelEncryptionSupport.encryptAccessToken(ServerAccessToken token, Key secretKey, KeyProperties props) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oidc.idp
Methods in org.apache.cxf.rs.security.oidc.idp with parameters of type ServerAccessTokenModifier and TypeMethodDescriptionprotected AbstractFormImplicitResponseOidcHybridService.prepareFormResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected AbstractFormImplicitResponseOidcImplicitService.prepareFormResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected ServerAuthorizationCodeGrantOidcHybridService.prepareHybrideCode(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected StringBuilderOidcHybridService.prepareRedirectResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) protected StringBuilderOidcImplicitService.prepareRedirectResponse(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken) voidIdTokenResponseFilter.process(ClientAccessToken ct, ServerAccessToken st)