- 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, OAuthClientUtils.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, OAuthClientUtils.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, OAuthClientUtils.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, OAuthClientUtils.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, OAuthClientUtils.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(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEHCacheOAuthDataProvider
-
- getAccessToken(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
-
- getAccessToken(String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
-
Get access token
- getAccessTokens(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
-
- getAccessTokens(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEHCacheOAuthDataProvider
-
- getAccessTokens(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
-
- getAccessTokens() - Method in class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken
-
- 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
-
Gets the list of access token grant types this client
can use to obtain the access tokens.
- getAndValidateClientFromIdAndSecret(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.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
-
Gets the description of the third-party application.
- getApplicationDescription() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Gets 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
-
Gets the application logo URI
- getApplicationName() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
-
Gets the name of the third-party application
this client represents
- getApplicationName() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Sets the client application name
- getApplicationWebUri() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
-
Gets the public URI of the third-party application.
- getApplicationWebUri() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Gets 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
- 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
- getAudience() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
-
- getAudience() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
-
- getAudience() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
- getAudience() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
-
- 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
-
- getAudiences() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
-
- getAudiences() - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
-
- getAuthenticityToken() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Gets the authenticity token linking the authorization
challenge to the current end user session
- getAuthorizationCode() - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
-
- 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) - 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
-
- getCacheConfiguration(String, CacheManager) - Static method in class org.apache.cxf.rs.security.oauth2.utils.EHCacheUtil
-
- getCacheValue(Ehcache, String, Class<T>) - Static method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEHCacheOAuthDataProvider
-
- 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 interface org.apache.cxf.rs.security.oauth2.provider.ClientRegistrationProvider
-
- getClient(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEHCacheOAuthDataProvider
-
- getClient(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
-
- getClient(String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
-
Returns the previously registered third-party
Client
- getClient(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.RedirectionBasedGrantService
-
- getClientCodeChallenge() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
- 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
-
- 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
-
- getClientFromBasicAuthScheme() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
-
- getClientFromTLSCertificates(SecurityContext, TLSSessionInfo) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
-
- 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.OAuthAuthorizationData
-
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.OAuthContext
-
Returns the client which obtained the access token
- getClientId() - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
-
- getClientId(MessageContext) - Method in interface org.apache.cxf.rs.security.oauth2.provider.ClientIdProvider
-
Get a client id
- getClientIdFromTLSCertificates(SecurityContext, TLSSessionInfo) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
-
- getClientIpAddress() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
-
- getClientIpAddress() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
-
- getClients() - Method in interface org.apache.cxf.rs.security.oauth2.provider.ClientRegistrationProvider
-
- getClients() - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEHCacheOAuthDataProvider
-
- getClients() - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
-
- getClientSecret() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
-
Get the client secret
- 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(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
-
- 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
-
- getCodeGrant(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEHCacheCodeDataProvider
-
- getCodeGrant(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
-
- getCodeGrants(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEHCacheCodeDataProvider
-
- getCodeGrants(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEncryptingCodeDataProvider
-
- getCodeGrants(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractCodeDataProvider
-
- getConsumer() - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
-
- getContext(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
-
- getDataProvider() - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
-
- getDataProvider() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
-
- getDescription() - Method in class org.apache.cxf.rs.security.oauth2.common.Permission
-
Gets the permission description
- getEndUserName() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
- 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
- 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.common.OOBAuthorizationResponse
-
- 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
- getExtraApplicationProperties() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
- getExtraProps() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
-
- 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
-
- 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
- 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
- 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
-
- getInitializedDecryptionProvider() - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
-
- getInitializedDecryptionProvider(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
-
- getInitializedEncryptionProvider() - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
-
- getInitializedEncryptionProvider() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
-
- getInitializedSigProvider() - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
-
- getInitializedSigProvider() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
-
- 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() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
-
- 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
-
- getJavaName() - Method in enum org.apache.cxf.rs.security.oauth2.tokens.hawk.HmacAlgorithm
-
- getJwsReader(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrantHandler
-
- getKey() - Method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils.Consumer
-
- getLifetime() - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
-
Deprecated.
- getLifetime() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
-
Deprecated.
- getLogin() - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
-
Return the user login name
- 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
-
- 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
-
- 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
-
- 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
-
- getOAuthName() - Method in enum org.apache.cxf.rs.security.oauth2.tokens.hawk.HmacAlgorithm
-
- getParameters() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
-
Gets token parameters
- getPermission() - Method in class org.apache.cxf.rs.security.oauth2.common.Permission
-
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
-
Gets 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
- getPhase() - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestInterceptor
-
- getPort() - Method in class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
-
- 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
- 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.OAuthAuthorizationData
-
Gets the requested scope which needs to be retained in a hidden form field
- getQueryParameters() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
-
- getRedirectUri() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
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
-
Gets a list of URIs the AuthorizationService
may return the authorization code to
- 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.DefaultEHCacheOAuthDataProvider
-
- getRefreshToken(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
-
- getRefreshTokens(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
-
- getRefreshTokens(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEHCacheOAuthDataProvider
-
- getRefreshTokens(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
-
- 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
- getReplyTo() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Gets 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
-
- 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) - 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
-
- 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
- getSchemeParameters(String) - Static method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.AbstractHawkAccessTokenValidator
-
- getScopes() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
-
Returns a list of opaque permissions/scopes
- getSecret() - Method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils.Consumer
-
- getSessionToken(MessageContext, MultivaluedMap<String, String>, UserSubject) - Method in interface org.apache.cxf.rs.security.oauth2.provider.SessionAuthenticityTokenProvider
-
Retrieves the stored session token
- getSingleGrantType() - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
-
- getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
-
- getState() - Method in class org.apache.cxf.rs.security.oauth2.client.ClientTokenContext
-
- getState() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Gets the client state token which needs to be retained in a hidden form field
- getState() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthError
-
Gets the client state token
- 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
-
Gets 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
- getSupportedAuthorizationSchemes() - Method in class org.apache.cxf.rs.security.oauth2.filters.AccessTokenValidatorClient
-
- 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
-
- getSupportedAuthorizationSchemes() - Method in class org.apache.cxf.rs.security.oauth2.tokens.jwt.AbstactJwtAccessTokenValidator
-
- 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
-
- getTimestamp() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAuthorizationScheme
-
- getToken() - Method in class org.apache.cxf.rs.security.oauth2.client.ClientTokenContext
-
- getToken() - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.JwtUserSubject
-
- getTokenAudience() - 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
- getTokenIssuedAt() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
-
- 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
-
- getTokenRequestParts() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
-
- getTokenScopes() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
-
- 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
-
- getTokenValidationInfo(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenValidatorService
-
- getTs() - Method in class org.apache.cxf.rs.security.oauth2.tokens.hawk.Nonce
-
- 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
-
- getUris() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
-
Gets the optional list of relative request URIs
- getUserId() - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
-
- getValidClient(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
-
- getValidClient(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
-
- 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.DefaultEHCacheOAuthDataProvider
-
- saveAccessToken(ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
-
- saveAuthorizationGrant(ServerAuthorizationCodeGrant) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.DefaultEHCacheCodeDataProvider
-
- 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.DefaultEHCacheCodeDataProvider
-
- saveCodeGrant(ServerAuthorizationCodeGrant) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractCodeDataProvider
-
- saveRefreshToken(ServerAccessToken, RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
-
- saveRefreshToken(ServerAccessToken, RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEHCacheOAuthDataProvider
-
- saveRefreshToken(ServerAccessToken, RefreshToken) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
-
- SCOPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
-
- 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
-
- 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
-
- 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
- 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
-
- setAccessTokenService(WebClient) - 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
-
Sets 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
-
- 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
-
Sets the description of the third-party application.
- setApplicationDescription(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Sets the application description
- setApplicationLogoUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
-
Sets the URI pointing to a logo image of the client application
- setApplicationLogoUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Sets the application logo URI
- setApplicationName(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
-
Sets the name of the third-party application
this client represents
- setApplicationName(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Sets the client application name
- setApplicationWebUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
-
Sets the public URI of the third-party application.
- setApplicationWebUri(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Sets 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.
- setAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
-
- setAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
-
- setAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
- setAudience(String) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
-
- 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
-
- 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.services.AbstractAccessTokenValidator
-
- setAudiences(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
-
- setAuthenticityToken(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Sets 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.OOBAuthorizationResponse
-
- 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
-
- 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
- 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
-
- 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
-
- setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEHCacheOAuthDataProvider
-
- setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.provider.DefaultEncryptingOAuthDataProvider
-
- setClientCodeChallenge(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
- 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
-
- 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
-
- 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.OAuthAuthorizationData
-
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.OAuthContext
-
Sets the client which obtained the access token
- setClientId(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
-
- setClientIdProvider(ClientIdProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractTokenService
-
- 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
-
- 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.code.JwtRequestCodeGrant
-
- setClientStateManager(ClientCodeStateManager) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
-
- 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
-
- setClientTokenContextManager(ClientTokenContextManager) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
-
- setCode(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
-
- setCodeLifetime(long) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractCodeDataProvider
-
- setCodeRequestFilter(AuthorizationCodeRequestFilter) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
-
- setCodeResponseFilter(AuthorizationCodeResponseFilter) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
-
- setCodeVerifierTransformer(CodeVerifierTransformer) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
-
- setConfidential(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
-
Sets the confidentiality status of this client application.
- setConsumer(OAuthClientUtils.Consumer) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
-
- 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.tokens.hawk.HawkAccessTokenValidator
-
- setDataProvider(OAuthDataProvider) - Method in class org.apache.cxf.rs.security.oauth2.tokens.jwt.AbstactJwtAccessTokenValidator
-
- setDecryptionProvider(JweDecryptionProvider) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
-
- setDecryptWithClientSecret(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
-
- setDefault(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.Permission
-
Indicates if this permission has been allocated by default or not.
- setDescription(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Permission
-
Sets the permission description
- setEncryptionProvider(JweEncryptionProvider) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
-
- setEncryptionProvider(JweEncryptionProvider) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
-
- setEncryptWithClientSecret(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
-
- setEndUserName(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
- 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
- setExpectCodeVerifierForPublicClients(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
-
- setExpiresIn(long) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
-
- setExpiresIn(long) - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
-
- setExpiresIn(long) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
-
- setExtraApplicationProperties(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
- setExtraProps(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
-
- 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
- setHashAlgorithm(String) - Method in class org.apache.cxf.rs.security.oauth2.provider.ClientSecretHashVerifier
-
- 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
- setId(String) - Method in class org.apache.cxf.rs.security.oauth2.common.UserSubject
-
Set the users unique id
- 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.grants.code.JwtRequestCodeFilter
-
- setIssuer(String) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
-
- setJweDecryptor(JweDecryptionProvider) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
-
- setJweVerifier(JwsSignatureVerifier) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
-
- setJwsVerifier(JwsSignatureVerifier) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
-
- setLifetime(long) - Method in class org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
-
Deprecated.
- 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
-
- 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
-
- 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
-
- 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.RedirectionBasedGrantService
-
- setPermission(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Permission
-
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<? extends Permission>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Gets the list of scopes translated to
Permission instances
- 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.OAuthAuthorizationData
-
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.common.OAuthAuthorizationData
-
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.
- 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
-
- setRegisteredAudiences(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
-
Set the list of registered audiences
- setRegisteredScopes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
-
Set the list of registered scopes.
- setRelativeRedirectUri(String) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
-
- 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
-
Sets 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.ImplicitGrantService
-
- 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
-
- setRequiredScopes(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
-
- setResourceOwnerNameProvider(ResourceOwnerNameProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
-
- setResponseFilter(AccessTokenResponseFilter) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
-
- setResponseFilter(AccessTokenResponseFilter) - Method in class org.apache.cxf.rs.security.oauth2.services.ImplicitGrantService
-
- setResponseFilters(List<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.ImplicitGrantService
-
- 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
- setScopeList(List<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
- setScopes(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
-
- setScopeString(String) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientCodeRequestFilter
-
- setSessionAuthenticityTokenProvider(SessionAuthenticityTokenProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
-
- setSignatureProvider(JwsSignatureProvider) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
-
- setSignatureProvider(JwsSignatureProvider) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
-
- setSignatureVerifier(JwsSignatureVerifier) - Method in class org.apache.cxf.rs.security.oauth2.client.JoseClientCodeStateManager
-
- setSignWithClientSecret(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeGrant
-
- 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.ClientTokenContext
-
- setState(String) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
-
Sets the client state token which needs to be retained in a hidden form field
- 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
- 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
-
Sets the
UserSubject representing this Client
authentication, may be setup during the registration.
- 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.RedirectionBasedGrantService
-
- setSupportedIssuers(Set<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
-
- setToken(ClientAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.client.ClientTokenContext
-
- setTokenAudience(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
-
- 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
-
- setTokenRequestParts(String[]) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthContext
-
- 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
-
- 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
-
- 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.AccessTokenValidatorClient
-
- setTokenValidators(List<AccessTokenValidator>) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
-
- setUris(List<String>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthPermission
-
Sets the optional list of relative request URIs
- 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
-
- setUseUserSubject(boolean) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
-
- 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
-
- setVerifyWithClientSecret(boolean) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.JwtRequestCodeFilter
-
- 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
-
- signToAccessToken(JwtToken, Client, RSAPrivateKey) - Static method in class org.apache.cxf.rs.security.oauth2.tokens.jwt.JwtAccessTokenUtils
-
- signToAccessToken(JwtToken, Client, JwsSignatureProvider) - Static method in class org.apache.cxf.rs.security.oauth2.tokens.jwt.JwtAccessTokenUtils
-
- startAuthorization(MultivaluedMap<String, String>, UserSubject, Client) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
-
- 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) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
-
- STATE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
-
- 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
-