- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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_
-
- 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
-
- 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
-
- 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
-
- 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
-