Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractAccessTokenValidator - Class in org.apache.cxf.rs.security.oauth2.services
 
AbstractAccessTokenValidator() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
AbstractAuthorizationCodeDataProvider - Class in org.apache.cxf.rs.security.oauth2.grants.code
Abstract AuthorizationCodeDataProvider implementation
AbstractAuthorizationCodeDataProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AbstractAuthorizationCodeDataProvider
 
AbstractAuthorizationResponse - Class in org.apache.cxf.rs.security.oauth2.common
 
AbstractAuthorizationResponse() - Constructor for class org.apache.cxf.rs.security.oauth2.common.AbstractAuthorizationResponse
 
AbstractAuthSupplier - Class in org.apache.cxf.rs.security.oauth2.client
 
AbstractAuthSupplier(String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.AbstractAuthSupplier
 
AbstractCodeDataProvider - Class in org.apache.cxf.rs.security.oauth2.grants.code
 
AbstractCodeDataProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AbstractCodeDataProvider
 
AbstractFormImplicitResponse - Class in org.apache.cxf.rs.security.oauth2.common
 
AbstractFormImplicitResponse() - Constructor for class org.apache.cxf.rs.security.oauth2.common.AbstractFormImplicitResponse
 
AbstractGrant - Class in org.apache.cxf.rs.security.oauth2.grants
Abstract access token grant
AbstractGrant(String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.AbstractGrant
 
AbstractGrant(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.AbstractGrant
 
AbstractGrant(String, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.AbstractGrant
 
AbstractGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants
Abstract access token grant handler
AbstractGrantHandler(String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
AbstractGrantHandler(List<String>) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
AbstractHawkAccessTokenValidator - Class in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
AbstractHawkAccessTokenValidator() - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
AbstractImplicitGrantService - Class in org.apache.cxf.rs.security.oauth2.services
 
AbstractImplicitGrantService(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
AbstractImplicitGrantService(Set<String>, String) - Constructor for class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
AbstractJwtBearerGrant - Class in org.apache.cxf.rs.security.oauth2.grants.jwt
 
AbstractJwtBearerGrant(String, String, boolean, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtBearerGrant
 
AbstractJwtHandler - Class in org.apache.cxf.rs.security.oauth2.grants.jwt
The "JWT Bearer" grant handler
AbstractJwtHandler(List<String>) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
AbstractOAuthDataProvider - Class in org.apache.cxf.rs.security.oauth2.provider
 
AbstractOAuthDataProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
AbstractOAuthService - Class in org.apache.cxf.rs.security.oauth2.services
Abstract OAuth service
AbstractOAuthService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
AbstractTokenService - Class in org.apache.cxf.rs.security.oauth2.services
 
AbstractTokenService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
ACCESS_DENIED - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ACCESS_TOKEN - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ACCESS_TOKEN_CACHE_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
ACCESS_TOKEN_EXPIRES_IN - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ACCESS_TOKEN_ISSUED_AT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ACCESS_TOKEN_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AccessDeniedResponse - Class in org.apache.cxf.rs.security.oauth2.client
 
AccessDeniedResponse(String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.AccessDeniedResponse
 
AccessToken - Class in org.apache.cxf.rs.security.oauth2.common
Base Access Token representation
AccessToken() - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
AccessToken(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
AccessToken(String, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
AccessToken(String, String, long, long, String, Map<String, String>) - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
AccessToken_ - Class in org.apache.cxf.rs.security.oauth2.common
 
AccessToken_() - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessToken_
 
AccessTokenClientFilter - Class in org.apache.cxf.rs.security.oauth2.client
 
AccessTokenClientFilter() - Constructor for class org.apache.cxf.rs.security.oauth2.client.AccessTokenClientFilter
 
AccessTokenGrant - Interface in org.apache.cxf.rs.security.oauth2.common
Access Token Grant
AccessTokenGrantHandler - Interface in org.apache.cxf.rs.security.oauth2.provider
 
AccessTokenGrantWriter - Class in org.apache.cxf.rs.security.oauth2.client
 
AccessTokenGrantWriter() - Constructor for class org.apache.cxf.rs.security.oauth2.client.AccessTokenGrantWriter
 
AccessTokenIntrospectionClient - Class in org.apache.cxf.rs.security.oauth2.filters
 
AccessTokenIntrospectionClient() - Constructor for class org.apache.cxf.rs.security.oauth2.filters.AccessTokenIntrospectionClient
 
AccessTokenRegistration - Class in org.apache.cxf.rs.security.oauth2.common
Captures the information associated with the access token request.
AccessTokenRegistration() - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
 
AccessTokenResponseFilter - Interface in org.apache.cxf.rs.security.oauth2.provider
 
accessTokens - Static variable in class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken_
 
AccessTokenService - Class in org.apache.cxf.rs.security.oauth2.services
OAuth2 Access Token Service implementation
AccessTokenService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
 
AccessTokenValidation - Class in org.apache.cxf.rs.security.oauth2.common
 
AccessTokenValidation() - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
AccessTokenValidation(ServerAccessToken) - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
AccessTokenValidator - Interface in org.apache.cxf.rs.security.oauth2.provider
 
AccessTokenValidatorClient - Class in org.apache.cxf.rs.security.oauth2.filters
 
AccessTokenValidatorClient() - Constructor for class org.apache.cxf.rs.security.oauth2.filters.AccessTokenValidatorClient
 
AccessTokenValidatorService - Class in org.apache.cxf.rs.security.oauth2.services
 
AccessTokenValidatorService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AccessTokenValidatorService
 
addAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken
 
addNonce(Nonce) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceHistory
 
addScope(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtBearerGrant
 
ALL_AUTH_SCHEMES - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
allowedGrantTypes - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
APPLICATION_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
applicationCertificates - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
applicationDescription - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
applicationLogoUri - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
applicationLogoutUri - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
applicationName - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
applicationWebUri - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
approvedScopes - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
assertClient(MessageContext, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
assertRole(MessageContext, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
audience - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
audiences - Static variable in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 
authenticate(String, String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.ProviderAuthenticationStrategy
 
authenticateClientIfNeeded(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
Make sure the client is authenticated
authenticateUnregisteredClient(String, String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
AuthenticationMethod - Enum in org.apache.cxf.rs.security.oauth2.common
 
authenticationMethod - Static variable in class org.apache.cxf.rs.security.oauth2.common.UserSubject_
 
AUTHORIZATION_CODE_CHALLENGE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_CODE_CHALLENGE_METHOD - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_CODE_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_CODE_VALUE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_CODE_VERIFIER - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_DECISION_ALLOW - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_DECISION_DENY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_DECISION_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_ENDPOINT - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
AUTHORIZATION_SCHEME_DATA - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_SCHEME_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AuthorizationCodeDataProvider - Interface in org.apache.cxf.rs.security.oauth2.grants.code
AuthorizationCodeDataProvider is the OAuthDataProvider which can additionally persist the authorization code grant information
AuthorizationCodeGrant - Class in org.apache.cxf.rs.security.oauth2.grants.code
Base Authorization Code Grant representation, captures the code and the redirect URI this code has been returned to, visible to the client
AuthorizationCodeGrant() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
 
AuthorizationCodeGrant(String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
 
AuthorizationCodeGrant(String, URI) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
 
AuthorizationCodeGrant_ - Class in org.apache.cxf.rs.security.oauth2.grants.code
 
AuthorizationCodeGrant_() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant_
 
AuthorizationCodeGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants.code
Authorization Code Grant Handler
AuthorizationCodeGrantHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
 
AuthorizationCodeGrantService - Class in org.apache.cxf.rs.security.oauth2.services
This resource handles the End User authorizing or denying the Client to access its resources.
AuthorizationCodeGrantService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
AuthorizationCodeRegistration - Class in org.apache.cxf.rs.security.oauth2.grants.code
Captures the information associated with the code grant registration request.
AuthorizationCodeRegistration() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
AuthorizationCodeResponseFilter - Interface in org.apache.cxf.rs.security.oauth2.provider
 
AuthorizationMetadata - Class in org.apache.cxf.rs.security.oauth2.services
 
AuthorizationMetadata() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
AuthorizationMetadata(Map<String, Object>) - Constructor for class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
AuthorizationMetadataService - Class in org.apache.cxf.rs.security.oauth2.services
 
AuthorizationMetadataService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
AuthorizationRequestFilter - Interface in org.apache.cxf.rs.security.oauth2.provider
 
AuthorizationService - Class in org.apache.cxf.rs.security.oauth2.services
 
AuthorizationService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AuthorizationService
 
AuthorizationUtils - Class in org.apache.cxf.rs.security.oauth2.utils
Authorization helpers
authorize(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationService
 
authorize(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.DirectAuthorizationService
 
authorize() - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Handles the initial authorization request by preparing the authorization challenge data and returning it to the user.
authorizeDecision(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationService
 
authorizeDecision() - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Processes the end user decision
authorizeDecisionForm(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationService
Processes the end user decision
authorizeDecisionForm(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Processes the end user decision
authorizePost(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationService
 
authorizePost(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Handles the initial authorization request by preparing the authorization challenge data and returning it to the user.

B

BASIC_SCHEME - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
BEARER_AUTHORIZATION_SCHEME - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
BEARER_TOKEN_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
BearerAccessToken - Class in org.apache.cxf.rs.security.oauth2.tokens.bearer
Simple Bearer Access Token implementations
BearerAccessToken(Client, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.bearer.BearerAccessToken
 
BearerAccessToken(Client, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.bearer.BearerAccessToken
 
BearerAccessToken(ServerAccessToken) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.bearer.BearerAccessToken
 
BearerAccessToken(ServerAccessToken, String) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.bearer.BearerAccessToken
 
BearerAccessToken() - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.bearer.BearerAccessToken
 
BearerAccessToken_ - Class in org.apache.cxf.rs.security.oauth2.tokens.bearer
 
BearerAccessToken_() - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.bearer.BearerAccessToken_
 
BearerAuthSupplier - Class in org.apache.cxf.rs.security.oauth2.client
 
BearerAuthSupplier() - Constructor for class org.apache.cxf.rs.security.oauth2.client.BearerAuthSupplier
 
beginIfNeeded(EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACMTCodeDataProvider
Doesn't do anything, beginning tx is handled by container.
beginIfNeeded(EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
Begins the current transaction.

C

cacheManager - Variable in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
calculateEndpointAddress(String, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
canAccessTokenBeReturned(String) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
canAuthorizationBeSkipped(MultivaluedMap<String, String>, Client, UserSubject, List<String>, List<OAuthPermission>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
canRedirectUriBeEmpty(Client) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
canRedirectUriBeEmpty(Client) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
canRedirectUriBeEmpty(Client) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
canSupportPublicClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
canSupportPublicClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
canSupportPublicClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.services.ImplicitConfidentialGrantService
 
canSupportPublicClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
checkAudience(Client, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
 
checkCertificateBinding(Client, TLSSessionInfo) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
checkClient(Method) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
checkHttpVerb(HttpServletRequest, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
checkInitialAuthentication() - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
checkRegistrationAccessToken(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
checkRequestedScopes(Client, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
checkRequestURI(HttpServletRequest, List<String>, Message) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
checkRequestURI(String, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
checkScopeProperty(String) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
checkScopes(Method) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
checkSecureClass(Class<?>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
checkSecurityContext() - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
checkSecurityContextStart(ContainerRequestContext) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
checkTransportSecurity() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
HTTPS is the default transport for OAuth 2.0 services.
Client - Class in org.apache.cxf.rs.security.oauth2.common
Represents a registered third-party Client application
Client() - Constructor for class org.apache.cxf.rs.security.oauth2.common.Client
 
Client(String, String, boolean) - Constructor for class org.apache.cxf.rs.security.oauth2.common.Client
 
Client(String, String, boolean, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.Client
 
Client(String, String, boolean, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.Client
 
client - Static variable in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 
client - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
Client_ - Class in org.apache.cxf.rs.security.oauth2.common
 
Client_() - Constructor for class org.apache.cxf.rs.security.oauth2.common.Client_
 
CLIENT_AUDIENCE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
CLIENT_AUTH_ASSERTION_PARAM - Static variable in class org.apache.cxf.rs.security.oauth2.grants.jwt.Constants
 
CLIENT_AUTH_ASSERTION_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.grants.jwt.Constants
 
CLIENT_AUTH_JWT_BEARER - Static variable in class org.apache.cxf.rs.security.oauth2.grants.jwt.Constants
 
CLIENT_CACHE_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
CLIENT_CREDENTIALS_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
CLIENT_GRANT_ASSERTION_PARAM - Static variable in class org.apache.cxf.rs.security.oauth2.grants.jwt.Constants
 
CLIENT_ID - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
CLIENT_ID - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
CLIENT_ID_ISSUED_AT - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
CLIENT_NAME - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
CLIENT_SECRET - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
CLIENT_SECRET - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
CLIENT_SECRET_CONTENT_ENCRYPTION_ALGORITHM - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
CLIENT_SECRET_EXPIRES_AT - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
CLIENT_SECRET_SIGNATURE_ALGORITHM - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
CLIENT_URI - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
ClientAccessToken - Class in org.apache.cxf.rs.security.oauth2.common
Represents the extended client view of AccessToken.
ClientAccessToken() - Constructor for class org.apache.cxf.rs.security.oauth2.common.ClientAccessToken
 
ClientAccessToken(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.ClientAccessToken
 
clientCodeChallenge - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
clientCodeChallengeMethod - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
ClientCodeRequestFilter - Class in org.apache.cxf.rs.security.oauth2.client
 
ClientCodeRequestFilter() - Constructor for class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
ClientCodeStateManager - Interface in org.apache.cxf.rs.security.oauth2.client
 
clientCodeVerifier - Static variable in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 
ClientCredentialsGrant - Class in org.apache.cxf.rs.security.oauth2.grants.clientcred
 
ClientCredentialsGrant() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant
 
ClientCredentialsGrant(String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant
 
ClientCredentialsGrant(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant
 
ClientCredentialsGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants.clientcred
The "client_credentials" grant handler
ClientCredentialsGrantHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrantHandler
 
clientId - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
ClientIdProvider - Interface in org.apache.cxf.rs.security.oauth2.provider
ClientIdProvider is responsible for providing a mapping between the authenticated client and its id
clientIpAddress - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
ClientRegistration - Class in org.apache.cxf.rs.security.oauth2.services
 
ClientRegistration() - Constructor for class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
ClientRegistration(Map<String, Object>) - Constructor for class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
ClientRegistrationProvider - Interface in org.apache.cxf.rs.security.oauth2.provider
 
ClientRegistrationResponse - Class in org.apache.cxf.rs.security.oauth2.services
 
ClientRegistrationResponse() - Constructor for class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
ClientRegistrationResponse(Map<String, Object>) - Constructor for class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
clientSecret - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
ClientSecretHashVerifier - Class in org.apache.cxf.rs.security.oauth2.provider
ClientSecretVerifier which checks the passwords against hashes
ClientSecretHashVerifier() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.ClientSecretHashVerifier
 
ClientSecretVerifier - Interface in org.apache.cxf.rs.security.oauth2.provider
ClientSecretVerifier is responsible for validating a client secret
ClientTokenContext - Interface in org.apache.cxf.rs.security.oauth2.client
 
ClientTokenContextClassProvider - Class in org.apache.cxf.rs.security.oauth2.client
 
ClientTokenContextClassProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.client.ClientTokenContextClassProvider
 
ClientTokenContextImpl - Class in org.apache.cxf.rs.security.oauth2.client
 
ClientTokenContextImpl() - Constructor for class org.apache.cxf.rs.security.oauth2.client.ClientTokenContextImpl
 
ClientTokenContextManager - Interface in org.apache.cxf.rs.security.oauth2.client
 
ClientTokenContextProvider - Class in org.apache.cxf.rs.security.oauth2.client
 
ClientTokenContextProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.client.ClientTokenContextProvider
 
close() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
close() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
close() - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
closeIfNeeded(EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACMTCodeDataProvider
Doesn't do anything, em lifecycle is handled by container.
closeIfNeeded(EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
Closes the current em.
code - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant_
 
CODE_CHALLENGE_METHODS_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
CODE_GRANT_CACHE_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
CODE_RESPONSE_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
CodeAuthSupplier - Class in org.apache.cxf.rs.security.oauth2.client
 
CodeAuthSupplier() - Constructor for class org.apache.cxf.rs.security.oauth2.client.CodeAuthSupplier
 
codeVerifier - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant_
 
CodeVerifierTransformer - Interface in org.apache.cxf.rs.security.oauth2.grants.code
 
commitIfNeeded(EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACMTCodeDataProvider
Doesn't do anything, commit is handled by container.
commitIfNeeded(EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
Commits the current transaction.
compareCertificateThumbprints(X509Certificate, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
compareTlsCertificates(TLSSessionInfo, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
compareTlsCertificates(TLSSessionInfo, List<String>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
completeAuthorization(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Completes the authorization process
confidential - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
ConfidentialClient - Annotation Type in org.apache.cxf.rs.security.oauth2.filters
 
configureSecurityContext(JwtToken) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerAuthHandler
 
Constants - Class in org.apache.cxf.rs.security.oauth2.grants.jwt
 
Consumer - Class in org.apache.cxf.rs.security.oauth2.client
 
Consumer() - Constructor for class org.apache.cxf.rs.security.oauth2.client.Consumer
 
Consumer(String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.Consumer
 
Consumer(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.Consumer
 
CONTACTS - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
convertListOfScopesToString(List<String>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
convertPermissionsToScope(List<OAuthPermission>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
convertPermissionsToScopeList(List<OAuthPermission>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
convertScopeToPermissions(Client, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
convertScopeToPermissions(Client, List<String>) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Converts the requested scopes to the list of permissions.
convertSingleScopeToPermission(Client, String, List<OAuthPermission>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
convertStateToString(OAuthRedirectionState) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
convertToJWTAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
createAccessToken(Client, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrantHandler
 
createAccessToken(Client, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
 
createAccessToken(Client, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrantHandler
 
createAccessToken(Client, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler
 
createAccessToken(Client, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrantHandler
 
createAccessToken(AccessTokenRegistration) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
createAccessToken(Client, MultivaluedMap<String, String>) - Method in interface org.apache.cxf.rs.security.oauth2.provider.AccessTokenGrantHandler
 
createAccessToken(AccessTokenRegistration) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Create access token
createAccessTokenFromJwt(JoseJwtConsumer, String, ClientRegistrationProvider, Map<String, String>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.JwtTokenUtils
 
createAuthorizationData(Client, MultivaluedMap<String, String>, String, UserSubject, List<OAuthPermission>, List<OAuthPermission>, boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.ImplicitGrantService
 
createAuthorizationData(Client, MultivaluedMap<String, String>, String, UserSubject, List<OAuthPermission>, List<OAuthPermission>, boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Create the authorization challenge data
createAuthorizationHeader() - Method in class org.apache.cxf.rs.security.oauth2.client.AbstractAuthSupplier
 
createAuthorizationHeader(ClientAccessToken) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Creates OAuth Authorization header with Bearer scheme
createAuthorizationHeader(ClientAccessToken, HttpRequestProperties) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Creates OAuth Authorization header with the scheme that may require an access to the current HTTP request properties
createCache(CacheManager, String, Class<K>, Class<V>) - Static method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
createCacheManager(String, Bus) - Static method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
createCertificateThumbprint(X509Certificate) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
createClientCredentialsClient(String, String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
createCodeGrant(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractAuthorizationCodeDataProvider
 
createCodeGrant(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractCodeDataProvider
 
createCodeGrant(AuthorizationCodeRegistration) - Method in interface org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeDataProvider
Creates a temporarily code grant which will capture the information about the Client requesting the access to the resource owner's resources
createCodeGrant(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
createCodeGrant(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
createCodeGrant(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
createCodeRegistration(OAuthRedirectionState, Client, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
createContext(Message) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientTokenContextProvider
 
createContext(Message) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthContextProvider
 
createErrorResponse(String, String, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
createErrorResponse(MultivaluedMap<String, String>, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
createErrorResponse(String, String, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
createErrorResponse(MultivaluedMap<String, String>, String, String) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
createErrorResponse(String, String, String) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
createErrorResponseFromBean(OAuthError) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
createErrorResponseFromErrorCode(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
createGrant(OAuthRedirectionState, Client, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
createGrant(OAuthRedirectionState, Client, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
createGrant(OAuthRedirectionState, Client, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
createHtmlResponse(Object) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
createJwtAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
createNewAccessToken(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
createNewClient(ClientRegistration) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
createNewRefreshToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
createRedirectState(ContainerRequestContext, UriInfo, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
createRegAccessToken(Client) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
createSecurityContext(HttpServletRequest, AccessTokenValidation) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
createSessionToken(MessageContext, MultivaluedMap<String, String>, UserSubject, OAuthRedirectionState) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
createSessionToken(MessageContext, MultivaluedMap<String, String>, UserSubject, OAuthRedirectionState) - Method in interface org.apache.cxf.rs.security.oauth2.provider.SessionAuthenticityTokenProvider
Create a new session token and stores it
createSubject(Client, String, String) - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.JAASResourceOwnerLoginHandler
 
createSubject(Client, String, String) - Method in interface org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerLoginHandler
Create a UserSubject for the name and password parameters, or return null if the name and password are invalid.
createSubject(MessageContext, SecurityContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
createSubject(SecurityContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
createTokenContext(ContainerRequestContext, ClientAccessToken, MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
createTokenRegistration(OAuthRedirectionState, Client, List<String>, List<String>, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
createUserSubject(MessageContext, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultSubjectCreator
 
createUserSubject(MessageContext, MultivaluedMap<String, String>) - Method in interface org.apache.cxf.rs.security.oauth2.provider.SubjectCreator
Create a UserSubject
createUserSubject(SecurityContext, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.DirectAuthorizationService
 
createUserSubject(SecurityContext, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 

D

decryptAccessToken(OAuthDataProvider, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptAccessToken(OAuthDataProvider, String, String, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptAccessToken(OAuthDataProvider, String, Key) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptAccessToken(OAuthDataProvider, String, Key, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptClient(String, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptClient(String, String, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptClient(String, Key) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptClient(String, Key, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptCodeGrant(OAuthDataProvider, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptCodeGrant(OAuthDataProvider, String, String, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptCodeGrant(OAuthDataProvider, String, Key) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptCodeGrant(OAuthDataProvider, String, Key, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptRefreshToken(OAuthDataProvider, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptRefreshToken(OAuthDataProvider, String, String, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptRefreshToken(OAuthDataProvider, String, Key) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
decryptRefreshToken(OAuthDataProvider, String, Key, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
DEFAULT_CONFIG_URL - Static variable in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
DefaultEncryptingCodeDataProvider - Class in org.apache.cxf.rs.security.oauth2.grants.code
 
DefaultEncryptingCodeDataProvider(String, int) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
DefaultEncryptingCodeDataProvider(KeyProperties) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
DefaultEncryptingCodeDataProvider(SecretKey) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
DefaultEncryptingOAuthDataProvider - Class in org.apache.cxf.rs.security.oauth2.provider
 
DefaultEncryptingOAuthDataProvider(String, int) - Constructor for class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
DefaultEncryptingOAuthDataProvider(KeyProperties) - Constructor for class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
DefaultEncryptingOAuthDataProvider(SecretKey) - Constructor for class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
defaultPermission - Static variable in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission_
 
DefaultResourceOwnerNameProvider - Class in org.apache.cxf.rs.security.oauth2.provider
 
DefaultResourceOwnerNameProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.DefaultResourceOwnerNameProvider
 
DefaultSubjectCreator - Class in org.apache.cxf.rs.security.oauth2.provider
 
DefaultSubjectCreator() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.DefaultSubjectCreator
 
deleteClientRegistration(String) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
deliver(OOBAuthorizationResponse) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OOBResponseDeliverer
 
deliverOOBResponse(OOBAuthorizationResponse) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
description - Static variable in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission_
 
DigestCodeVerifier - Class in org.apache.cxf.rs.security.oauth2.grants.code
 
DigestCodeVerifier() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.DigestCodeVerifier
 
DIRECT_TOKEN_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
DirectAuthorizationService - Class in org.apache.cxf.rs.security.oauth2.services
 
DirectAuthorizationService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.DirectAuthorizationService
 
doCreateAccessToken(Client, UserSubject, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
doCreateAccessToken(Client, UserSubject, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
doCreateAccessToken(Client, UserSubject, List<String>, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
doCreateAccessToken(Client, UserSubject, String, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
doCreateAccessToken(Client, UserSubject, String, List<String>, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
doCreateAccessToken(AccessTokenRegistration) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
doCreateAccessToken(List<String>, Client, String, Map<String, String>, String, String, String, String, List<OAuthPermission>, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
doCreateAccessToken(AccessTokenRegistration) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
doCreateCodeGrant(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractCodeDataProvider
 
doCreateCodeGrant(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
doCreateCodeGrant(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
doCreateNewRefreshToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
doGetClient(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
doGetClient(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
doGetClient(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
doGetClient(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
doReadClientRegistration(String) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
doRefreshAccessToken(Client, RefreshToken, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
doRemoveClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
doRemoveClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
doRemoveClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
doRemoveClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
doRemoveClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
doRemoveClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
doRevokeAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
doRevokeAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
doRevokeAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
doRevokeAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
doRevokeRefreshToken(RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
doRevokeRefreshToken(RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
doRevokeRefreshToken(RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
doRevokeRefreshToken(RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
DynamicRegistrationService - Class in org.apache.cxf.rs.security.oauth2.services
 
DynamicRegistrationService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 

E

encodeAssertion() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtBearerGrant
 
encryptAccessToken(ServerAccessToken, Key) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
encryptAccessToken(ServerAccessToken, Key, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
encryptClient(Client, Key) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
encryptClient(Client, Key, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
encryptCodeGrant(ServerAuthorizationCodeGrant, Key) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
encryptCodeGrant(ServerAuthorizationCodeGrant, Key, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
encryptRefreshToken(RefreshToken, Key) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
encryptRefreshToken(RefreshToken, Key, KeyProperties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
equals(Object) - Method in class org.apache.cxf.rs.security.oauth2.client.Consumer
 
equals(Object) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
 
equals(Object) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.Nonce
 
ERROR_DESCRIPTION_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ERROR_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ERROR_URI_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
execute(JPAOAuthDataProvider.EntityManagerOperation<T>) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
executeInTransaction(JPAOAuthDataProvider.EntityManagerOperation<T>) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
expiresIn - Static variable in class org.apache.cxf.rs.security.oauth2.common.AccessToken_
 
expiresIn - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
extraProperties - Static variable in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 
extraProperties - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 

F

filter(ClientRequestContext) - Method in class org.apache.cxf.rs.security.oauth2.client.AccessTokenClientFilter
 
filter(ContainerRequestContext) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
filter(ContainerRequestContext) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
filter(ContainerRequestContext) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
filter(ContainerRequestContext) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerAuthHandler
 
finalizeResponse(StringBuilder, OAuthRedirectionState) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
findGrantHandler(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
Find the matching grant handler
findTokenValidator(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
flushIfNeeded(EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
Flush the current transaction.
FORM_RESPONSE_MODE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
FormAuthorizationResponse - Class in org.apache.cxf.rs.security.oauth2.common
 
FormAuthorizationResponse() - Constructor for class org.apache.cxf.rs.security.oauth2.common.FormAuthorizationResponse
 
FormTokenResponse - Class in org.apache.cxf.rs.security.oauth2.common
 
FormTokenResponse() - Constructor for class org.apache.cxf.rs.security.oauth2.common.FormTokenResponse
 
fromClientRegistrationToClient(ClientRegistration, Client) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
fromClientToClientRegistration(Client) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
fromClientToRegistrationResponse(Client) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
fromMapToClientToken(Map<String, String>) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
 
fromMapToClientToken(Map<String, String>, String) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
 
fromRedirectState(MessageContext, MultivaluedMap<String, String>) - Method in interface org.apache.cxf.rs.security.oauth2.client.ClientCodeStateManager
 
fromRedirectState(MessageContext, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
fromRedirectState(MessageContext, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.MemoryClientCodeStateManager
 

G

generateClientId() - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
generateClientSecret(ClientRegistration) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
generateRandomTokenKey() - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
generateRandomTokenKey(int) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getAccessToken(WebClient, Consumer, AccessTokenGrant) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Obtains the access token from OAuth AccessToken Service using the initialized web client
getAccessToken(String, Consumer, AccessTokenGrant, boolean) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Obtains the access token from OAuth AccessToken Service
getAccessToken(WebClient, Consumer, AccessTokenGrant, boolean) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Obtains the access token from OAuth AccessToken Service using the initialized web client
getAccessToken(WebClient, AccessTokenGrant) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Obtains the access token from OAuth AccessToken Service using the initialized web client
getAccessToken(WebClient, AccessTokenGrant, Map<String, String>) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Obtains the access token from OAuth AccessToken Service using the initialized web client
getAccessToken(WebClient, Consumer, AccessTokenGrant, Map<String, String>, boolean) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Obtains the access token from OAuth AccessToken Service using the initialized web client
getAccessToken(WebClient, Consumer, AccessTokenGrant, Map<String, String>, String, boolean) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Obtains the access token from OAuth AccessToken Service using the initialized web client
getAccessToken() - Method in class org.apache.cxf.rs.security.oauth2.common.FormTokenResponse
 
getAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
getAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
getAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
getAccessToken(String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Get access token
getAccessTokenExpiresIn() - Method in class org.apache.cxf.rs.security.oauth2.common.FormTokenResponse
 
getAccessTokens(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
getAccessTokens(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
getAccessTokens(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
getAccessTokens(Client, UserSubject) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Return all access tokens associated with a given client
getAccessTokens() - Method in class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken
 
getAccessTokenType() - Method in class org.apache.cxf.rs.security.oauth2.common.FormTokenResponse
 
getAccessTokenValidation(String, String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
Get the access token
getAccessTokenValidation(MessageContext, String, String, MultivaluedMap<String, String>, Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
getAccessTokenValidation(MessageContext, String, String, MultivaluedMap<String, String>, Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessTokenValidator
 
getAccessTokenValidation(MessageContext, String, String, MultivaluedMap<String, String>, Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessTokenValidatorClient
 
getAdditionalInterceptors() - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestInterceptor
 
getAfter() - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestInterceptor
 
getAllowedGrantTypes() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the list of access token grant types this client can use to obtain the access tokens.
getAllPermissions() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
getAlreadyAuthorizedPermissions() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Get the list of scopes already approved by a user
getAlreadyAuthorizedPermissionsAsStrings() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
getAndValidateClientFromIdAndSecret(String, String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
getAndValidateSecurityContext(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.DirectAuthorizationService
 
getAndValidateSecurityContext(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
getApplicationCertificates() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
getApplicationCertificates() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
getApplicationDescription() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the description of the third-party application.
getApplicationDescription() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Get the application description
getApplicationLogoUri() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the URI pointing to a logo image of the client application
getApplicationLogoUri() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Get the application logo URI
getApplicationLogoutUri() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
getApplicationName() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the name of the third-party application this client represents
getApplicationName() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Get the client application name
getApplicationType() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getApplicationWebUri() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the public URI of the third-party application.
getApplicationWebUri() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Get the application web URI
getApprovedScope() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Gets the scope explicitly approved by the end user
getApprovedScope() - Method in class org.apache.cxf.rs.security.oauth2.common.ClientAccessToken
Gets the actual scope assigned to the access token.
getApprovedScope() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Gets the scopes explicitly approved by the end user
getApprovedScope(List<String>, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
getApprovedScopes(Client, UserSubject, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
getApprovedScopes(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractAuthorizationCodeDataProvider
 
getApprovedScopes(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
getApprovedScopes() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Gets the scopes explicitly approved by the end user
getAud() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getAudience() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
getAudience() - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
getAudience() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
getAudience() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
getAudience() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
getAudiences() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
 
getAudiences() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getAudiences() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
getAudiences(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
getAudiences(Client, MultivaluedMap<String, String>, String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
 
getAuthenticationMethod() - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
 
getAuthenticityToken() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Get the authenticity token linking the authorization challenge to the current end user session
getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in class org.apache.cxf.rs.security.oauth2.client.BearerAuthSupplier
 
getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in class org.apache.cxf.rs.security.oauth2.client.CodeAuthSupplier
 
getAuthorizationCode() - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractAuthorizationResponse
 
getAuthorizationEndpoint() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getAuthorizationMetadata(String) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
 
getAuthorizationParts(Message) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
getAuthorizationParts(Message) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestInterceptor
 
getAuthorizationParts(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.AuthorizationUtils
 
getAuthorizationParts(MessageContext, Set<String>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.AuthorizationUtils
 
getAuthorizationParts(MessageContext, Set<String>, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.AuthorizationUtils
 
getAuthorizationURI(String, String, String, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Builds a complete URI for redirecting to OAuth Authorization Service
getAuthorizationURIBuilder(String, String, String, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
 
getAuthorizationURIBuilder(String, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Creates the builder for building OAuth AuthorizationService URIs
getBasicAuthParts(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.AuthorizationUtils
 
getBasicAuthUserInfo(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.AuthorizationUtils
 
getBefore() - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestInterceptor
 
getChallengeMethod() - Method in interface org.apache.cxf.rs.security.oauth2.grants.code.CodeVerifierTransformer
 
getChallengeMethod() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DigestCodeVerifier
 
getChallengeMethod() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.PlainCodeVerifier
 
getClaimName(String, String, Map<String, String>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.JwtTokenUtils
 
getClient() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Returns the Client instance
getClient() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Returns the Client associated with this token
getClient() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Gets Client reference
getClient() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Returns the reference to Client
getClient(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getClient(String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.ClientRegistrationProvider
Get a Client with the given id
getClient(String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Returns the previously registered third-party Client
getClient(String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
Get the Client reference
getClient(String, String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
getClient(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.DirectAuthorizationService
 
getClient(String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Get the Client reference
getClientAccessToken() - Method in class org.apache.cxf.rs.security.oauth2.client.AbstractAuthSupplier
 
getClientAccessToken() - Method in class org.apache.cxf.rs.security.oauth2.client.AccessTokenClientFilter
 
getClientAccessToken(OAuthRedirectionState, Client, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
getClientCodeChallenge() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
getClientCodeChallenge() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
getClientCodeChallenge() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
getClientCodeChallengeMethod() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
getClientCodeChallengeMethod() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
getClientCodeChallengeMethod() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
getClientCodeVerifier() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
 
getClientCodeVerifier() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getClientCodeVerifier() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
getClientDescription() - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
 
getClientFromBasicAuthScheme(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
getClientFromTLSCertificates(SecurityContext, TLSSessionInfo, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
getClientId() - Method in class org.apache.cxf.rs.security.oauth2.client.Consumer
 
getClientId() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getClientId() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the client registration id
getClientId() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
Returns the client which obtained the access token
getClientId() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
Gets the client id which needs to be retained in a hidden form field
getClientId() - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
 
getClientId() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getClientId(MessageContext) - Method in interface org.apache.cxf.rs.security.oauth2.provider.ClientIdProvider
Get a client id
getClientId() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
getClientIdIssuedAt() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
getClientIdSizeInBytes() - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
getClientIpAddress() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getClientIpAddress() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
getClientName() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getClients(UserSubject) - Method in interface org.apache.cxf.rs.security.oauth2.provider.ClientRegistrationProvider
Get a list of clients registered by a resource owner.
getClients(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
getClients(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
getClients(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
getClientSecret() - Method in class org.apache.cxf.rs.security.oauth2.client.Consumer
 
getClientSecret() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the client secret
getClientSecret() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
getClientSecretDecryptionProvider(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getClientSecretEncryptionProvider(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getClientSecretExpiresAt() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
getClientSecretSignatureAlgorithm(Properties) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getClientSecretSignatureProvider(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getClientSecretSignatureVerifier(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getClientSecretSizeInBytes(ClientRegistration) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
getClientsQuery(UserSubject, EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
getClientSubject() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getClientSubject() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
Gets the UserSubject representing the client
getClientTokenContext(ContainerRequestContext) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
getClientTokenContext(MessageContext) - Method in interface org.apache.cxf.rs.security.oauth2.client.ClientTokenContextManager
 
getClientTokenContext(MessageContext) - Method in class org.apache.cxf.rs.security.oauth2.client.MemoryClientTokenContextManager
 
getClientTokenContext() - Static method in class org.apache.cxf.rs.security.oauth2.client.StaticClientTokenContext
 
getClientUri() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getClockOffset() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
getCode(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractAuthorizationCodeDataProvider
 
getCode() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
Gets the authorization code
getCode(AuthorizationCodeRegistration) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
getCodeChallengeMethodsSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getCodeGrant(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
getCodeGrant(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
getCodeGrants(Client, UserSubject) - Method in interface org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeDataProvider
Return the list of code grants associated with a given client
getCodeGrants(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
getCodeGrants(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
getCodeGrants(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
getCodesQuery(Client, UserSubject, EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
getCodeVerifier() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
 
getConfiguration(UriInfo) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
getConsumer() - Method in class org.apache.cxf.rs.security.oauth2.client.BearerAuthSupplier
 
getConsumer() - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
getConsumer() - Method in class org.apache.cxf.rs.security.oauth2.client.OAuthInvoker
 
getContacts() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getContext(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
getContextClass() - Method in class org.apache.cxf.rs.security.oauth2.client.ClientTokenContextClassProvider
 
getCurrentClientSecret() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getCurrentRequestedGrantType() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getCurrentTokenRequestParams() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getDataProvider() - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
getDataProvider() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
getDefaultScopes() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getDescription() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
Gets the permission description
getDynamicRegistrationEndpointAddress() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
getEncodedToken() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
getEndUserName() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
getEntityManager() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACMTCodeDataProvider
Returns the entityManaged used for the current operation.
getEntityManager() - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
Returns the entityManaged used for the current operation.
getError() - Method in class org.apache.cxf.rs.security.oauth2.client.AccessDeniedResponse
 
getError() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthError
Gets the error
getError() - Method in exception org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
 
getErrorDescription() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthError
Gets the error description
getErrorUri() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthError
Gets the optional link to the page describing the error in detail
getExp() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getExpiresIn() - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractAuthorizationResponse
 
getExpiresIn() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
The token lifetime
getExpiresIn() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Returns the number of seconds this grant can be valid after it was issued
getExtensions() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getExtraApplicationProperties() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
getExtraProperties() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
 
getExtraProperties() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
getExtraProperties() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
getExtraProperties() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
getExtraProperties() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
getExtraProps() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getGrantCode() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Get the grant code
getGrantCode() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Get the grant code
getGrantLifetime() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractAuthorizationCodeDataProvider
 
getGrantLifetime() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
getGrantRepresentation(OAuthRedirectionState, Client, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
getGrantType() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Gets the type of grant which is exchanged for this token
getGrantType() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Returns the grant type which was used to obtain the access token
getGrantTypes() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getGrantTypes() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
getGrantTypesSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getHomeRealm() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
getHostName() - Method in class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
getHttpMethod() - Method in class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
getHttpVerbs() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
Gets the optional list of HTTP verbs
getIat() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getId() - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
Get the user's unique id
getId() - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestInterceptor
 
getInitialAccessToken() - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
getInitializedDecryptionProvider() - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
getInitializedDecryptionProvider() - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
getInitializedDecryptionProvider(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtConsumer
 
getInitializedDecryptionProvider(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtConsumer
 
getInitializedEncryptionProvider() - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
getInitializedEncryptionProvider() - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
getInitializedEncryptionProvider(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
 
getInitializedEncryptionProvider(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtProducer
 
getInitializedSignatureProvider(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
 
getInitializedSignatureProvider(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtProducer
 
getInitializedSignatureVerifier(JwsHeaders) - Method in class org.apache.cxf.rs.security.oauth2.filters.JwsJwksJwtAccessTokenValidator
 
getInitializedSignatureVerifier(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtConsumer
 
getInitializedSignatureVerifier(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtConsumer
 
getInitializedSigProvider(JweEncryptionProvider) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
getInitializedSigProvider() - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
getInitializedSigVerifier() - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
getInitializedSigVerifier(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
 
getInitializedSigVerifier(JwsHeaders) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
getInitializedSigVerifier() - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
getIntrospectionEndpoint() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getIntrospectionEndpointAuthMethodsSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getIntrospectionEndpointAuthSigningAlgValuesSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getInvisibleToClientScopes() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getIss() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getIssuedAt() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
getIssuedAt() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractAuthorizationCodeDataProvider
 
getIssuedAt() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
getIssuedAt() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Returns the time (in seconds) this grant was issued at
getIssuedAt() - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getIssuer() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
getIssuer() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getIssuer() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getIssuerDnFromTLSCertificates(X509Certificate) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getJavaName() - Method in enum org.apache.cxf.rs.security.oauth2.tokens.hawk.HmacAlgorithm
 
getJoseProducer() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
 
getJti() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getJwksURL() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getJwsReader(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrantHandler
 
getJwtAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
getJwtAccessTokenClaimMap() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getJwtAccessTokenProducer() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getJwtAccessTokens(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
getJwtToken(String, String) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtConsumer
 
getJwtToken(String, Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtConsumer
 
getJwtTokenConsumer() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
getJwtTokenConsumer() - Method in class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
getLogin() - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
Return the user login name
getLoginHandler() - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler
 
getLogoUri() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getMacAlgorithm() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken
 
getMacId() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken
 
getMacKey() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken
 
getMacKey() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAuthorizationScheme
 
getMessage() - Method in exception org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
 
getMessageContext() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getMessageContext() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
getMessageContext() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
getMessageContext() - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
getName(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultResourceOwnerNameProvider
 
getName(UserSubject) - Method in interface org.apache.cxf.rs.security.oauth2.provider.ResourceOwnerNameProvider
 
getNbf() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getNonce() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
 
getNonce() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
getNonce() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
getNonce() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
getNonce() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
getNonce() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAuthorizationScheme
 
getNonceHistory(String) - Method in interface org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceStore
 
getNonces() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceHistory
 
getNonceString() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.Nonce
 
getNormalizedRequestString() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAuthorizationScheme
 
getNotBefore() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
getOAuthName() - Method in enum org.apache.cxf.rs.security.oauth2.tokens.hawk.HmacAlgorithm
 
getOpPolicyURL() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getOpTosURL() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getParameters() - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractFormImplicitResponse
 
getParameters() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
Gets token parameters
getParts(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
getPermission() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
Get the permission value such as "read_calendar"
getPermissionMap() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getPermissions() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Get the list of scopes translated to Permission instances requested by the client application
getPermissions() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
Gets the list of the permissions assigned to the current access token
getPermissionsAsStrings() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
getPhase() - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestInterceptor
 
getPolicyUri() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getPort() - Method in class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
getPreAuthorizedToken(Client, UserSubject, String, List<String>, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
getPreauthorizedToken(Client, List<String>, UserSubject, String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getPreauthorizedToken(Client, List<String>, UserSubject, String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Get preauthorized access token
getPreauthorizedTokenKey() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
getProperties() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the list of additional client properties
getProperties() - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
Get the list of additional user subject properties
getProposedScope() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
Gets the requested scope which needs to be retained in a hidden form field
getPublicVerificationKeys() - Method in class org.apache.cxf.rs.security.oauth2.services.JwksService
 
getQueryParameters() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
getRedirectUri() - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractFormImplicitResponse
 
getRedirectUri() - Method in class org.apache.cxf.rs.security.oauth2.common.FormAuthorizationResponse
 
getRedirectUri() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
Gets the redirect uri which needs to be retained in a hidden form field
getRedirectUri() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
Gets the redirect URI
getRedirectUri() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Gets the redirect URI
getRedirectUriBuilder(String, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
getRedirectUris() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get a list of URIs the AuthorizationService may return the authorization code to
getRedirectUris() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getRefreshToken() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
Gets the refresh token key the client can use to obtain a new access token
getRefreshToken(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getRefreshToken(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
getRefreshToken(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
getRefreshToken(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
getRefreshTokens(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
getRefreshTokens(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
getRefreshTokens(Client, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
getRefreshTokens(Client, UserSubject) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Return all refresh tokens associated with a given client
getRefreshTokensQuery(Client, UserSubject, EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
getRegisteredAt() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
getRegisteredAudiences() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
getRegisteredScopes() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the list of registered scopes
getRegistrationAccessToken() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
getRegistrationClientUri() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
getRegistrationEndpoint() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getReplyTo() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Get the absolute URI where the authorization decision data will need to be sent to
getRequest() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
 
getRequestAccessToken() - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
getRequestedScope() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Gets the requested scope
getRequestedScope() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Gets the scopes request by the client
getRequestedScopes() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
getRequestedScopes(Client, String, boolean, boolean) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getRequestedScopes(Client, String, boolean, boolean, boolean) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getRequestPath() - Method in class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
getRequestQuery() - Method in class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
getRequestTimeDelta() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceHistory
 
getRequiredScopes() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
getResourceOwnerSubject() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the UserSubject representing the resource owner who has registered this client
getResourceUris() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getResponseModesSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getResponseType() - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractFormImplicitResponse
 
getResponseType() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Get the response type
getResponseType() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
getResponseType() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Get the response type
getResponseType() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
getResponseType() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
getResponseTypes() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getResponseTypesSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getRevocationEndpoint() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getRevocationEndpointAuthMethodsSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getRevocationEndpointAuthSigningAlgValuesSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getRoles() - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
Return the optional list of user roles which may have been captured during the authentication process
getRootTLSCertificate(TLSSessionInfo) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getSchemeParameters(String) - Static method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
getScope() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getScope() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getScopes() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Returns a list of opaque permissions/scopes
getScopesSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getService() - Method in class org.apache.cxf.rs.security.oauth2.services.WellKnownService
 
getServiceDocumentation() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getSessionState(MessageContext, String, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
getSessionState(MessageContext, String, UserSubject) - Method in interface org.apache.cxf.rs.security.oauth2.provider.SessionAuthenticityTokenProvider
Expand the session token
getSessionToken(MessageContext, MultivaluedMap<String, String>, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
getSessionToken(MessageContext, MultivaluedMap<String, String>, UserSubject) - Method in interface org.apache.cxf.rs.security.oauth2.provider.SessionAuthenticityTokenProvider
Retrieve the stored session token
getSessionToken(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getSessionToken(MessageContext, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getSessionToken(MessageContext, String, boolean) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getSingleGrantType() - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
getSize(AccessTokenGrant, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.rs.security.oauth2.client.AccessTokenGrantWriter
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
getState() - Method in interface org.apache.cxf.rs.security.oauth2.client.ClientTokenContext
 
getState(Class<T>) - Method in interface org.apache.cxf.rs.security.oauth2.client.ClientTokenContext
 
getState() - Method in class org.apache.cxf.rs.security.oauth2.client.ClientTokenContextImpl
 
getState(Class<T>) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientTokenContextImpl
 
getState() - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractFormImplicitResponse
 
getState() - Method in class org.apache.cxf.rs.security.oauth2.common.FormAuthorizationResponse
 
getState() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthError
Gets the client state token
getState() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
Gets the client state token which needs to be retained in a hidden form field
getStringPart(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
getSub() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getSubject() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Gets the {@link UserSubject) instance capturing the information about the end user
getSubject() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the UserSubject representing this Client authentication
getSubject() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
Gets the UserSubject representing the resource owner
getSubject() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Returns a subject capturing the login name the end user used to login to the resource server when authorizing a given client request
getSubject() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Gets the user subject representing the end user
getSubject() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Gets the user subject representing the end user
getSubjectCreator() - Method in class org.apache.cxf.rs.security.oauth2.services.DirectAuthorizationService
 
getSubjectDnFromTLSCertificates(X509Certificate) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
getSupportedAuthorizationSchemes() - Method in class org.apache.cxf.rs.security.oauth2.filters.AccessTokenIntrospectionClient
 
getSupportedAuthorizationSchemes() - Method in class org.apache.cxf.rs.security.oauth2.filters.AccessTokenValidatorClient
 
getSupportedAuthorizationSchemes() - Method in class org.apache.cxf.rs.security.oauth2.filters.JwtAccessTokenValidator
 
getSupportedAuthorizationSchemes() - Method in interface org.apache.cxf.rs.security.oauth2.provider.AccessTokenValidator
 
getSupportedAuthorizationSchemes() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
getSupportedGrantType() - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
getSupportedGrantTypes() - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
getSupportedGrantTypes() - Method in class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrantHandler
 
getSupportedGrantTypes() - Method in interface org.apache.cxf.rs.security.oauth2.provider.AccessTokenGrantHandler
 
getSupportedResponseTypes() - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
getTargetMethod() - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
getTimestamp() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAuthorizationScheme
 
getToken() - Method in interface org.apache.cxf.rs.security.oauth2.client.ClientTokenContext
 
getToken() - Method in class org.apache.cxf.rs.security.oauth2.client.ClientTokenContextImpl
 
getToken() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtUserSubject
 
getToken(Cache<String, V>, String) - Static method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
getTokenAudience() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
getTokenEndpoint() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getTokenEndpointAuthMethod() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
getTokenEndpointAuthMethod() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getTokenEndpointAuthMethodsSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getTokenEndpointAuthSigningAlgValuesSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getTokenExtraProperties() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
getTokenFromFormData(Message) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
getTokenGrantType() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getTokenGrantType() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
Returns the grant type which was used to obtain the access token the client is using now during the current request
getTokenIntrospection(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
getTokenIssuedAt() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getTokenIssuer() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getTokenIssuer() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
getTokenKey() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
Returns the token key
getTokenKey() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getTokenKey() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
Returns the access token the client is using now during the current request
getTokenLifetime() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getTokenNotBefore() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getTokenRequestParts() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
getTokens(Cache<K, V>, Client, UserSubject) - Static method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
getTokenScopes() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getTokensQuery(Client, UserSubject, EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
getTokenSubject() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getTokenType() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
Returns the token type such as bearer, mac, etc
getTokenType() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getTokenType() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getTokenValidationInfo(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenValidatorService
 
getTosUri() - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
getTs() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.Nonce
 
getTtl() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
getType() - Method in interface org.apache.cxf.rs.security.oauth2.common.AccessTokenGrant
Returns the token grant type, example, "authorization_code"
getType() - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrant
 
getType() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
Returns the token grant type, example, "authorization_code"
getType() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtBearerGrant
 
getType() - Method in class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrant
 
getUiLocalesSupported() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getUris() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
Gets the optional list of relative request URIs
getUriWithFragment(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
getURLProperty(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
getUserId() - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
 
getUsername() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
getValidClient(String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
Get the Client reference
getValidClient(String, String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
GRANT_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
GRANT_TYPES - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
GRANT_TYPES_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
grantCode - Static variable in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 
grantType - Static variable in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 

H

handleException(OAuthServiceException, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
handleFault(Message) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestInterceptor
 
handleLinkedRefreshToken(Client, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
handleMessage(Message) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestInterceptor
 
handleTokenRequest(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
Processes an access token request
handleTokenRevocation(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.TokenRevocationService
Processes a token revocation request
hashCode() - Method in class org.apache.cxf.rs.security.oauth2.client.Consumer
 
hashCode() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
 
hashCode() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.Nonce
 
HAWK_AUTHORIZATION_SCHEME - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HAWK_TOKEN_ALGORITHM - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HAWK_TOKEN_EXTENSION - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HAWK_TOKEN_ID - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HAWK_TOKEN_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HAWK_TOKEN_NONCE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HAWK_TOKEN_SIGNATURE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HAWK_TOKEN_TIMESTAMP - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HAWK_TOKEN_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HawkAccessToken - Class in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
HawkAccessToken(Client, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken
 
HawkAccessToken(Client, String, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken
 
HawkAccessToken(Client, HmacAlgorithm, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken
 
HawkAccessToken(Client, HmacAlgorithm, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken
 
HawkAccessToken(Client, HmacAlgorithm, String, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken
 
HawkAccessToken(ServerAccessToken) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken
 
HawkAccessToken(ServerAccessToken, String) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken
 
HawkAccessTokenValidator - Class in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
HawkAccessTokenValidator() - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessTokenValidator
 
HawkAccessTokenValidatorClient - Class in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
HawkAccessTokenValidatorClient() - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessTokenValidatorClient
 
HawkAuthorizationScheme - Class in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
HawkAuthorizationScheme(HttpRequestProperties, AccessToken) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAuthorizationScheme
 
HawkAuthorizationScheme(HttpRequestProperties, Map<String, String>) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAuthorizationScheme
 
HMAC_ALGO_SHA_1 - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HMAC_ALGO_SHA_256 - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
HmacAlgorithm - Enum in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
homeRealm - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
HTTP_URI - Static variable in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
HTTP_VERB - Static variable in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
HttpRequestProperties - Class in org.apache.cxf.rs.security.oauth2.client
 
HttpRequestProperties(WebClient, String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
HttpRequestProperties(URI, String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
HttpRequestProperties(String, int, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
HttpRequestProperties(String, int, String, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
httpVerbs - Static variable in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission_
 

I

id - Static variable in class org.apache.cxf.rs.security.oauth2.common.UserSubject_
 
IMPLICIT_CONFIDENTIAL_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
IMPLICIT_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ImplicitConfidentialGrantService - Class in org.apache.cxf.rs.security.oauth2.services
Redirection-based Implicit Grant Service which returns tokens for the confidential clients directly to a human user.
ImplicitConfidentialGrantService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.ImplicitConfidentialGrantService
 
ImplicitGrantService - Class in org.apache.cxf.rs.security.oauth2.services
Redirection-based Implicit Grant Service This resource handles the End User authorizing or denying the Client embedded in the Web agent.
ImplicitGrantService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.ImplicitGrantService
 
ImplicitGrantService(Set<String>) - Constructor for class org.apache.cxf.rs.security.oauth2.services.ImplicitGrantService
 
ImplicitGrantService(Set<String>, String) - Constructor for class org.apache.cxf.rs.security.oauth2.services.ImplicitGrantService
 
init() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
initCodeGrant(AuthorizationCodeRegistration, long) - Static method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractCodeDataProvider
 
initializeClientTokenContext(ContainerRequestContext, ClientAccessToken, MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
initMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtBearerGrant
 
initNonceHistory(String, Nonce, long) - Method in interface org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceStore
 
injectContextIntoOAuthProvider(MessageContext, Object) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
injectContextIntoOAuthProviders() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
injectContextIntoOAuthProviders() - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
 
INTROSPECTION_ENDPOINT - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
INTROSPECTION_ENDPOINT_AUTH_METHODS_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
INTROSPECTION_ENDPOINT_AUTH_SIGNING_ALG_VALUES_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
INVALID_CLIENT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
INVALID_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
INVALID_REQUEST - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
INVALID_SCOPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
invisibleToClient - Static variable in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission_
 
isActive() - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
isApplicationRegisteredDynamically() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
isCanSupportPublicClients() - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
isCanSupportPublicClients() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
isClientConfidential() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
isClientConfidential() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
isClientMatched(Client, UserSubject) - Static method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
isCodeMatched(ServerAuthorizationCodeGrant, Client, UserSubject) - Static method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractCodeDataProvider
 
isCompleteAudienceMatch() - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
isConfidenatialClientSecretValid(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
isConfidential() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Get the confidentiality status of this client application.
isCorsRequest(Message) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
isDecryptWithClientSecret() - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtConsumer
 
isDefaultPermission() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
 
isDynamicRegistrationEndpointNotAvailable() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
isEncryptWithClientSecret() - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
 
isExpired(ServerAuthorizationCodeGrant) - Static method in class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
isExpired(ServerAccessToken) - Static method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
isExpired(Long, Long) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
isFormResponse(OAuthRedirectionState) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
isGrantSupportedForClient(Client, boolean, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
isHidePreauthorizedScopesInForm() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
isImplicitFlow() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
isInitialValidationSuccessful() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
isInvisibleToClient() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
 
isJwkEndpointNotAvailable() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
isMutualTls(SecurityContext, TLSSessionInfo) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
isPartialMatchScopeValidation() - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
isPartialMatchScopeValidation() - Method in class org.apache.cxf.rs.security.oauth2.services.DirectAuthorizationService
 
isPasswordRequired(List<String>, String) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
isPersistJwtEncoding() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
isPersistJwtEncoding() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
isPersistJwtEncoding() - Method in class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
isPreauthorizedTokenAvailable() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
isPreauthorizedTokenAvailable() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
isRecycleRefreshTokens() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
isRefreshTokenSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
isRegisteredDynamically() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
isRemoteSignatureValidation() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
isRequestUriValid(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
This method must be overridden to support request_uri.
isRevokePreauthorizedTokenOnApproval() - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
isSignWithClientSecret() - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
 
isStartUriMatched(UriInfo, String, boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
isStoreJwtTokenKeyOnly() - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
isStripPrivateParameters() - Method in class org.apache.cxf.rs.security.oauth2.services.JwksService
 
issuedAt - Static variable in class org.apache.cxf.rs.security.oauth2.common.AccessToken_
 
issuedAt - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
issuer - Static variable in class org.apache.cxf.rs.security.oauth2.common.AccessToken_
 
ISSUER - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
isSupportPreauthorizedTokens() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
isSupportSinglePageApplications() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
isTokenEndpointNotAvailable() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
isTokenMatched(ServerAccessToken, Client, UserSubject) - Static method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
isTokenRevocationEndpointNotAvailable() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
isUseJwtFormatForAccessTokens() - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
isUserInRole(MessageContext, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
isValidateAudience() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerAuthHandler
 
isValidPublicClient(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
isVerifyWithClientSecret() - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtConsumer
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.rs.security.oauth2.client.AccessTokenGrantWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
isWriteOptionalParameters() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 

J

JAASResourceOwnerLoginHandler - Class in org.apache.cxf.rs.security.oauth2.grants.owner
 
JAASResourceOwnerLoginHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.owner.JAASResourceOwnerLoginHandler
 
JCacheCodeDataProvider - Class in org.apache.cxf.rs.security.oauth2.grants.code
 
JCacheCodeDataProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
JCacheCodeDataProvider(String, Bus) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
JCacheCodeDataProvider(String, Bus, String, String, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
JCacheCodeDataProvider(String, Bus, String, String, String, String, boolean) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
JCacheOAuthDataProvider - Class in org.apache.cxf.rs.security.oauth2.provider
 
JCacheOAuthDataProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
JCacheOAuthDataProvider(boolean) - Constructor for class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
JCacheOAuthDataProvider(String, Bus) - Constructor for class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
JCacheOAuthDataProvider(String, Bus, boolean) - Constructor for class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
JCacheOAuthDataProvider(String, Bus, String, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
JCacheOAuthDataProvider(String, Bus, String, String, String, boolean) - Constructor for class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
JoseClientCodeStateManager - Class in org.apache.cxf.rs.security.oauth2.client
 
JoseClientCodeStateManager() - Constructor for class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
JoseSessionTokenProvider - Class in org.apache.cxf.rs.security.oauth2.provider
 
JoseSessionTokenProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
JPACMTCodeDataProvider - Class in org.apache.cxf.rs.security.oauth2.grants.code
Same as JPACodeDataProvider (stores Clients and tokens in a rdbms using JPA APIs).
JPACMTCodeDataProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JPACMTCodeDataProvider
 
JPACodeDataProvider - Class in org.apache.cxf.rs.security.oauth2.grants.code
 
JPACodeDataProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
JPAOAuthDataProvider - Class in org.apache.cxf.rs.security.oauth2.provider
Provides a Jpa BMT implementation for OAuthDataProvider.
JPAOAuthDataProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
JPAOAuthDataProvider.EntityManagerOperation<T> - Interface in org.apache.cxf.rs.security.oauth2.provider
 
JWKS_URI - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
JwksService - Class in org.apache.cxf.rs.security.oauth2.services
 
JwksService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.JwksService
 
JwsJwksJwtAccessTokenValidator - Class in org.apache.cxf.rs.security.oauth2.filters
Validate Access Token signature using JWK Set from AuthorizationMetadata.getJwksURL() according to JoseHeaders.getKeyId()
JwsJwksJwtAccessTokenValidator() - Constructor for class org.apache.cxf.rs.security.oauth2.filters.JwsJwksJwtAccessTokenValidator
 
JWT_BEARER_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.grants.jwt.Constants
 
JwtAccessTokenValidator - Class in org.apache.cxf.rs.security.oauth2.filters
 
JwtAccessTokenValidator() - Constructor for class org.apache.cxf.rs.security.oauth2.filters.JwtAccessTokenValidator
 
JwtBearerAuthHandler - Class in org.apache.cxf.rs.security.oauth2.grants.jwt
 
JwtBearerAuthHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerAuthHandler
 
JwtBearerClientCredentialsGrant - Class in org.apache.cxf.rs.security.oauth2.grants.jwt
 
JwtBearerClientCredentialsGrant(String, boolean, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerClientCredentialsGrant
 
JwtBearerGrant - Class in org.apache.cxf.rs.security.oauth2.grants.jwt
 
JwtBearerGrant(String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrant
 
JwtBearerGrant(String, boolean) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrant
 
JwtBearerGrant(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrant
 
JwtBearerGrant(String, boolean, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrant
 
JwtBearerGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants.jwt
The "JWT Bearer" grant handler
JwtBearerGrantHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrantHandler
 
JwtRequestCodeFilter - Class in org.apache.cxf.rs.security.oauth2.grants.code
 
JwtRequestCodeFilter() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
 
JwtRequestCodeGrant - Class in org.apache.cxf.rs.security.oauth2.grants.code
Base Authorization Code Grant representation, captures the code and the redirect URI this code has been returned to, visible to the client
JwtRequestCodeGrant() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
 
JwtRequestCodeGrant(String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
 
JwtRequestCodeGrant(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
 
JwtRequestCodeGrant(String, URI, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
 
JwtTokenUtils - Class in org.apache.cxf.rs.security.oauth2.utils
 
JwtUserSubject - Class in org.apache.cxf.rs.security.oauth2.grants.jwt
 
JwtUserSubject(String, JwtToken) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtUserSubject
 

K

key - Variable in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 

L

linkAccessTokenToRefreshToken(RefreshToken, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
linkRefreshTokenToAccessToken(RefreshToken, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
linkRefreshTokenToAccessToken(RefreshToken, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
linkRefreshTokenToAccessToken(RefreshToken, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
lockRefreshTokenForUpdate(RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACMTCodeDataProvider
 
LOG - Static variable in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
LOG - Static variable in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
LOG - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
 
LOG - Static variable in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
login - Static variable in class org.apache.cxf.rs.security.oauth2.common.UserSubject_
 
LOGO_URI - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 

M

MemoryClientCodeStateManager - Class in org.apache.cxf.rs.security.oauth2.client
 
MemoryClientCodeStateManager() - Constructor for class org.apache.cxf.rs.security.oauth2.client.MemoryClientCodeStateManager
 
MemoryClientTokenContextManager - Class in org.apache.cxf.rs.security.oauth2.client
 
MemoryClientTokenContextManager() - Constructor for class org.apache.cxf.rs.security.oauth2.client.MemoryClientTokenContextManager
 
ModelEncryptionSupport - Class in org.apache.cxf.rs.security.oauth2.utils.crypto
Default Model Encryption helpers

N

noConsentForRequestedScopes(MultivaluedMap<String, String>, Client, UserSubject, List<String>, List<OAuthPermission>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
nonce - Static variable in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 
nonce - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
Nonce - Class in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
Nonce(String, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.Nonce
 
NONCE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
NonceHistory - Class in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
NonceHistory(long, Nonce) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceHistory
 
NonceStore - Interface in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
NonceVerifier - Interface in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
NonceVerifierImpl - Class in org.apache.cxf.rs.security.oauth2.tokens.hawk
 
NonceVerifierImpl() - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceVerifierImpl
 
notBefore - Static variable in class org.apache.cxf.rs.security.oauth2.common.AccessToken_
 

O

OAuthAuthorizationData - Class in org.apache.cxf.rs.security.oauth2.common
This bean represents a resource owner authorization challenge.
OAuthAuthorizationData() - Constructor for class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
OAuthClientUtils - Class in org.apache.cxf.rs.security.oauth2.client
The utility class for simplifying working with OAuth servers
OAuthConstants - Class in org.apache.cxf.rs.security.oauth2.utils
Miscellaneous constants
OAuthContext - Class in org.apache.cxf.rs.security.oauth2.common
Captures the information about the current client request which custom filters may use to further protect the endpoints
OAuthContext(UserSubject, UserSubject, List<OAuthPermission>, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
OAuthContextProvider - Class in org.apache.cxf.rs.security.oauth2.provider
 
OAuthContextProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.OAuthContextProvider
 
OAuthContextUtils - Class in org.apache.cxf.rs.security.oauth2.utils
 
OAuthDataProvider - Interface in org.apache.cxf.rs.security.oauth2.provider
OAuth provider responsible for persisting the information about OAuth consumers, request and access tokens.
OAuthError - Class in org.apache.cxf.rs.security.oauth2.common
Captures OAuth2 error properties
OAuthError() - Constructor for class org.apache.cxf.rs.security.oauth2.common.OAuthError
 
OAuthError(String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.OAuthError
 
OAuthError(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.OAuthError
 
OAuthInvoker - Class in org.apache.cxf.rs.security.oauth2.client
 
OAuthInvoker() - Constructor for class org.apache.cxf.rs.security.oauth2.client.OAuthInvoker
 
OAuthJoseJwtConsumer - Class in org.apache.cxf.rs.security.oauth2.provider
 
OAuthJoseJwtConsumer() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtConsumer
 
OAuthJoseJwtProducer - Class in org.apache.cxf.rs.security.oauth2.provider
 
OAuthJoseJwtProducer() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
 
OAuthJSONProvider - Class in org.apache.cxf.rs.security.oauth2.provider
 
OAuthJSONProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
OAuthPermission - Class in org.apache.cxf.rs.security.oauth2.common
Provides the complete information about a given opaque permission.
OAuthPermission() - Constructor for class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
 
OAuthPermission(String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
 
OAuthPermission(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
 
OAuthPermission_ - Class in org.apache.cxf.rs.security.oauth2.common
 
OAuthPermission_() - Constructor for class org.apache.cxf.rs.security.oauth2.common.OAuthPermission_
 
OAuthRedirectionState - Class in org.apache.cxf.rs.security.oauth2.common
 
OAuthRedirectionState() - Constructor for class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
OAuthRequestFilter - Class in org.apache.cxf.rs.security.oauth2.filters
JAX-RS OAuth2 filter which can be used to protect the end-user endpoints
OAuthRequestFilter() - Constructor for class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
OAuthRequestInterceptor - Class in org.apache.cxf.rs.security.oauth2.filters
 
OAuthRequestInterceptor() - Constructor for class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestInterceptor
 
OAuthScopesFilter - Class in org.apache.cxf.rs.security.oauth2.filters
 
OAuthScopesFilter() - Constructor for class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
OAuthServerJoseJwtConsumer - Class in org.apache.cxf.rs.security.oauth2.provider
 
OAuthServerJoseJwtConsumer() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtConsumer
 
OAuthServerJoseJwtProducer - Class in org.apache.cxf.rs.security.oauth2.provider
 
OAuthServerJoseJwtProducer() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtProducer
 
OAuthServiceException - Exception in org.apache.cxf.rs.security.oauth2.provider
Encapsulates OAuth-related problems
OAuthServiceException() - Constructor for exception org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
 
OAuthServiceException(String) - Constructor for exception org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
 
OAuthServiceException(String, Throwable) - Constructor for exception org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
 
OAuthServiceException(Throwable) - Constructor for exception org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
 
OAuthServiceException(OAuthError) - Constructor for exception org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
 
OAuthServiceException(OAuthError, Throwable) - Constructor for exception org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
 
OAuthServiceExceptionMapper - Class in org.apache.cxf.rs.security.oauth2.provider
 
OAuthServiceExceptionMapper() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.OAuthServiceExceptionMapper
 
OAuthUtils - Class in org.apache.cxf.rs.security.oauth2.utils
Various utility methods
OOBAuthorizationResponse - Class in org.apache.cxf.rs.security.oauth2.common
 
OOBAuthorizationResponse() - Constructor for class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
 
OOBResponseDeliverer - Interface in org.apache.cxf.rs.security.oauth2.provider
 
OP_POLICY_URI - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
OP_TOS_URI - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
org.apache.cxf.rs.security.oauth2.client - package org.apache.cxf.rs.security.oauth2.client
 
org.apache.cxf.rs.security.oauth2.common - package org.apache.cxf.rs.security.oauth2.common
 
org.apache.cxf.rs.security.oauth2.filters - package org.apache.cxf.rs.security.oauth2.filters
 
org.apache.cxf.rs.security.oauth2.grants - package org.apache.cxf.rs.security.oauth2.grants
 
org.apache.cxf.rs.security.oauth2.grants.clientcred - package org.apache.cxf.rs.security.oauth2.grants.clientcred
 
org.apache.cxf.rs.security.oauth2.grants.code - package org.apache.cxf.rs.security.oauth2.grants.code
 
org.apache.cxf.rs.security.oauth2.grants.jwt - package org.apache.cxf.rs.security.oauth2.grants.jwt
 
org.apache.cxf.rs.security.oauth2.grants.owner - package org.apache.cxf.rs.security.oauth2.grants.owner
 
org.apache.cxf.rs.security.oauth2.grants.refresh - package org.apache.cxf.rs.security.oauth2.grants.refresh
 
org.apache.cxf.rs.security.oauth2.provider - package org.apache.cxf.rs.security.oauth2.provider
 
org.apache.cxf.rs.security.oauth2.services - package org.apache.cxf.rs.security.oauth2.services
 
org.apache.cxf.rs.security.oauth2.tokens.bearer - package org.apache.cxf.rs.security.oauth2.tokens.bearer
 
org.apache.cxf.rs.security.oauth2.tokens.hawk - package org.apache.cxf.rs.security.oauth2.tokens.hawk
 
org.apache.cxf.rs.security.oauth2.tokens.refresh - package org.apache.cxf.rs.security.oauth2.tokens.refresh
 
org.apache.cxf.rs.security.oauth2.utils - package org.apache.cxf.rs.security.oauth2.utils
 
org.apache.cxf.rs.security.oauth2.utils.crypto - package org.apache.cxf.rs.security.oauth2.utils.crypto
 

P

parameters - Static variable in class org.apache.cxf.rs.security.oauth2.common.AccessToken_
 
parseScope(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
parseSimpleMap(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
performInvocation(Exchange, Object, Method, Object[]) - Method in class org.apache.cxf.rs.security.oauth2.client.OAuthInvoker
 
permission - Static variable in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission_
 
persistEntity(Object) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
personalizeData(OAuthAuthorizationData, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
PlainCodeVerifier - Class in org.apache.cxf.rs.security.oauth2.grants.code
 
PlainCodeVerifier() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.PlainCodeVerifier
 
POLICY_URI - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
preauthorizedTokenAvailable - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
prepareConfigurationData(Map<String, Object>, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
prepareFormResponse(OAuthRedirectionState, Client, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
prepareRedirectResponse(OAuthRedirectionState, Client, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
process(MultivaluedMap<String, String>, UserSubject, Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
 
process(ClientAccessToken, ServerAccessToken) - Method in interface org.apache.cxf.rs.security.oauth2.provider.AccessTokenResponseFilter
 
process(Client, String, UserSubject) - Method in interface org.apache.cxf.rs.security.oauth2.provider.AuthorizationCodeResponseFilter
 
process(MultivaluedMap<String, String>, UserSubject, Client) - Method in interface org.apache.cxf.rs.security.oauth2.provider.AuthorizationRequestFilter
 
processClientAccessToken(ClientAccessToken, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
processClientAccessToken(ClientAccessToken, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
 
processCodeGrant(Client, String, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
processCodeResponse(ContainerRequestContext, UriInfo, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
processJwt(JwtToken, String) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
 
processJwt(JwtToken, Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtProducer
 
processJwtAccessToken(JwtClaims) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
processRefreshToken(StringBuilder, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
processRefreshToken(StringBuilder, String) - Method in class org.apache.cxf.rs.security.oauth2.services.ImplicitConfidentialGrantService
 
properties - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
properties - Static variable in class org.apache.cxf.rs.security.oauth2.common.UserSubject_
 
ProviderAuthenticationStrategy - Interface in org.apache.cxf.rs.security.oauth2.provider
 

R

readClient(String) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
readClientRegistrationWithPath(String) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
readClientRegistrationWithQuery(String) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
readJSONResponse(InputStream) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
realm - Variable in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
recreateAccessToken(OAuthDataProvider, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
recreateClient(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
recreateCodeGrant(OAuthDataProvider, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
recreateRedirectionStateFromParams(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
recreateRedirectionStateFromParams(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
recreateRedirectionStateFromSession(UserSubject, String) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
recreateRefreshToken(OAuthDataProvider, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
REDIRECT_URI - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
REDIRECT_URIS - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
RedirectionBasedGrantService - Class in org.apache.cxf.rs.security.oauth2.services
The Base Redirection-Based Grant Service
RedirectionBasedGrantService(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
RedirectionBasedGrantService(Set<String>, String) - Constructor for class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
redirectUri - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant_
 
redirectUris - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
REFRESH_TOKEN - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
REFRESH_TOKEN_CACHE_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
REFRESH_TOKEN_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
REFRESH_TOKEN_SCOPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
REFRESH_TOKEN_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
refreshAccessToken(WebClient, ClientAccessToken) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
 
refreshAccessToken(WebClient, Consumer, ClientAccessToken) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
 
refreshAccessToken(WebClient, Consumer, ClientAccessToken, String, boolean) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
 
refreshAccessToken(Client, String, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
refreshAccessToken(Client, String, List<String>) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Refresh access token
refreshToken - Static variable in class org.apache.cxf.rs.security.oauth2.common.AccessToken_
 
RefreshToken - Class in org.apache.cxf.rs.security.oauth2.tokens.refresh
Simple Refresh Token implementation
RefreshToken(Client, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken
 
RefreshToken(Client, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken
 
RefreshToken(ServerAccessToken, String, List<String>) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken
 
RefreshToken() - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken
 
RefreshToken_ - Class in org.apache.cxf.rs.security.oauth2.tokens.refresh
 
RefreshToken_() - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken_
 
RefreshTokenGrant - Class in org.apache.cxf.rs.security.oauth2.grants.refresh
 
RefreshTokenGrant(String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrant
 
RefreshTokenGrant(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrant
 
RefreshTokenGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants.refresh
 
RefreshTokenGrantHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrantHandler
 
REG_ACCESS_TOKEN - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
REG_CLIENT_URI - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
register(ClientRegistration) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
registeredAt - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
registeredAudiences - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
registeredDynamically - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
registeredScopes - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
REGISTRATION_ENDPOINT - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
removeAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
removeAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken
 
removeClient(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
removeClient(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
removeClient(String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.ClientRegistrationProvider
Remove a Client with the given id
removeClientCodeGrants(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractCodeDataProvider
 
removeClientCodeGrants(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
removeClientCodeGrants(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
removeClientCodeGrants(Client, EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
removeClientTokenContext(MessageContext) - Method in interface org.apache.cxf.rs.security.oauth2.client.ClientTokenContextManager
 
removeClientTokenContext(MessageContext) - Method in class org.apache.cxf.rs.security.oauth2.client.MemoryClientTokenContextManager
 
removeClientTokenContext() - Static method in class org.apache.cxf.rs.security.oauth2.client.StaticClientTokenContext
 
removeClientTokens(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
removeCodeGrant(String) - Method in interface org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeDataProvider
Returns the previously registered ServerAuthorizationCodeGrant
removeCodeGrant(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
removeCodeGrant(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
removeCodeGrant(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
removeEntity(Object) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
removeSessionToken(MessageContext, MultivaluedMap<String, String>, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
removeSessionToken(MessageContext, MultivaluedMap<String, String>, UserSubject) - Method in interface org.apache.cxf.rs.security.oauth2.provider.SessionAuthenticityTokenProvider
Remove the stored session token
reportInvalidClient() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
reportInvalidClient(OAuthError) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
reportInvalidRequestError(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
reportInvalidRequestError(String, MediaType) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
reportInvalidRequestError(OAuthError) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
reportInvalidRequestError(OAuthError, MediaType) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
reportInvalidResponseType() - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationService
 
requestedScopes - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
requiresRequestCaching() - Method in class org.apache.cxf.rs.security.oauth2.client.BearerAuthSupplier
 
requiresRequestCaching() - Method in class org.apache.cxf.rs.security.oauth2.client.CodeAuthSupplier
 
resolveClient(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
resolvePermissions(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
resolveTokenKey(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
resolveUserId(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
resolveUserName(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
resolveUserRoles(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
RESOURCE_INDICATOR - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
RESOURCE_OWNER_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
RESOURCE_OWNER_NAME - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
RESOURCE_OWNER_PASSWORD - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
RESOURCE_URIS - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
ResourceOwnerGrant - Class in org.apache.cxf.rs.security.oauth2.grants.owner
 
ResourceOwnerGrant(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrant
 
ResourceOwnerGrant(String, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrant
 
ResourceOwnerGrant(String, String, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrant
 
ResourceOwnerGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants.owner
The "resource owner" grant handler
ResourceOwnerGrantHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler
 
ResourceOwnerLoginHandler - Interface in org.apache.cxf.rs.security.oauth2.grants.owner
 
ResourceOwnerNameProvider - Interface in org.apache.cxf.rs.security.oauth2.provider
 
resourceOwnerSubject - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
RESPONSE_MODE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
RESPONSE_MODES_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
RESPONSE_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
RESPONSE_TYPES - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
RESPONSE_TYPES_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
responseType - Static variable in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 
responseType - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
retrieveClientId(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
REVOCATION_ENDPOINT - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
REVOCATION_ENDPOINT_AUTH_SIGNING_ALG_VALUES_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
revokeAccessToken(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
revokeAccessTokens(Client, RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
revokeRefreshToken(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
revokeToken(Client, String, String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
revokeToken(Client, String, String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Revokes a refresh or access token
roles - Static variable in class org.apache.cxf.rs.security.oauth2.common.UserSubject_
 

S

saveAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
saveAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
saveAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
saveAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
saveAuthorizationGrant(ServerAuthorizationCodeGrant) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
saveCodeGrant(ServerAuthorizationCodeGrant) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractCodeDataProvider
 
saveCodeGrant(ServerAuthorizationCodeGrant) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
saveRefreshToken(RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
saveRefreshToken(RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
saveRefreshToken(RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
saveRefreshToken(RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
SCOPE - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
SCOPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
scopes - Static variable in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 
Scopes - Annotation Type in org.apache.cxf.rs.security.oauth2.filters
 
SCOPES_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
SEP - Static variable in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
SERVER_ERROR - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ServerAccessToken - Class in org.apache.cxf.rs.security.oauth2.common
Server Access Token representation
ServerAccessToken() - Constructor for class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
ServerAccessToken(Client, String, String, long) - Constructor for class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
ServerAccessToken(Client, String, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
ServerAccessToken(ServerAccessToken, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
ServerAccessToken_ - Class in org.apache.cxf.rs.security.oauth2.common
 
ServerAccessToken_() - Constructor for class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 
ServerAuthorizationCodeGrant - Class in org.apache.cxf.rs.security.oauth2.grants.code
The Authorization Code Grant representation visible to the server
ServerAuthorizationCodeGrant() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
ServerAuthorizationCodeGrant(Client, long) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
ServerAuthorizationCodeGrant(Client, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
ServerAuthorizationCodeGrant_ - Class in org.apache.cxf.rs.security.oauth2.grants.code
 
ServerAuthorizationCodeGrant_() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
SERVICE_DOCUMENTATION - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
SESSION_AUTHENTICITY_TOKEN - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
SESSION_AUTHENTICITY_TOKEN_PARAM_NAME - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
SessionAuthenticityTokenProvider - Interface in org.apache.cxf.rs.security.oauth2.provider
SessionAuthenticityTokenProvider responsible for storing and retrieving tokens to validate the authenticity of request sessions
setAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.client.AbstractAuthSupplier
 
setAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.common.FormTokenResponse
 
setAccessTokenExpiresIn(long) - Method in class org.apache.cxf.rs.security.oauth2.common.FormTokenResponse
 
setAccessTokenLifetime(long) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setAccessTokens(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken
 
setAccessTokenServiceClient(WebClient) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setAccessTokenServiceClient(WebClient) - Method in class org.apache.cxf.rs.security.oauth2.client.OAuthInvoker
 
setAccessTokenServiceUri(String) - Method in class org.apache.cxf.rs.security.oauth2.client.BearerAuthSupplier
 
setAccessTokenServiceUri(String) - Method in class org.apache.cxf.rs.security.oauth2.client.CodeAuthSupplier
 
setAccessTokenType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.FormTokenResponse
 
setActive(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setAdditionalCodeRequestParams(UriBuilder, MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setAllowedGrantTypes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the list of access token grant types this client can use to obtain the access tokens.
setAllowedWindow(long) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceVerifierImpl
 
setAllPermissionsMatch(boolean) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setAlreadyAuthorizedPermissions(List<OAuthPermission>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Set the list of scopes already approved by a user
setApplicationCanHandleAccessDenied(boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setApplicationCertificates(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
setApplicationCertificates(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
setApplicationDescription(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the description of the third-party application.
setApplicationDescription(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Set the application description
setApplicationLogoUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the URI pointing to a logo image of the client application
setApplicationLogoUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Set the application logo URI
setApplicationLogoutUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
setApplicationName(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the name of the third-party application this client represents
setApplicationName(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Set the client application name
setApplicationRegisteredDynamically(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
setApplicationType(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setApplicationWebUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the public URI of the third-party application.
setApplicationWebUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Set the application web URI
setApprovedScope(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Sets the scope explicitly approved by the end user
setApprovedScope(String) - Method in class org.apache.cxf.rs.security.oauth2.common.ClientAccessToken
Sets the actual scope assigned to the access token.
setApprovedScope(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Sets the scopes explicitly approved by the end user.
setApprovedScopes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Sets the scopes explicitly approved by the end user.
setAud(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
setAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrant
 
setAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
setAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
setAudienceIsEndpointAddress(boolean) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setAudiences(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
 
setAudiences(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setAudiences(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
setAuthenticationMethod(AuthenticationMethod) - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
 
setAuthenticationStrategy(ProviderAuthenticationStrategy) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setAuthenticityToken(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Set the authenticity token linking the authorization challenge to the current end user session
setAuthorizationCode(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractAuthorizationResponse
 
setAuthorizationEndpoint(URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setAuthorizationEndpointAddress(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setAuthorizationFilter(AuthorizationRequestFilter) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setAuthorizationHeader(WebClient, ClientAccessToken) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
 
setAuthorizationHeader(WebClient, ClientAccessToken, String) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
 
setAuthorizationServiceUri(String) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setBlockAccessDeniedResponses(boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setBlockPublicClients(boolean) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setBlockUnauthorizedRequests(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenValidatorService
 
setBlockUnauthorizedRequests(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
setBlockUnsecureRequests(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
HTTPS is the default transport for OAuth 2.0 services, this property can be used to block all the requests issued over HTTP
setBlockUnsecureRequests(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenValidatorService
 
setBlockUnsecureRequests(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
setCanSupportEmptyRedirectForPrivateClients(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
setCanSupportPublicClients(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
setCanSupportPublicClients(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
setCanSupportPublicClients(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
setCertificateThumbprintConfirmation(MessageContext, X509Certificate) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
setCheckFormData(boolean) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Sets the Client instance
setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Sets the Client reference
setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setClient(Client) - Method in interface org.apache.cxf.rs.security.oauth2.provider.ClientRegistrationProvider
Set a Client
setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
 
setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
setClientAccessToken(ClientAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.client.AbstractAuthSupplier
 
setClientCodeChallenge(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
setClientCodeChallenge(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
setClientCodeChallenge(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setClientCodeChallengeMethod(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
setClientCodeChallengeMethod(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
setClientCodeChallengeMethod(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setClientCodeStateManager(ClientCodeStateManager) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setClientCodeVerifier(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
 
setClientCodeVerifier(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setClientCodeVerifier(String) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
setClientConfidential(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setClientConfidential(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
setClientDescription(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
 
setClientId(String) - Method in class org.apache.cxf.rs.security.oauth2.client.Consumer
 
setClientId(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setClientId(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
setClientId(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
Sets the client which obtained the access token
setClientId(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
Sets the client id which needs to be retained in a hidden form field
setClientId(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
 
setClientId(String) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setClientId(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant
 
setClientId(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
setClientIdIssuedAt(Long) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
setClientIdProvider(ClientIdProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
setClientIdSizeInBytes(int) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
setClientIpAddress(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setClientIpAddress(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
setClientName(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setClientProvider(ClientRegistrationProvider) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerAuthHandler
 
setClientProvider(ClientRegistrationProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
setClients(List<Client>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setClientSecret(String) - Method in class org.apache.cxf.rs.security.oauth2.client.Consumer
 
setClientSecret(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
setClientSecret(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant
 
setClientSecret(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
 
setClientSecret(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
setClientSecretExpiresAt(Long) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
setClientSecretVerifier(ClientSecretVerifier) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
setClientSubject(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setClientTokenContext(MessageContext, ClientTokenContext) - Method in interface org.apache.cxf.rs.security.oauth2.client.ClientTokenContextManager
 
setClientTokenContext(MessageContext, ClientTokenContext) - Method in class org.apache.cxf.rs.security.oauth2.client.MemoryClientTokenContextManager
 
setClientTokenContext(ClientTokenContext) - Static method in class org.apache.cxf.rs.security.oauth2.client.StaticClientTokenContext
 
setClientTokenContextManager(ClientTokenContextManager) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setClientTokenContextManager(ClientTokenContextManager) - Method in class org.apache.cxf.rs.security.oauth2.client.OAuthInvoker
 
setClientUri(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setClockOffset(int) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
setCode(String) - Method in class org.apache.cxf.rs.security.oauth2.client.CodeAuthSupplier
 
setCode(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
 
setCodeChallengeMethodsSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setCodeLifetime(long) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractCodeDataProvider
 
setCodeLifetime(long) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JCacheCodeDataProvider
 
setCodeLifetime(long) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACodeDataProvider
 
setCodeRequestJoseProducer(OAuthJoseJwtProducer) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setCodeResponseFilter(AuthorizationCodeResponseFilter) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
setCodeVerifier(UriBuilder, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setCodeVerifier(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
 
setCodeVerifierTransformer(CodeVerifierTransformer) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setCodeVerifierTransformer(CodeVerifierTransformer) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
 
setCodeVerifierTransformers(List<CodeVerifierTransformer>) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
 
setCompleteAudienceMatch(boolean) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setCompleteUri(String) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setConfidential(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the confidentiality status of this client application.
setConfidentialClientMethods(Set<String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
setConsumer(Consumer) - Method in class org.apache.cxf.rs.security.oauth2.client.BearerAuthSupplier
 
setConsumer(Consumer) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setConsumer(Consumer) - Method in class org.apache.cxf.rs.security.oauth2.client.CodeAuthSupplier
 
setConsumer(Consumer) - Method in class org.apache.cxf.rs.security.oauth2.client.OAuthInvoker
 
setContacts(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setContextName(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.JAASResourceOwnerLoginHandler
 
setDataProvider(OAuthDataProvider) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
setDataProvider(OAuthDataProvider) - Method in class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrantHandler
 
setDataProvider(OAuthDataProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
setDataProvider(OAuthDataProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
setDataProvider(OAuthDataProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
setDataProvider(OAuthDataProvider) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessTokenValidator
 
setDecodeRequestParameters(boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setDecryptionProvider(JweDecryptionProvider) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
setDecryptWithClientSecret(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtConsumer
 
setDefaultPermission(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
Indicates if this permission has been allocated by default or not.
setDefaultScopes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setDescription(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
Sets the permission description
setDynamicRegistrationEndpointAddress(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setDynamicRegistrationEndpointNotAvailable(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setEncodedToken(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
setEncryptionProvider(JweEncryptionProvider) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
setEncryptWithClientCertificates(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtProducer
 
setEncryptWithClientSecret(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
 
setEndUserName(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
setEntityManager(EntityManager) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACMTCodeDataProvider
 
setEntityManagerFactory(EntityManagerFactory) - Method in class org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
 
setError(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthError
Sets the error such as "invalid_grant", etc
setErrorDescription(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthError
Sets the error description
setErrorUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthError
Sets the optional link to the page describing the error in detail
setExp(Long) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setExpectCodeVerifierForPublicClients(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
Require a code verifier for public clients only.
setExpiresIn(long) - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractAuthorizationResponse
 
setExpiresIn(long) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
setExpiresIn(long) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setExpiryThreshold(long) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setExtensions(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setExtraApplicationProperties(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
setExtraProperties(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
 
setExtraProperties(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
setExtraProperties(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
setExtraProperties(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
setExtraProperties(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setExtraProps(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setFormPostResponseMode(UriBuilder, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setGenerateNonce(boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
setGenerateNonce(boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.MemoryClientCodeStateManager
 
setGrantCode(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Set the grant code which was used to request the token
setGrantCode(String) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Set the grant code which was used to request the token
setGrantHandler(AccessTokenGrantHandler) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
Sets a grant handler
setGrantHandlers(List<AccessTokenGrantHandler>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
Sets the list of optional grant handlers
setGrantLifetime(long) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AbstractAuthorizationCodeDataProvider
 
setGrantLifetime(long) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
 
setGrantType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Sets the type of grant which is exchanged for this token
setGrantType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Sets the grant type which was used to obtain the access token
setGrantTypes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setGrantTypes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
setGrantTypesSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setHashAlgorithm(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.ClientSecretHashVerifier
 
setHidePreauthorizedScopesInForm(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
setHidePreauthorizedScopesInForm(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setHomeRealm(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Hint to the authentication system how the users redirected by this client need to be authenticated
setHttpVerbs(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
Sets the optional list of HTTP verbs, example, "GET" and "POST", etc
setIat(Long) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setId(String) - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
Set the users unique id
setImplicitFlow(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
setInitialAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
setInitialValidationSuccessful(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setIntrospectionEndpoint(URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setIntrospectionEndpointAuthMethodsSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setIntrospectionEndpointAuthSigningAlgValuesSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setInvisibleToClient(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
Set the visibility status; by default all the scopes approved by a user can be optionally reported to the client in access token responses.
setInvisibleToClientScopes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setIss(String) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setIssuedAt(long) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
setIssuedAt(long) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setIssuer(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
setIssuer(String) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setIssuer(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
 
setIssuer(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
 
setIssuer(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setIssuer(URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setIssuer(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setJoseProducer(OAuthJoseJwtProducer) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
 
setJti(String) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setJweDecryptor(JweDecryptionProvider) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
setJweEncryptor(JweEncryptionProvider) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
setJweRequired(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
setJwkEndpointAddress(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setJwkEndpointNotAvailable(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setJwksURL(String) - Method in class org.apache.cxf.rs.security.oauth2.filters.JwsJwksJwtAccessTokenValidator
 
setJwksURL(URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setJwsProvider(JwsSignatureProvider) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
setJwsRequired(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
setJwsVerifier(JwsSignatureVerifier) - Method in class org.apache.cxf.rs.security.oauth2.filters.JwsJwksJwtAccessTokenValidator
 
setJwsVerifier(JwsSignatureVerifier) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
setJwsVerifier(JwsSignatureVerifier) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
setJwtAccessTokenClaimMap(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.JwtAccessTokenValidator
 
setJwtAccessTokenClaimMap(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setJwtAccessTokenProducer(OAuthJoseJwtProducer) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setJwtTokenConsumer(JoseJwtConsumer) - Method in class org.apache.cxf.rs.security.oauth2.provider.JCacheOAuthDataProvider
 
setJwtTokenConsumer(JoseJwtConsumer) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
setJwtTokenConsumer(JoseJwtConsumer) - Method in class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
setKeyServiceClient(WebClient) - Method in class org.apache.cxf.rs.security.oauth2.services.JwksService
 
setLogin(String) - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
Set the user login name
setLoginHandler(ResourceOwnerLoginHandler) - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler
 
setLogoUri(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setMatchRedirectUriWithApplicationUri(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setMaxDefaultSessionInterval(int) - Method in class org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider
 
setMaxDefaultSessionInterval(int) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setMaxValidationDataCacheSize(int) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationService
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
setNbf(Long) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setNonce(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
 
setNonce(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
setNonce(String) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
setNonce(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
setNonce(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setNonceStore(NonceStore) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceVerifierImpl
 
setNonceVerifier(NonceVerifier) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
setNotBefore(long) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
setOpPolicyURL(URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setOpTosURL(URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setParameters(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractFormImplicitResponse
 
setParameters(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
Sets additional token parameters
setPartialMatchScopeValidation(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
setPartialMatchScopeValidation(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrantHandler
 
setPartialMatchScopeValidation(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.DirectAuthorizationService
 
setPartialMatchScopeValidation(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setPermission(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
Sets the permission value such as "read_calendar"
setPermissionMap(Map<String, OAuthPermission>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setPermissions(List<OAuthPermission>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Set the list of scopes translated to OAuthPermission instances
setPersistJwtEncoding(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setPersistJwtEncoding(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
setPersistJwtEncoding(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
setPessimisticLockTimeout(int) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACMTCodeDataProvider
 
setPolicyUri(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setPreauthorizedTokenAvailable(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
setPreauthorizedTokenAvailable(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setPreauthorizedTokenKey(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
setProperties(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the list of additional client properties
setProperties(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
Set the list of additional user subject properties
setProposedScope(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
Sets the requested scope which needs to be retained in a hidden form field
setRealm(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
setRecycleRefreshTokens(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setRedirectUri(String) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setRedirectUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractFormImplicitResponse
 
setRedirectUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.FormAuthorizationResponse
 
setRedirectUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
Sets the redirect uri which needs to be retained in a hidden form field
setRedirectUri(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
Sets the redirect URI, if set then the client is expected to include the same URI during the access token request
setRedirectUri(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Sets the redirect URI
setRedirectUris(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Sets a list of URIs the AuthorizationService may return the authorization code to.
setRedirectUris(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setRefreshEarly(boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.BearerAuthSupplier
 
setRefreshEarly(boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.CodeAuthSupplier
 
setRefreshToken(String) - Method in class org.apache.cxf.rs.security.oauth2.client.BearerAuthSupplier
 
setRefreshToken(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
Sets the refresh token key the client can use to obtain a new access token
setRefreshTokenLifetime(long) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setRegisteredAt(long) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
setRegisteredAudiences(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the list of registered audiences
setRegisteredDynamically(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
setRegisteredScopes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the list of registered scopes.
setRegistrationAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
setRegistrationClientUri(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistrationResponse
 
setRegistrationEndpoint(URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setRemoteSignatureValidation(boolean) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
setReplyTo(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
Set the absolute URI where the authorization decision data will need to be sent to
setReportClientId(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
setReportExtraTokenProperties(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
setRequestedScope(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Sets the requested scope
setRequestedScope(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Sets the scopes request by the client
setRequestedScopes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setRequireCodeVerifier(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
Require a code verifier (PKCE).
setRequiredScopes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setRequiredScopes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setResourceOwnerNameProvider(ResourceOwnerNameProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setResourceOwnerSubject(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the UserSubject representing the resource owner who has registered this client.
setResourceUris(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setResponseFilter(AccessTokenResponseFilter) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
setResponseFilter(AccessTokenResponseFilter) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
 
setResponseFilters(List<AccessTokenResponseFilter>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractImplicitGrantService
 
setResponseFilters(List<AccessTokenResponseFilter>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
 
setResponseModesSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setResponseType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractFormImplicitResponse
 
setResponseType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Set the response type
setResponseType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
 
setResponseType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Set the response type
setResponseType(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
setResponseType(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
 
setResponseTypes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setResponseTypesSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setRevocationEndpoint(URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setRevocationEndpointAuthMethodsSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setRevocationEndpointAuthSigningAlgValuesSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setRevokePreauthorizedTokenOnApproval(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setRoleClassifier(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.JAASResourceOwnerLoginHandler
 
setRoleClassifierType(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.JAASResourceOwnerLoginHandler
 
setRoles(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
Set the optional list of user roles which may have been captured during the authentication process
setScope(String) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setScope(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setScopeList(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setScopes(String) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setScopes(List<OAuthPermission>) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Sets a list of opaque permissions/scopes
setScopesMap(Map<String, List<String>>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
setScopesMatchAllMap(Map<String, Boolean>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
setScopesRequiringNoConsent(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setScopesStringMap(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
setScopesSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setSecuredObject(Object) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthScopesFilter
 
setService(AuthorizationMetadataService) - Method in class org.apache.cxf.rs.security.oauth2.services.WellKnownService
 
setServiceDocumentation(URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setServices(List<RedirectionBasedGrantService>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationService
 
setSessionAuthenticityTokenProvider(SessionAuthenticityTokenProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setSessionToken(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
setSessionToken(MessageContext, int) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
setSessionToken(MessageContext, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
setSessionToken(MessageContext, String, int) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
setSessionToken(MessageContext, String, String, int) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
setSetFormPostResponseMode(boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setSignatureProvider(JwsSignatureProvider) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
setSignatureVerifier(JwsSignatureVerifier) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
setSignWithClientSecret(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtProducer
 
setStartUri(String) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setState(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientTokenContextImpl
 
setState(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AbstractFormImplicitResponse
 
setState(String) - Method in class org.apache.cxf.rs.security.oauth2.common.FormAuthorizationResponse
 
setState(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthError
Sets the client state token which needs to be returned to the client alongside the error information if it was provided during the client request
setState(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
Sets the client state token which needs to be retained in a hidden form field
setStoreInSession(boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
setStripPathFromIssuerUri(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setStripPrivateParameters(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.JwksService
Whether to strip private parameters from the keys that are returned.
setSub(String) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setSubject(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Sets the {@link UserSubject) instance capturing the information about the end user
setSubject(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the UserSubject representing this Client authentication.
setSubject(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Sets a subject capturing the login name the end user used to login to the resource server when authorizing a given client request
setSubject(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Sets the user subject representing the end user
setSubject(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Sets the user subject representing the end user
setSubjectCreator(SubjectCreator) - Method in class org.apache.cxf.rs.security.oauth2.services.DirectAuthorizationService
 
setSubjectCreator(SubjectCreator) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setSupportedIssuers(Set<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
setSupportedScheme(String) - Method in class org.apache.cxf.rs.security.oauth2.filters.AccessTokenValidatorClient
 
setSupportedSchemes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.AccessTokenValidatorClient
 
setSupportedScopes(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setSupportPreauthorizedTokens(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setSupportRegistrationAccessTokens(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
setSupportSinglePageApplications(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
setSupportSinglePageApplications(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setToken(ClientAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientTokenContextImpl
 
setTokenAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
setTokenEndpoint(URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setTokenEndpointAddress(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setTokenEndpointAuthMethod(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
 
setTokenEndpointAuthMethod(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setTokenEndpointAuthMethodsSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setTokenEndpointAuthSigningAlgValuesSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setTokenEndpointNotAvailable(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setTokenExtraProperties(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
setTokenGrantType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setTokenIssuedAt(long) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setTokenIssuer(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setTokenIssuer(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
setTokenKey(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
setTokenKey(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setTokenKey(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
Sets the access token the client is using now during the current request
setTokenLifetime(long) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setTokenNotBefore(long) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setTokenRequestParts(String[]) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
 
setTokenRevocationEndpointAddress(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setTokenRevocationEndpointNotAvailable(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadataService
 
setTokenScopes(List<OAuthPermission>) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setTokenSubject(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setTokenSubjectAuthenticationMethod(AuthenticationMethod) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setTokenType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
setTokenType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setTokenType(String) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setTokenValidator(AccessTokenValidator) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
setTokenValidatorClient(WebClient) - Method in class org.apache.cxf.rs.security.oauth2.filters.AccessTokenIntrospectionClient
 
setTokenValidatorClient(WebClient) - Method in class org.apache.cxf.rs.security.oauth2.filters.AccessTokenValidatorClient
 
setTokenValidators(List<AccessTokenValidator>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
setTosUri(String) - Method in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
setTtl(int) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
setUiLocalesSupported(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setUris(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
Sets the optional list of relative request URIs
setURLProperty(String, URL) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
setUseAllClientScopes(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrantHandler
 
setUseAllClientScopes(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.DirectAuthorizationService
 
setUseAllClientScopes(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
setUseAuthorizationHeader(boolean) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
setUseJpaLockForExistingRefreshToken(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACMTCodeDataProvider
 
setUseJwtFormatForAccessTokens(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
setUseRegisteredRedirectUriIfPossible(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
If a client does not include a redirect_uri parameter but has an exactly one pre-registered redirect_uri then use that redirect_uri
setUserId(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
 
setUsername(String) - Method in class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
setUserRole(String) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
setUseUserSubject(boolean) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setValidateAudience(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerAuthHandler
 
setValidator(AccessTokenValidator) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessTokenValidatorClient
 
setVerifyWithClientCertificates(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
 
setVerifyWithClientCertificates(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtConsumer
 
setVerifyWithClientSecret(boolean) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJoseJwtConsumer
 
setWriteCustomErrors(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
setWriteOptionalParameters(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
startAuthorization(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Starts the authorization process
startAuthorization(MultivaluedMap<String, String>, UserSubject, Client, String) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
STATE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
StaticClientTokenContext - Class in org.apache.cxf.rs.security.oauth2.client
 
subject - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
subject - Static variable in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken_
 
subject - Static variable in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant_
 
SubjectCreator - Interface in org.apache.cxf.rs.security.oauth2.provider
Optional provider responsible for creating resource owner subject representations
supportedSchemes - Variable in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 

T

throwAuthorizationFailure(Set<String>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.AuthorizationUtils
 
throwAuthorizationFailure(Set<String>, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.AuthorizationUtils
 
throwAuthorizationFailure(Set<String>, String, Throwable) - Static method in class org.apache.cxf.rs.security.oauth2.utils.AuthorizationUtils
 
TLS_CLIENT_AUTH_ISSUER_DN - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
TLS_CLIENT_AUTH_SUBJECT_DN - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
toAuthorizationHeader(String, String) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAuthorizationScheme
 
toClientAccessToken(ServerAccessToken, boolean) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
toCodeRequestState(ContainerRequestContext, UriInfo) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
toHmacAlgorithm(String) - Static method in enum org.apache.cxf.rs.security.oauth2.tokens.hawk.HmacAlgorithm
 
TOKEN_ENDPOINT - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
TOKEN_ENDPOINT_AUTH_BASIC - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
TOKEN_ENDPOINT_AUTH_METHOD - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
TOKEN_ENDPOINT_AUTH_NONE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
TOKEN_ENDPOINT_AUTH_POST - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
TOKEN_ENDPOINT_AUTH_SIGNING_ALG_VALUES_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
TOKEN_ENDPOINT_AUTH_TLS - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
TOKEN_ID - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
TOKEN_REQUEST_PARAMS - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
TOKEN_RESPONSE_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
TOKEN_TYPE_HINT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
tokenEndpointAuthMethod - Static variable in class org.apache.cxf.rs.security.oauth2.common.Client_
 
TokenIntrospection - Class in org.apache.cxf.rs.security.oauth2.common
 
TokenIntrospection() - Constructor for class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
TokenIntrospection(boolean) - Constructor for class org.apache.cxf.rs.security.oauth2.common.TokenIntrospection
 
TokenIntrospectionService - Class in org.apache.cxf.rs.security.oauth2.services
 
TokenIntrospectionService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.TokenIntrospectionService
 
tokenizeString(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.crypto.ModelEncryptionSupport
 
tokenKey - Static variable in class org.apache.cxf.rs.security.oauth2.common.AccessToken_
 
TokenRevocationService - Class in org.apache.cxf.rs.security.oauth2.services
OAuth2 Token Revocation Service implementation
TokenRevocationService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.TokenRevocationService
 
tokenType - Static variable in class org.apache.cxf.rs.security.oauth2.common.AccessToken_
 
toMap() - Method in interface org.apache.cxf.rs.security.oauth2.common.AccessTokenGrant
Returns the map containing public grant parameters; can be used by clients requesting the access tokens.
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrant
 
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant
 
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
Returns the map containing public grant parameters; can be used by clients requesting the access tokens.
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
 
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerClientCredentialsGrant
 
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrant
 
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrant
 
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrant
 
toRedirectState(MessageContext, MultivaluedMap<String, String>) - Method in interface org.apache.cxf.rs.security.oauth2.client.ClientCodeStateManager
 
toRedirectState(MessageContext, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
 
toRedirectState(MessageContext, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.client.MemoryClientCodeStateManager
 
toRequestState(ContainerRequestContext, UriInfo) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
 
toResponse(OAuthServiceException) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthServiceExceptionMapper
 
TOS_URI - Static variable in class org.apache.cxf.rs.security.oauth2.services.ClientRegistration
 
toString() - Method in class org.apache.cxf.rs.security.oauth2.common.ClientAccessToken
 
toString() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthError
 
transformCodeVerifier(String) - Method in interface org.apache.cxf.rs.security.oauth2.grants.code.CodeVerifierTransformer
 
transformCodeVerifier(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DigestCodeVerifier
 
transformCodeVerifier(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.PlainCodeVerifier
 

U

UI_LOCALES_SUPPORTED - Static variable in class org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
 
UNAUTHORIZED_CLIENT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
unlinkRefreshAccessToken(RefreshToken, String) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
UNSUPPORTED_GRANT_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
UNSUPPORTED_RESPONSE_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
UNSUPPORTED_TOKEN_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
updateClientRegistration(String, ClientRegistration) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
updateExistingRefreshToken(RefreshToken, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JPACMTCodeDataProvider
 
updateExistingRefreshToken(RefreshToken, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
updateRefreshToken(RefreshToken, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
 
uris - Static variable in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission_
 
UserSubject - Class in org.apache.cxf.rs.security.oauth2.common
Represents a login name which AuthorizationService may capture after the end user approved a given third party request
UserSubject() - Constructor for class org.apache.cxf.rs.security.oauth2.common.UserSubject
 
UserSubject(String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.UserSubject
 
UserSubject(String, List<String>) - Constructor for class org.apache.cxf.rs.security.oauth2.common.UserSubject
 
UserSubject(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.UserSubject
 
UserSubject(String, String, List<String>) - Constructor for class org.apache.cxf.rs.security.oauth2.common.UserSubject
 
UserSubject(UserSubject) - Constructor for class org.apache.cxf.rs.security.oauth2.common.UserSubject
 
UserSubject_ - Class in org.apache.cxf.rs.security.oauth2.common
 
UserSubject_() - Constructor for class org.apache.cxf.rs.security.oauth2.common.UserSubject_
 

V

validateAccessToken(MessageContext, String, String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.AccessTokenIntrospectionClient
 
validateAccessToken(MessageContext, String, String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.AccessTokenValidatorClient
 
validateAccessToken(MessageContext, String, String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.JwtAccessTokenValidator
 
validateAccessToken(MessageContext, String, String, MultivaluedMap<String, String>) - Method in interface org.apache.cxf.rs.security.oauth2.provider.AccessTokenValidator
 
validateAccessToken(MessageContext, String, String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
validateAccessToken(MessageContext, String, String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessTokenValidatorClient
 
validateAudience(String, List<String>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
validateAudiences(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
validateAudiences(List<String>, List<String>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
validateClaims(Client, JwtClaims) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
validateClientAuthenticationMethod(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
 
validateClientSecret(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.provider.ClientSecretHashVerifier
 
validateClientSecret(Client, String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.ClientSecretVerifier
Validate a client secret
validateIssuer(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
validateRedirectUri(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
validateRefreshedToken(ClientTokenContext, ClientAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.client.OAuthInvoker
 
validateRequest(Message) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
validateRequestUri(String, String, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
 
validateScopes(List<String>, List<String>, boolean) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
validateSignature(JwsHeaders, String, byte[]) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
validateSubject(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
 
validateTimestampNonce(String, String, String) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
 
validateToken(JwtToken) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerAuthHandler
 
validateTokenType(ServerAccessToken, String) - Static method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
 
valueOf(String) - Static method in enum org.apache.cxf.rs.security.oauth2.common.AuthenticationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.rs.security.oauth2.tokens.hawk.HmacAlgorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cxf.rs.security.oauth2.common.AuthenticationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.rs.security.oauth2.tokens.hawk.HmacAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
verifyNonce(String, String, String) - Method in interface org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceVerifier
 
verifyNonce(String, String, String) - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceVerifierImpl
 

W

WELL_KNOWN_PATH - Static variable in class org.apache.cxf.rs.security.oauth2.services.WellKnownService
 
WellKnownService - Class in org.apache.cxf.rs.security.oauth2.services
 
WellKnownService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.WellKnownService
 
writeTo(AccessTokenGrant, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.rs.security.oauth2.client.AccessTokenGrantWriter
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Apache CXF