Uses of Class
org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
-
-
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.common
Methods in org.apache.cxf.rs.security.oauth2.common that return ServerAccessToken Modifier and Type Method Description protected static ServerAccessTokenServerAccessToken. validateTokenType(ServerAccessToken token, String expectedType)Methods in org.apache.cxf.rs.security.oauth2.common with parameters of type ServerAccessToken Modifier and Type Method Description protected static ServerAccessTokenServerAccessToken. validateTokenType(ServerAccessToken token, String expectedType)Constructors in org.apache.cxf.rs.security.oauth2.common with parameters of type ServerAccessToken Constructor Description AccessTokenValidation(ServerAccessToken token)ServerAccessToken(ServerAccessToken token, String key) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.grants
Methods in org.apache.cxf.rs.security.oauth2.grants that return ServerAccessToken Modifier and Type Method Description 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. doCreateAccessToken(Client client, UserSubject subject, javax.ws.rs.core.MultivaluedMap<String,String> params)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 ServerAccessToken Modifier and Type Method Description ServerAccessTokenClientCredentialsGrantHandler. createAccessToken(Client client, javax.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 ServerAccessToken Modifier and Type Method Description ServerAccessTokenAuthorizationCodeGrantHandler. createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)Methods in org.apache.cxf.rs.security.oauth2.grants.code with parameters of type ServerAccessToken Modifier and Type Method Description protected 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 ServerAccessToken Modifier and Type Method Description ServerAccessTokenJwtBearerGrantHandler. createAccessToken(Client client, javax.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 ServerAccessToken Modifier and Type Method Description ServerAccessTokenResourceOwnerGrantHandler. createAccessToken(Client client, javax.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 ServerAccessToken Modifier and Type Method Description ServerAccessTokenRefreshTokenGrantHandler. createAccessToken(Client client, javax.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 ServerAccessToken Modifier and Type Method Description ServerAccessTokenSaml2BearerGrantHandler. createAccessToken(Client client, javax.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 ServerAccessToken Modifier and Type Method Description protected static <V extends ServerAccessToken>
VJCacheOAuthDataProvider. getToken(javax.cache.Cache<String,V> cache, String key)protected 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 ServerAccessToken Modifier and Type Method Description ServerAccessTokenAbstractOAuthDataProvider. createAccessToken(AccessTokenRegistration reg)ServerAccessTokenAccessTokenGrantHandler. createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)ServerAccessTokenOAuthDataProvider. 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)ServerAccessTokenDefaultEncryptingOAuthDataProvider. getAccessToken(String accessToken)ServerAccessTokenJCacheOAuthDataProvider. getAccessToken(String accessTokenKey)ServerAccessTokenJPAOAuthDataProvider. getAccessToken(String accessToken)ServerAccessTokenOAuthDataProvider. getAccessToken(String accessToken)Get access tokenprotected ServerAccessTokenJCacheOAuthDataProvider. getJwtAccessToken(String key)ServerAccessTokenAbstractOAuthDataProvider. getPreauthorizedToken(Client client, List<String> requestedScopes, UserSubject sub, String grantType)ServerAccessTokenOAuthDataProvider. getPreauthorizedToken(Client client, List<String> requestedScopes, UserSubject subject, String grantType)Get preauthorized access tokenServerAccessTokenAbstractOAuthDataProvider. refreshAccessToken(Client client, String refreshTokenKey, List<String> restrictedScopes)ServerAccessTokenOAuthDataProvider. 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 ServerAccessToken Modifier and Type Method Description List<ServerAccessToken>DefaultEncryptingOAuthDataProvider. getAccessTokens(Client c, UserSubject sub)List<ServerAccessToken>JCacheOAuthDataProvider. getAccessTokens(Client c, UserSubject sub)List<ServerAccessToken>JPAOAuthDataProvider. getAccessTokens(Client c, UserSubject sub)List<ServerAccessToken>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 ServerAccessToken Modifier and Type Method Description protected 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 ServerAccessToken Modifier and Type Method Description protected AuthorizationCodeRegistrationAuthorizationCodeGrantService. createCodeRegistration(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken)protected javax.ws.rs.core.ResponseAbstractImplicitGrantService. createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preAuthorizedToken)protected javax.ws.rs.core.ResponseAuthorizationCodeGrantService. createGrant(OAuthRedirectionState state, Client client, List<String> requestedScope, List<String> approvedScope, UserSubject userSubject, ServerAccessToken preauthorizedToken)protected abstract javax.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)ServerAuthorizationCodeGrantAuthorizationCodeGrantService. 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.bearer Modifier and Type Class Description classBearerAccessTokenSimple Bearer Access Token implementationsConstructors in org.apache.cxf.rs.security.oauth2.tokens.bearer with parameters of type ServerAccessToken Constructor Description BearerAccessToken(ServerAccessToken token)BearerAccessToken(ServerAccessToken token, String newKey) -
Uses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.tokens.hawk
Subclasses of ServerAccessToken in org.apache.cxf.rs.security.oauth2.tokens.hawk Modifier and Type Class Description classHawkAccessTokenConstructors in org.apache.cxf.rs.security.oauth2.tokens.hawk with parameters of type ServerAccessToken Constructor Description HawkAccessToken(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.refresh Modifier and Type Class Description classRefreshTokenSimple Refresh Token implementationConstructors in org.apache.cxf.rs.security.oauth2.tokens.refresh with parameters of type ServerAccessToken Constructor Description RefreshToken(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 ServerAccessToken Modifier and Type Method Description static 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 ServerAccessToken Modifier and Type Method Description static 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 ServerAccessToken Modifier and Type Method Description static 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 ServerAccessToken Modifier and Type Method Description static 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 ServerAccessToken Modifier and Type Method Description protected 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)
-