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

A

AbstractAccessTokenValidator - Class in org.apache.cxf.rs.security.oauth2.services
 
AbstractAccessTokenValidator() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
AbstractGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants
Abstract access token grant handler
AbstractGrantHandler(String, boolean) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
AbstractOAuthService - Class in org.apache.cxf.rs.security.oauth2.services
Abstract OAuth service
AbstractOAuthService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
ACCESS_DENIED - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ACCESS_TOKEN - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ACCESS_TOKEN_EXPIRES_IN - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ACCESS_TOKEN_ISSUED_AT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ACCESS_TOKEN_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AccessToken - Class in org.apache.cxf.rs.security.oauth2.common
Base Access Token representation
AccessToken(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
AccessToken(String, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
AccessTokenGrant - Interface in org.apache.cxf.rs.security.oauth2.common
Access Token Grant
AccessTokenGrantHandler - Interface in org.apache.cxf.rs.security.oauth2.provider
 
AccessTokenRegistration - Class in org.apache.cxf.rs.security.oauth2.common
Captures the information associated with the access token request.
AccessTokenRegistration() - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
 
AccessTokenService - Class in org.apache.cxf.rs.security.oauth2.services
OAuth2 Access Token Service implementation
AccessTokenService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
 
AccessTokenValidation - Class in org.apache.cxf.rs.security.oauth2.common
 
AccessTokenValidation() - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
AccessTokenValidation(ServerAccessToken) - Constructor for class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
AccessTokenValidator - Interface in org.apache.cxf.rs.security.oauth2.provider
 
AccessTokenValidatorClient - Class in org.apache.cxf.rs.security.oauth2.filters
 
AccessTokenValidatorClient() - Constructor for class org.apache.cxf.rs.security.oauth2.filters.AccessTokenValidatorClient
 
AccessTokenValidatorService - Class in org.apache.cxf.rs.security.oauth2.services
 
AccessTokenValidatorService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AccessTokenValidatorService
 
addNonce(Nonce) - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.NonceHistory
 
ALL_AUTH_SCHEMES - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
assertClient(MessageContext, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
assertRole(MessageContext, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
AUTHORIZATION_CODE_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_CODE_VALUE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_DECISION_ALLOW - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_DECISION_DENY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AUTHORIZATION_DECISION_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
AuthorizationCodeDataProvider - Interface in org.apache.cxf.rs.security.oauth2.grants.code
AuthorizationCodeDataProvider is the OAuthDataProvider which can additionally persist the authorization code grant information
AuthorizationCodeGrant - Class in org.apache.cxf.rs.security.oauth2.grants.code
Base Authorization Code Grant representation, captures the code and the redirect URI this code has been returned to, visible to the client
AuthorizationCodeGrant(String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
 
AuthorizationCodeGrant(String, URI) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
 
AuthorizationCodeGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants.code
Authorization Code Grant Handler
AuthorizationCodeGrantHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
 
AuthorizationCodeGrantService - Class in org.apache.cxf.rs.security.oauth2.services
This resource handles the End User authorising or denying the Client to access its resources.
AuthorizationCodeGrantService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
AuthorizationCodeRegistration - Class in org.apache.cxf.rs.security.oauth2.grants.code
Captures the information associated with the code grant registration request.
AuthorizationCodeRegistration() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
 
AuthorizationUtils - Class in org.apache.cxf.rs.security.oauth2.utils
Authorization helpers
authorize() - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Handles the initial authorization request by preparing the authorization challenge data and returning it to the user.
authorizeDecision() - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Processes the end user decision
authorizeDecisionForm(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Processes the end user decision

B

BASIC_SCHEME - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
BEARER_AUTHORIZATION_SCHEME - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
BEARER_TOKEN_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
BearerAccessToken - Class in org.apache.cxf.rs.security.oauth2.tokens.bearer
Simple Bearer Access Token implementations
BearerAccessToken(Client, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.bearer.BearerAccessToken
 
BearerAccessToken(Client, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.bearer.BearerAccessToken
 

C

checkHttpVerb(HttpServletRequest, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
checkIfGrantSupported(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 
checkRequestURI(HttpServletRequest, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
checkRequestURI(String, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
checkTransportSecurity() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
HTTPS is the default transport for OAuth 2.0 services.
Client - Class in org.apache.cxf.rs.security.oauth2.common
Represents a registered third-party Client application
Client(String, String, boolean) - Constructor for class org.apache.cxf.rs.security.oauth2.common.Client
 
Client(String, String, boolean, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.Client
 
CLIENT_CREDENTIALS_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
CLIENT_ID - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
CLIENT_SECRET - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ClientAccessToken - Class in org.apache.cxf.rs.security.oauth2.common
Represents the extended client view of AccessToken.
ClientAccessToken(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.ClientAccessToken
 
ClientCredentialsGrant - Class in org.apache.cxf.rs.security.oauth2.grants.clientcred
 
ClientCredentialsGrant() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant
 
ClientCredentialsGrant(String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant
 
ClientCredentialsGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants.clientcred
The "client_credentials" grant handler
ClientCredentialsGrantHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrantHandler
 
CODE_RESPONSE_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
completeAuthorization(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Completes the authorization process
computeHmac(String, HmacAlgorithm, String) - Static method in class org.apache.cxf.rs.security.oauth2.tokens.mac.HmacUtils
Computes HMAC value using the given parameters.
computeHmac(String, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.tokens.mac.HmacUtils
Computes HMAC value using the given parameters.
computeHmacString(String, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.tokens.mac.HmacUtils
Computes HMAC value using the given parameters.
computeSignature(String, String, String) - Static method in class org.apache.cxf.rs.security.oauth2.tokens.mac.HmacUtils
 
convertPermissionsToScope(List<OAuthPermission>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
convertPermissionsToScopeList(List<OAuthPermission>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
convertScopeToPermissions(Client, List<String>) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Converts the requested scope to the list of permissions
createAccessToken(Client, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrantHandler
 
createAccessToken(Client, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
 
createAccessToken(Client, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler
 
createAccessToken(Client, MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrantHandler
 
createAccessToken(Client, MultivaluedMap<String, String>) - Method in interface org.apache.cxf.rs.security.oauth2.provider.AccessTokenGrantHandler
 
createAccessToken(AccessTokenRegistration) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Create access token
createAuthorizationData(Client, MultivaluedMap<String, String>, List<OAuthPermission>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Create the authorization challenge data
createAuthorizationHeader(OAuthClientUtils.Consumer, ClientAccessToken) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Deprecated. 
createAuthorizationHeader(ClientAccessToken) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Creates OAuth Authorization header with Bearer scheme
createAuthorizationHeader(ClientAccessToken, HttpRequestProperties) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
Creates OAuth Authorization header with the scheme that may require an access to the current HTTP request properties
createCodeGrant(AuthorizationCodeRegistration) - Method in interface org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeDataProvider
Creates a temporarily code grant which will capture the information about the Client requesting the access to the resource owner's resources
createErrorResponse(MultivaluedMap<String, String>, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
 
createErrorResponse(MultivaluedMap<String, String>, String, String) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
createErrorResponse(MultivaluedMap<String, String>, String, String) - Method in class org.apache.cxf.rs.security.oauth2.services.ImplicitGrantService
 
createErrorResponse(MultivaluedMap<String, String>, String, String) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
createErrorResponseFromBean(OAuthError) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
 
createGrant(MultivaluedMap<String, String>, Client, String, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService
 
createGrant(MultivaluedMap<String, String>, Client, String, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.ImplicitGrantService
 
createGrant(MultivaluedMap<String, String>, Client, String, List<String>, List<String>, UserSubject, ServerAccessToken) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
createSecurityContext(HttpServletRequest, AccessTokenValidation) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
createSessionToken(MessageContext) - Method in interface org.apache.cxf.rs.security.oauth2.provider.SessionAuthenticityTokenProvider
Creates a new session token and stores it
createSubject(String, String) - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.JAASResourceOwnerLoginHandler
 
createSubject(String, String) - Method in interface org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerLoginHandler
 
createSubject(SecurityContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
createUserSubject(MessageContext) - Method in interface org.apache.cxf.rs.security.oauth2.provider.SubjectCreator
Create a UserSubject
createUserSubject(SecurityContext) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 

D

DefaultResourceOwnerNameProvider - Class in org.apache.cxf.rs.security.oauth2.provider
 
DefaultResourceOwnerNameProvider() - Constructor for class org.apache.cxf.rs.security.oauth2.provider.DefaultResourceOwnerNameProvider
 
doCreateAccessToken(Client, UserSubject, List<String>) - Method in class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
 

E

equalsTo(Object) - Method in class org.apache.cxf.rs.security.oauth2.common.Property
 
ERROR_DESCRIPTION_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ERROR_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ERROR_URI_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 

F

findGrantHandler(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
Find the mathcing grant handler
findMatchingNonces(String, long) - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.NonceHistory
 
findTokenValidator(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
 
fromMapToClientToken(Map<String, String>) - Static method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils
 

G

generate(byte[]) - Method in class org.apache.cxf.rs.security.oauth2.utils.MD5SequenceGenerator
 
generateRandomTokenKey() - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
generateSecret(HmacAlgorithm) - Static method in class org.apache.cxf.rs.security.oauth2.tokens.mac.HmacUtils
 
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(String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Get access token
getAccessTokenValidation() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractAccessTokenValidator
Get the access token
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.
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() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Gets the scopes explicitly approved by the end user
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
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
 
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
 
getClient() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Returns the Client instance
getClient() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Returns the Client associated with this token
getClient() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Gets Client reference
getClient() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Returns the reference to Client
getClient(String) - Method in 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.AccessTokenService
Get the Client reference
getClient(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
Get the Client reference
getClientId() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
getClientId() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Gets 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
getClientSecret() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Gets 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
Gets the UserSubject representing the client
getCode() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
Gets the authorization code
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
getExtraApplicationProperties() - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
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
getIssuedAt() - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
getIssuedAt() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Returns the time (in seconds) this grant was issued at
getJavaName() - Method in enum org.apache.cxf.rs.security.oauth2.tokens.mac.HmacAlgorithm
 
getKey() - Method in class org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils.Consumer
 
getLifetime() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Deprecated. 
getLifetime() - 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
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.mac.MacAccessToken
 
getMacId() - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessToken
 
getMacKey() - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessToken
 
getMacKey() - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAuthorizationScheme
 
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() - Method in class org.apache.cxf.rs.security.oauth2.common.Property
 
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.mac.MacAuthorizationScheme
 
getNonceHistory(String) - Method in interface org.apache.cxf.rs.security.oauth2.tokens.mac.NonceStore
 
getNonceList() - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.NonceHistory
 
getNonceString() - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.Nonce
 
getNormalizedRequestString() - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAuthorizationScheme
 
getOAuthName() - Method in enum org.apache.cxf.rs.security.oauth2.tokens.mac.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"
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
getPort() - Method in class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
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
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
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
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.mac.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
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) - Method in interface org.apache.cxf.rs.security.oauth2.provider.SessionAuthenticityTokenProvider
Retrieves the stored session token
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.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
Gets the UserSubject representing the resource owner
getSubject() - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Returns a subject capturing the login name the end user used to login to the resource server when authorizing a given client request
getSubject() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Gets the user subject representing the end user
getSubject() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant
Gets the user subject representing the end user
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.mac.MacAccessTokenValidator
 
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.mac.MacAuthorizationScheme
 
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
 
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() - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenValidatorService
 
getTs() - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.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.clientcred.ClientCredentialsGrant
 
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.owner.ResourceOwnerGrant
 
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
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
Get the Client reference
getValue() - Method in class org.apache.cxf.rs.security.oauth2.common.Property
 
GRANT_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 

H

handleRequest(Message, ClassResourceInfo) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
handleTokenRequest(MultivaluedMap<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
Processes an access token request
hashCode() - Method in class org.apache.cxf.rs.security.oauth2.common.Property
 
HmacAlgorithm - Enum in org.apache.cxf.rs.security.oauth2.tokens.mac
 
HmacUtils - Class in org.apache.cxf.rs.security.oauth2.tokens.mac
 
HttpRequestProperties - Class in org.apache.cxf.rs.security.oauth2.client
 
HttpRequestProperties(WebClient, String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
HttpRequestProperties(URI, String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
HttpRequestProperties(String, int, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 
HttpRequestProperties(String, int, String, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
 

I

IMPLICIT_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ImplicitGrantService - Class in org.apache.cxf.rs.security.oauth2.services
Redirection-based Implicit Grant Service This resource handles the End User authorising or denying the Client embedded in the Web agent.
ImplicitGrantService() - Constructor for class org.apache.cxf.rs.security.oauth2.services.ImplicitGrantService
 
INVALID_CLIENT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
INVALID_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
INVALID_REQUEST - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
INVALID_SCOPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
isConfidential() - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Gets the confidentiality status of this client application.
isCorsRequest(Message) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
isDefault() - Method in class org.apache.cxf.rs.security.oauth2.common.Permission
 
isExpired(Long, Long) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
isGrantSupportedForClient(Client, boolean, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
isUserInRole(MessageContext, String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
isWriteOptionalParameters() - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 

J

JAASResourceOwnerLoginHandler - Class in org.apache.cxf.rs.security.oauth2.grants.owner
 
JAASResourceOwnerLoginHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.owner.JAASResourceOwnerLoginHandler
 

M

MAC_AUTHORIZATION_SCHEME - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MAC_TOKEN_ALGO_HMAC_SHA_1 - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MAC_TOKEN_ALGO_HMAC_SHA_256 - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MAC_TOKEN_ALGORITHM - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MAC_TOKEN_EXTENSION - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MAC_TOKEN_ID - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MAC_TOKEN_KEY - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MAC_TOKEN_NONCE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MAC_TOKEN_SIGNATURE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MAC_TOKEN_TIMESTAMP - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MAC_TOKEN_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
MacAccessToken - Class in org.apache.cxf.rs.security.oauth2.tokens.mac
 
MacAccessToken(Client, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessToken
 
MacAccessToken(Client, String, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessToken
 
MacAccessToken(Client, HmacAlgorithm, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessToken
 
MacAccessToken(Client, HmacAlgorithm, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessToken
 
MacAccessToken(Client, HmacAlgorithm, String, String, long, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessToken
 
MacAccessTokenValidator - Class in org.apache.cxf.rs.security.oauth2.tokens.mac
 
MacAccessTokenValidator() - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessTokenValidator
 
MacAuthorizationScheme - Class in org.apache.cxf.rs.security.oauth2.tokens.mac
 
MacAuthorizationScheme(HttpRequestProperties, AccessToken) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAuthorizationScheme
 
MacAuthorizationScheme(HttpRequestProperties, Map<String, String>) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAuthorizationScheme
 
MD5SequenceGenerator - Class in org.apache.cxf.rs.security.oauth2.utils
The utility MD5 sequence generator which can be used for generating random values
MD5SequenceGenerator() - Constructor for class org.apache.cxf.rs.security.oauth2.utils.MD5SequenceGenerator
 

N

Nonce - Class in org.apache.cxf.rs.security.oauth2.tokens.mac
 
Nonce(String, long) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.Nonce
 
NonceHistory - Class in org.apache.cxf.rs.security.oauth2.tokens.mac
 
NonceHistory(long, Nonce) - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.NonceHistory
 
NonceStore - Interface in org.apache.cxf.rs.security.oauth2.tokens.mac
 
NonceVerifier - Interface in org.apache.cxf.rs.security.oauth2.tokens.mac
 
NonceVerifierImpl - Class in org.apache.cxf.rs.security.oauth2.tokens.mac
 
NonceVerifierImpl() - Constructor for class org.apache.cxf.rs.security.oauth2.tokens.mac.NonceVerifierImpl
 

O

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

P

parseScope(String) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthUtils
 
Permission - Class in org.apache.cxf.rs.security.oauth2.common
Base permission description
Permission() - Constructor for class org.apache.cxf.rs.security.oauth2.common.Permission
 
Permission(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.Permission
 
personalizeData(OAuthAuthorizationData, UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
Property - Class in org.apache.cxf.rs.security.oauth2.common
 
Property() - Constructor for class org.apache.cxf.rs.security.oauth2.common.Property
 
Property(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.Property
 

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
readJSONResponse(InputStream) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 
REDIRECT_URI - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
RedirectionBasedGrantService - Class in org.apache.cxf.rs.security.oauth2.services
The Base Redirection-Based Grant Service
RedirectionBasedGrantService(String, String, boolean) - Constructor for class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
REFRESH_TOKEN - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
REFRESH_TOKEN_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
refreshAccessToken(Client, String, List<String>) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Refresh access token
RefreshTokenGrant - Class in org.apache.cxf.rs.security.oauth2.grants.refresh
 
RefreshTokenGrant(String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrant
 
RefreshTokenGrant(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrant
 
RefreshTokenGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants.refresh
 
RefreshTokenGrantHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrantHandler
 
removeAccessToken(ServerAccessToken) - Method in interface org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Removes the token
removeCodeGrant(String) - Method in interface org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeDataProvider
Returns the previously registered ServerAuthorizationCodeGrant
removeSessionToken(MessageContext) - Method in interface org.apache.cxf.rs.security.oauth2.provider.SessionAuthenticityTokenProvider
Removes the stored session token
reportInvalidRequestError(String) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
reportInvalidRequestError(String, MediaType) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
reportInvalidRequestError(OAuthError, MediaType) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
resolveClient(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
resolvePermissions(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
resolveTokenKey(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
resolveUserName(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
resolveUserRoles(MessageContext) - Static method in class org.apache.cxf.rs.security.oauth2.utils.OAuthContextUtils
 
RESOURCE_OWNER_GRANT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
RESOURCE_OWNER_NAME - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
RESOURCE_OWNER_PASSWORD - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
ResourceOwnerGrant - Class in org.apache.cxf.rs.security.oauth2.grants.owner
 
ResourceOwnerGrant(String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrant
 
ResourceOwnerGrant(String, String, String) - Constructor for class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrant
 
ResourceOwnerGrantHandler - Class in org.apache.cxf.rs.security.oauth2.grants.owner
The "resource owner" grant handler
ResourceOwnerGrantHandler() - Constructor for class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler
 
ResourceOwnerLoginHandler - Interface in org.apache.cxf.rs.security.oauth2.grants.owner
 
ResourceOwnerNameProvider - Interface in org.apache.cxf.rs.security.oauth2.provider
 
RESPONSE_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 

S

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(Client, String, String, long, long) - 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(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
 
SessionAuthenticityTokenProvider - Interface in org.apache.cxf.rs.security.oauth2.provider
SessionAuthenticityTokenProvider responsible for storing and retrieving tokens to validate the authenticity of request sessions
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.mac.NonceVerifierImpl
 
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.
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
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
setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenRegistration
Sets the Client instance
setClient(Client) - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration
Sets the Client reference
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.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
setClientSubject(UserSubject) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessTokenValidation
 
setConfidential(boolean) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Sets the confidentiality status of this client application.
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.mac.MacAccessTokenValidator
 
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
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
setExpiresIn(long) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
setExtraApplicationProperties(List<Property>) - Method in class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData
 
setGrantHandlers(List<AccessTokenGrantHandler>) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
Sets the list of optional grant handlers
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
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
setIssuedAt(long) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
 
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.services.AbstractAccessTokenValidator
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.rs.security.oauth2.services.AbstractOAuthService
 
setName(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Property
 
setNonceStore(NonceStore) - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.NonceVerifierImpl
 
setNonceVerifier(NonceVerifier) - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessTokenValidator
 
setParameters(Map<String, String>) - Method in class org.apache.cxf.rs.security.oauth2.common.AccessToken
Sets additional token parameters
setPermission(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Permission
Sets the permission value such as "read_calendar"
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(List<Property>) - Method in class org.apache.cxf.rs.security.oauth2.common.Client
Set the list of additional client properties
setProperties(List<Property>) - 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
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
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
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
setResourceOwnerNameProvider(ResourceOwnerNameProvider) - 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
setScopes(List<OAuthPermission>) - Method in class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken
Sets a list of opaque permissions/scopes
setSessionAuthenticityTokenProvider(SessionAuthenticityTokenProvider) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
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
 
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.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
 
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.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
setUseUserSubject(boolean) - Method in class org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter
 
setValue(String) - Method in class org.apache.cxf.rs.security.oauth2.common.Property
 
setWriteCustomErrors(boolean) - Method in class org.apache.cxf.rs.security.oauth2.services.AccessTokenService
 
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
STATE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
storeNonce(String, Nonce, long) - Method in interface org.apache.cxf.rs.security.oauth2.tokens.mac.NonceStore
 
SubjectCreator - Interface in org.apache.cxf.rs.security.oauth2.provider
Optional provider responsible for creating resource owner subject representations

T

throwAuthorizationFailure(Set<String>) - Static method in class org.apache.cxf.rs.security.oauth2.utils.AuthorizationUtils
 
toAuthorizationHeader(String, String) - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAuthorizationScheme
 
toHmacAlgorithm(String) - Static method in enum org.apache.cxf.rs.security.oauth2.tokens.mac.HmacAlgorithm
 
TOKEN_RESPONSE_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
toMap() - Method in interface org.apache.cxf.rs.security.oauth2.common.AccessTokenGrant
Returns the map containing public grant parameters; can be used by clients requesting the access tokens.
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant
 
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant
Returns the map containing public grant parameters; can be used by clients requesting the access tokens.
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrant
 
toMap() - Method in class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrant
 

U

UNAUTHORIZED_CLIENT - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
UNSUPPORTED_GRANT_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
UNSUPPORTED_RESPONSE_TYPE - Static variable in class org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
 
UserSubject - Class in org.apache.cxf.rs.security.oauth2.common
Represents a login name which AuthorizationService may capture after the end user approved a given third party request
UserSubject() - Constructor for class org.apache.cxf.rs.security.oauth2.common.UserSubject
 
UserSubject(String) - Constructor for class org.apache.cxf.rs.security.oauth2.common.UserSubject
 
UserSubject(String, List<String>) - Constructor for class org.apache.cxf.rs.security.oauth2.common.UserSubject
 

V

validateAccessToken(MessageContext, String, String) - Method in class org.apache.cxf.rs.security.oauth2.filters.AccessTokenValidatorClient
 
validateAccessToken(MessageContext, String, String) - Method in interface org.apache.cxf.rs.security.oauth2.provider.AccessTokenValidator
 
validateAccessToken(MessageContext, String, String) - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessTokenValidator
 
validateRedirectUri(Client, String) - Method in class org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService
 
validateTimestampNonce(MacAccessToken, String, String) - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.MacAccessTokenValidator
 
valueOf(String) - Static method in enum org.apache.cxf.rs.security.oauth2.tokens.mac.HmacAlgorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cxf.rs.security.oauth2.tokens.mac.HmacAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
verifyNonce(String, String, String) - Method in interface org.apache.cxf.rs.security.oauth2.tokens.mac.NonceVerifier
 
verifyNonce(String, String, String) - Method in class org.apache.cxf.rs.security.oauth2.tokens.mac.NonceVerifierImpl
 

W

writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider
 

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

Apache CXF