Uses of Class
org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
Packages that use OAuthServiceException
Package
Description
-
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.client
Methods in org.apache.cxf.rs.security.oauth2.client that throw OAuthServiceExceptionModifier and TypeMethodDescriptionstatic StringOAuthClientUtils.createAuthorizationHeader(ClientAccessToken accessToken) Creates OAuth Authorization header with Bearer schemestatic StringOAuthClientUtils.createAuthorizationHeader(ClientAccessToken accessToken, HttpRequestProperties httpProps) Creates OAuth Authorization header with the scheme that may require an access to the current HTTP request propertiesstatic ClientAccessTokenOAuthClientUtils.getAccessToken(String accessTokenServiceUri, Consumer consumer, AccessTokenGrant grant, boolean setAuthorizationHeader) Obtains the access token from OAuth AccessToken Servicestatic ClientAccessTokenOAuthClientUtils.getAccessToken(WebClient accessTokenService, Consumer consumer, AccessTokenGrant grant) Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils.getAccessToken(WebClient accessTokenService, Consumer consumer, AccessTokenGrant grant, Map<String, String> extraParams, boolean setAuthorizationHeader) Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils.getAccessToken(WebClient accessTokenService, Consumer consumer, AccessTokenGrant grant, Map<String, String> extraParams, String defaultTokenType, boolean setAuthorizationHeader) Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils.getAccessToken(WebClient accessTokenService, AccessTokenGrant grant) Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils.getAccessToken(WebClient accessTokenService, AccessTokenGrant grant, Map<String, String> extraParams) Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils.refreshAccessToken(WebClient accessTokenService, Consumer consumer, ClientAccessToken at, String scope, boolean setAuthorizationHeader) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.filters
Methods in org.apache.cxf.rs.security.oauth2.filters that throw OAuthServiceExceptionModifier and TypeMethodDescriptionAccessTokenIntrospectionClient.validateAccessToken(MessageContext mc, String authScheme, String authSchemeData, jakarta.ws.rs.core.MultivaluedMap<String, String> extraProps) AccessTokenValidatorClient.validateAccessToken(MessageContext mc, String authScheme, String authSchemeData, jakarta.ws.rs.core.MultivaluedMap<String, String> extraProps) JwtAccessTokenValidator.validateAccessToken(MessageContext mc, String authScheme, String authSchemeData, jakarta.ws.rs.core.MultivaluedMap<String, String> extraProps) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.grants.clientcred
Methods in org.apache.cxf.rs.security.oauth2.grants.clientcred that throw OAuthServiceExceptionModifier and TypeMethodDescriptionClientCredentialsGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.grants.code
Methods in org.apache.cxf.rs.security.oauth2.grants.code that throw OAuthServiceExceptionModifier and TypeMethodDescriptionAuthorizationCodeGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) AbstractAuthorizationCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg) AbstractCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg) AuthorizationCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg) Creates a temporarily code grant which will capture the information about theClientrequesting the access to the resource owner's resourcesDefaultEncryptingCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg) JCacheCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg) JPACodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg) protected ServerAuthorizationCodeGrantAbstractCodeDataProvider.doCreateCodeGrant(AuthorizationCodeRegistration reg) protected ServerAuthorizationCodeGrantDefaultEncryptingCodeDataProvider.doCreateCodeGrant(AuthorizationCodeRegistration reg) protected ServerAuthorizationCodeGrantJPACodeDataProvider.doCreateCodeGrant(AuthorizationCodeRegistration reg) DefaultEncryptingCodeDataProvider.getCodeGrant(String code) protected ServerAuthorizationCodeGrantJCacheCodeDataProvider.getCodeGrant(String code) AuthorizationCodeDataProvider.getCodeGrants(Client client, UserSubject subject) Return the list of code grants associated with a given clientJPACodeDataProvider.getCodeGrants(Client c, UserSubject subject) AuthorizationCodeDataProvider.removeCodeGrant(String code) Returns the previously registeredServerAuthorizationCodeGrantDefaultEncryptingCodeDataProvider.removeCodeGrant(String code) JCacheCodeDataProvider.removeCodeGrant(String code) JPACodeDataProvider.removeCodeGrant(String code) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.grants.jwt
Methods in org.apache.cxf.rs.security.oauth2.grants.jwt that throw OAuthServiceExceptionModifier and TypeMethodDescriptionJwtBearerGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.grants.owner
Methods in org.apache.cxf.rs.security.oauth2.grants.owner that throw OAuthServiceExceptionModifier and TypeMethodDescriptionResourceOwnerGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.grants.refresh
Methods in org.apache.cxf.rs.security.oauth2.grants.refresh that throw OAuthServiceExceptionModifier and TypeMethodDescriptionRefreshTokenGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.grants.saml
Methods in org.apache.cxf.rs.security.oauth2.grants.saml that throw OAuthServiceExceptionModifier and TypeMethodDescriptionSaml2BearerGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type OAuthServiceExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseOAuthServiceExceptionMapper.toResponse(OAuthServiceException exception) Methods in org.apache.cxf.rs.security.oauth2.provider that throw OAuthServiceExceptionModifier and TypeMethodDescriptionAbstractOAuthDataProvider.createAccessToken(AccessTokenRegistration reg) AccessTokenGrantHandler.createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) OAuthDataProvider.createAccessToken(AccessTokenRegistration accessToken) Create access tokenDefaultSubjectCreator.createUserSubject(MessageContext mc, jakarta.ws.rs.core.MultivaluedMap<String, String> params) SubjectCreator.createUserSubject(MessageContext mc, jakarta.ws.rs.core.MultivaluedMap<String, String> params) Create aUserSubjectDefaultEncryptingOAuthDataProvider.doGetClient(String clientId) JCacheOAuthDataProvider.doGetClient(String clientId) JPAOAuthDataProvider.doGetClient(String clientId) DefaultEncryptingOAuthDataProvider.getAccessToken(String accessToken) JCacheOAuthDataProvider.getAccessToken(String accessTokenKey) JPAOAuthDataProvider.getAccessToken(String accessToken) OAuthDataProvider.getAccessToken(String accessToken) Get access tokenOAuthDataProvider.getAccessTokens(Client client, UserSubject subject) Return all access tokens associated with a given clientReturns the previously registered third-partyClientAbstractOAuthDataProvider.getPreauthorizedToken(Client client, List<String> requestedScopes, UserSubject sub, String grantType) OAuthDataProvider.getPreauthorizedToken(Client client, List<String> requestedScopes, UserSubject subject, String grantType) Get preauthorized access tokenOAuthDataProvider.getRefreshTokens(Client client, UserSubject subject) Return all refresh tokens associated with a given clientAbstractOAuthDataProvider.refreshAccessToken(Client client, String refreshTokenKey, List<String> restrictedScopes) OAuthDataProvider.refreshAccessToken(Client client, String refreshToken, List<String> requestedScopes) Refresh access tokenvoidAbstractOAuthDataProvider.revokeToken(Client client, String tokenKey, String tokenTypeHint) voidOAuthDataProvider.revokeToken(Client client, String tokenId, String tokenTypeHint) Revokes a refresh or access tokenAccessTokenValidator.validateAccessToken(MessageContext mc, String authScheme, String authSchemeData, jakarta.ws.rs.core.MultivaluedMap<String, String> extraProps) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type OAuthServiceExceptionModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.ResponseAbstractTokenService.handleException(OAuthServiceException ex, String error) Methods in org.apache.cxf.rs.security.oauth2.services that throw OAuthServiceExceptionModifier and TypeMethodDescriptionprotected ClientAbstractOAuthService.getValidClient(String clientId, jakarta.ws.rs.core.MultivaluedMap<String, String> params) Get theClientreferenceprotected ClientAbstractOAuthService.getValidClient(String clientId, String clientSecret, jakarta.ws.rs.core.MultivaluedMap<String, String> params) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.tokens.hawk
Methods in org.apache.cxf.rs.security.oauth2.tokens.hawk that throw OAuthServiceExceptionModifier and TypeMethodDescriptionAbstractHawkAccessTokenValidator.validateAccessToken(MessageContext mc, String authScheme, String authSchemeData, jakarta.ws.rs.core.MultivaluedMap<String, String> extraProps) HawkAccessTokenValidatorClient.validateAccessToken(MessageContext mc, String authScheme, String authSchemeData, jakarta.ws.rs.core.MultivaluedMap<String, String> extraProps) voidNonceVerifier.verifyNonce(String tokenKey, String clientNonce, String clientTimestamp) voidNonceVerifierImpl.verifyNonce(String tokenKey, String clientNonceString, String clientTimestampString) -
Uses of OAuthServiceException in org.apache.cxf.rs.security.oauth2.utils
Methods in org.apache.cxf.rs.security.oauth2.utils that throw OAuthServiceException