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

A

ACCESS_TOKENS_DEFAULT_ATTRIBUTE - Static variable in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
 
AccessTokenProcessingFilter - Class in org.springframework.security.oauth.provider.filter
Processing filter for handling a request for an OAuth access token.
AccessTokenProcessingFilter() - Constructor for class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
 
AccessTokenRequiredException - Exception in org.springframework.security.oauth.consumer
 
AccessTokenRequiredException(ProtectedResourceDetails) - Constructor for exception org.springframework.security.oauth.consumer.AccessTokenRequiredException
 
AccessTokenRequiredException(String, ProtectedResourceDetails) - Constructor for exception org.springframework.security.oauth.consumer.AccessTokenRequiredException
 
AccessTokenRequiredException(String, ProtectedResourceDetails, Throwable) - Constructor for exception org.springframework.security.oauth.consumer.AccessTokenRequiredException
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Initialze these token services.
afterPropertiesSet() - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
 
allowMethod(String) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Whether to allow the specified HTTP method.
allowMethod(String) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
 
authorizeRequestToken(String, String, Authentication) - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderTokenServices
Authorize the specified request token with the specified authentication credentials.
authorizeRequestToken(String, String, Authentication) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
 

B

BaseConsumerDetails - Class in org.springframework.security.oauth.provider
Base implementation for consumer details.
BaseConsumerDetails() - Constructor for class org.springframework.security.oauth.provider.BaseConsumerDetails
 
BaseProtectedResourceDetails - Class in org.springframework.security.oauth.consumer
Basic implementation of protected resource details.
BaseProtectedResourceDetails() - Constructor for class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 

C

CALLBACK_ATTRIBUTE - Static variable in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
 
charAt(int) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
 
checkForResourceThatNeedsAuthorization(Exception) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Check the given exception for the resource that needs authorization.
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint
 
configureURLForProtectedAccess(URL, OAuthConsumerToken, String, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Create a configured URL.
configureURLForProtectedAccess(URL, OAuthConsumerToken, ProtectedResourceDetails, String, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Internal use of configuring the URL for protected access, the resource details already having been loaded.
configureURLForProtectedAccess(URL, OAuthConsumerToken, String, Map<String, String>) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
Create a configured URL.
ConfigUtils - Class in org.springframework.security.oauth.config
Common place for OAuth namespace configuration utils.
ConsumerAuthentication - Class in org.springframework.security.oauth.provider
Authentication for an OAuth consumer.
ConsumerAuthentication(ConsumerDetails, ConsumerCredentials) - Constructor for class org.springframework.security.oauth.provider.ConsumerAuthentication
 
ConsumerAuthentication(ConsumerDetails, ConsumerCredentials, Map<String, String>) - Constructor for class org.springframework.security.oauth.provider.ConsumerAuthentication
 
ConsumerCredentials - Class in org.springframework.security.oauth.provider
The credentials for an OAuth consumer request.
ConsumerCredentials(String, String, String, String, String) - Constructor for class org.springframework.security.oauth.provider.ConsumerCredentials
 
ConsumerDetails - Interface in org.springframework.security.oauth.provider
Provides core OAuth consumer information.
ConsumerDetailsFactoryBean - Class in org.springframework.security.oauth.config
 
ConsumerDetailsFactoryBean() - Constructor for class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
ConsumerDetailsService - Interface in org.springframework.security.oauth.provider
A service that provides the details about an oauth consumer.
consumerHasAnyRole(SecurityExpressionRoot, String...) - Static method in class org.springframework.security.oauth.provider.expression.OAuthMethodSecurityExpressionHandler
 
ConsumerKeysAllowed - Annotation Type in org.springframework.security.oauth.provider.attributes
The consumer keys that are allowed to access the specified method.
ConsumerRolesAllowed - Annotation Type in org.springframework.security.oauth.provider.attributes
The consumer roles that are allowed to access the specified method.
ConsumerSecurityConfig - Class in org.springframework.security.oauth.provider.attributes
Security config for consumer authorization of a method.
ConsumerSecurityConfig(String, ConsumerSecurityConfig.ConsumerSecurityType) - Constructor for class org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig
 
ConsumerSecurityConfig.ConsumerSecurityType - Enum in org.springframework.security.oauth.provider.attributes
Type of security.
ConsumerSecurityMetadataSource - Class in org.springframework.security.oauth.provider.attributes
 
ConsumerSecurityMetadataSource() - Constructor for class org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource
 
ConsumerSecurityVoter - Class in org.springframework.security.oauth.provider.attributes
 
ConsumerSecurityVoter() - Constructor for class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
 
ConsumerServiceBeanDefinitionParser - Class in org.springframework.security.oauth.config
 
ConsumerServiceBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.ConsumerServiceBeanDefinitionParser
 
CoreOAuthConsumerSupport - Class in org.springframework.security.oauth.consumer.client
Consumer-side support for OAuth.
CoreOAuthConsumerSupport() - Constructor for class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
 
CoreOAuthConsumerSupport(OAuthURLStreamHandlerFactory) - Constructor for class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
 
CoreOAuthConsumerSupport.QueryParameterValue - Class in org.springframework.security.oauth.consumer.client
Marker class for an oauth parameter value that is a query parameter and should therefore not be included in the authorization header.
CoreOAuthConsumerSupport.QueryParameterValue(String) - Constructor for class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
 
CoreOAuthProviderSupport - Class in org.springframework.security.oauth.provider.filter
Utility for common logic for supporting an OAuth provider.
CoreOAuthProviderSupport() - Constructor for class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
 
CoreOAuthSignatureMethodFactory - Class in org.springframework.security.oauth.common.signature
Implements the signatures defined in OAuth Core 1.0.
CoreOAuthSignatureMethodFactory() - Constructor for class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
 
createAccessToken(String) - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderTokenServices
Create an OAuth access token given the specified request token.
createAccessToken(String) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
 
createAuthentication(HttpServletRequest, ConsumerAuthentication, OAuthAccessProviderToken) - Method in class org.springframework.security.oauth.provider.DefaultAuthenticationHandler
Default implementation returns the user authentication associated with the auth token, if the token is provided.
createAuthentication(HttpServletRequest, ConsumerAuthentication, OAuthAccessProviderToken) - Method in interface org.springframework.security.oauth.provider.OAuthAuthenticationHandler
Create the authentication object for an authenticated OAuth request.
createDetails(HttpServletRequest, ConsumerDetails) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Create the details for the authentication request.
createEvaluationContextInternal(Authentication, MethodInvocation) - Method in class org.springframework.security.oauth.provider.expression.OAuthMethodSecurityExpressionHandler
 
createInstance() - Method in class org.springframework.security.oauth.config.ProtectedResourceDetailsServiceFactoryBean
 
createOAuthToken(ConsumerAuthentication) - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
 
createOAuthToken(ConsumerAuthentication) - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
Create the OAuth token for the specified consumer key.
createPrivateKey(byte[]) - Static method in class org.springframework.security.oauth.common.signature.RSAKeySecret
Creates a private key from the PKCS#8-encoded value of the given bytes.
createPublicKey(byte[]) - Static method in class org.springframework.security.oauth.common.signature.RSAKeySecret
Creates a public key from the X509-encoded value of the given bytes.
createRequest(URI, HttpMethod) - Method in class org.springframework.security.oauth.consumer.client.OAuthClientHttpRequestFactory
 
createSecurityMetadataSource(Element, ParserContext) - Static method in class org.springframework.security.oauth.config.ConfigUtils
 
createUnauthorizedRequestToken(String, String) - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderTokenServices
Create an unauthorized OAuth request token.
createUnauthorizedRequestToken(String, String) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
 
createVerifier() - Method in interface org.springframework.security.oauth.provider.verifier.OAuthVerifierServices
Create a verifier.
createVerifier() - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
 

D

DefaultAuthenticationHandler - Class in org.springframework.security.oauth.provider
The default authentication handler.
DefaultAuthenticationHandler() - Constructor for class org.springframework.security.oauth.provider.DefaultAuthenticationHandler
 
DefaultOAuthURLStreamHandlerFactory - Class in org.springframework.security.oauth.consumer.net
Default implementation.
DefaultOAuthURLStreamHandlerFactory() - Constructor for class org.springframework.security.oauth.consumer.net.DefaultOAuthURLStreamHandlerFactory
 
DENY_ALL_ATTRIBUTE - Static variable in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig
 
DenyAllConsumers - Annotation Type in org.springframework.security.oauth.provider.attributes
Annotation used to specify that a method is to be denied to all OAuth consumers.
destroy() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
 
destroy() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
 
destroy() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
 
destroy() - Method in class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth.config.ConsumerServiceBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth.config.ProtectedResourceDetailsBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth.config.TokenServiceBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth.config.VerifierServiceBeanDefinitionParser
 

E

equals(Object) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
 
ExpiredOAuthTokenException - Exception in org.springframework.security.oauth.provider.token
 
ExpiredOAuthTokenException(String) - Constructor for exception org.springframework.security.oauth.provider.token.ExpiredOAuthTokenException
 
ExpiringTimestampNonceServices - Class in org.springframework.security.oauth.provider.nonce
Nonce services that only validates the timestamp of a consumer request.
ExpiringTimestampNonceServices() - Constructor for class org.springframework.security.oauth.provider.nonce.ExpiringTimestampNonceServices
 
ExpressionHandlerBeanDefinitionParser - Class in org.springframework.security.oauth.config
 
ExpressionHandlerBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.ExpressionHandlerBeanDefinitionParser
 
ExtraTrustConsumerDetails - Interface in org.springframework.security.oauth.provider
Consumer details for a specific resource.

F

fail(HttpServletRequest, HttpServletResponse, OAuthRequestFailedException) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Common logic for OAuth failed.
fail(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Common logic for OAuth failed.
findAttributes(Class<?>) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource
 
findAttributes(Method, Class<?>) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource
 
findDefaultFilterChainBeanId(ParserContext) - Static method in class org.springframework.security.oauth.config.ConfigUtils
 
findFilterChain(ParserContext, String) - Static method in class org.springframework.security.oauth.config.ConfigUtils
 
findValidHeaderValue(Set<CharSequence>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Finds a valid header value that is valid for the OAuth header.

G

generateNonce() - Method in interface org.springframework.security.oauth.consumer.nonce.NonceFactory
Generate a nonce.
generateNonce() - Method in class org.springframework.security.oauth.consumer.nonce.UUIDNonceFactory
 
getAccessToken(OAuthConsumerToken, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
 
getAccessToken(ProtectedResourceDetails, OAuthConsumerToken, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
 
getAccessToken(OAuthConsumerToken, String) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
Get an access token for a protected resource.
getAccessToken(ProtectedResourceDetails, OAuthConsumerToken, String) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
Get an access token for a protected resource.
getAccessTokenDependencies(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
Loads the access token dependencies for the given request.
getAccessTokenHttpMethod() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getAccessTokenHttpMethod() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The HTTP method to use with getAccessTokenURL()
getAccessTokens() - Method in interface org.springframework.security.oauth.consumer.OAuthSecurityContext
Get the access tokens for the current context.
getAccessTokens() - Method in class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
 
getAccessTokensRequestAttribute() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The default request attribute into which the OAuth access tokens are stored.
getAccessTokenURL() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getAccessTokenURL() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The URL to use to obtain an OAuth access token.
getAccessTokenValiditySeconds() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
The validity (in seconds) of the access token.
getAdditionalOAuthParameters() - Method in class org.springframework.security.oauth.consumer.client.OAuthClientHttpRequestFactory
Any additional OAuth parameters to send with the OAuth request.
getAdditionalParameters() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getAdditionalParameters() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
Any additional parameters for the consumer token.
getAdditionalParameters() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The additional OAuth parameters for this protected resource.
getAdditionalRequestHeaders() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getAdditionalRequestHeaders() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The additional request headers to send.
getAllConfigAttributes() - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource
 
getAuthenticationEntryPoint() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The authentication entry point.
getAuthHandler() - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
The authentication handler.
getAuthorities() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The base authorities for this consumer.
getAuthorities() - Method in interface org.springframework.security.oauth.provider.ConsumerDetails
Get the authorities that are granted to the OAuth consumer.
getAuthorizationHeader(ProtectedResourceDetails, OAuthConsumerToken, URL, String, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
 
getAuthorizationHeader(ProtectedResourceDetails, OAuthConsumerToken, URL, String, Map<String, String>) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
Get the authorization header using the given access token that should be applied to the specified URL.
getAuthorizationHeaderRealm() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getAuthorizationHeaderRealm() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The value of the realm of the authorization header, or null if none.
getBaseUrl(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
The configured base URL for this OAuth provider for the given HttpServletRequest.
getBaseUrl() - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
The configured base URL for this OAuth provider.
getBeanClass(Element) - Method in class org.springframework.security.oauth.config.ConsumerServiceBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.security.oauth.config.ExpressionHandlerBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.security.oauth.config.ProtectedResourceDetailsBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.security.oauth.config.TokenServiceBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.security.oauth.config.VerifierServiceBeanDefinitionParser
 
getCallbackParameterName() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
The name of the request parameter that supplies the callback URL.
getCallbackURL(HttpServletRequest) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Get the callback URL for the specified request.
getCallbackUrl() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
The callback URL associated with this token.
getCallbackUrl() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The callback url associated with this token.
getCleanupIntervalSeconds() - Method in class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
The interval at which to schedule cleanup.
getConnectionTimeout() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The connection timeout (default 60 seconds).
getConsumerCredentials() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
The credentials of this authentication.
getConsumerDetails() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
The consumer details.
getConsumerDetails() - Method in class org.springframework.security.oauth.provider.OAuthAuthenticationDetails
 
getConsumerDetailsService() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The consumer details service.
getConsumerDetailsStore() - Method in class org.springframework.security.oauth.provider.InMemoryConsumerDetailsService
 
getConsumerKey() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getConsumerKey() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The consumer key with which to interact with the provider.
getConsumerKey() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The consumer key.
getConsumerKey() - Method in class org.springframework.security.oauth.provider.ConsumerCredentials
The consumer key.
getConsumerKey() - Method in interface org.springframework.security.oauth.provider.ConsumerDetails
The consumer key.
getConsumerKey() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
The consumer key associated with this oauth token.
getConsumerKey() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The consumer key associated with this oauth token.
getConsumerName() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The name of the consumer.
getConsumerName() - Method in interface org.springframework.security.oauth.provider.ConsumerDetails
The name of the consumer (for display purposes).
getConsumerSecret() - Method in interface org.springframework.security.oauth.common.signature.SharedConsumerSecret
The consumer secret.
getConsumerSecret() - Method in class org.springframework.security.oauth.common.signature.SharedConsumerSecretImpl
 
getConsumerSupport() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The OAuth consumer support.
getContext() - Static method in class org.springframework.security.oauth.consumer.OAuthSecurityContextHolder
 
getCredentials() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
The credentials.
getDetails() - Method in interface org.springframework.security.oauth.consumer.OAuthSecurityContext
Any details for this security this context.
getDetails() - Method in class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
 
getFilterProcessesUrl() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The URL for which this filter will be applied.
getHttpsStreamHandler(ProtectedResourceDetails, OAuthConsumerToken, OAuthConsumerSupport, String, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.net.DefaultOAuthURLStreamHandlerFactory
 
getHttpsStreamHandler(ProtectedResourceDetails, OAuthConsumerToken, OAuthConsumerSupport, String, Map<String, String>) - Method in interface org.springframework.security.oauth.consumer.net.OAuthURLStreamHandlerFactory
Get the handler for an HTTPS stream.
getHttpStreamHandler(ProtectedResourceDetails, OAuthConsumerToken, OAuthConsumerSupport, String, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.net.DefaultOAuthURLStreamHandlerFactory
 
getHttpStreamHandler(ProtectedResourceDetails, OAuthConsumerToken, OAuthConsumerSupport, String, Map<String, String>) - Method in interface org.springframework.security.oauth.consumer.net.OAuthURLStreamHandlerFactory
Get the handler for an HTTP stream.
getId() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getId() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
An identifier for these resource details.
getLifecycleListeners() - Method in interface org.springframework.security.oauth.provider.token.OAuthTokenLifecycleRegistry
The collection of lifecycle listeners for this registry.
getLifecycleListeners() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
The collection of lifecycle listeners for these services.
getName() - Method in class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
The name of this HMAC-SHA1 signature method ("HMAC-SHA1").
getName() - Method in interface org.springframework.security.oauth.common.signature.OAuthSignatureMethod
The name of the OAuth signature method.
getName() - Method in class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
The name of this plain text signature method ("PLAINTEXT").
getName() - Method in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
The name of this RSA-SHA1 signature method ("RSA-SHA1").
getName() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
The name of this principal is the consumer key.
getNonceFactory() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The nonce factory.
getNonceServices() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The nonce services.
getOAuthFailureHandler() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The oauth failure handler.
getOAuthParameters() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
Get the oauth parameters supplied in the request.
getOAuthQueryString(ProtectedResourceDetails, OAuthConsumerToken, URL, String, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
 
getOAuthQueryString(ProtectedResourceDetails, OAuthConsumerToken, URL, String, Map<String, String>) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
Get the query string that is to be used in the given request.
getObject() - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
getObjectDefinitionSource() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
The filter invocation definition source.
getObjectType() - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
getObjectType() - Method in class org.springframework.security.oauth.config.ProtectedResourceDetailsServiceFactoryBean
 
getPlainTextPasswordEncoder() - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
The password encoder to use for the plain-text password signature method.
getPortResolver() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The port resolver.
getPrincipal() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
The principal (consumer details).
getPrivateKey() - Method in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
The private key.
getPrivateKey() - Method in class org.springframework.security.oauth.common.signature.RSAKeySecret
The private key.
getProtectedResourceDetailsService() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The protected resource details service.
getProtectedResourceDetailsService() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
The protected resource details service.
getProviderSupport() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The OAuth provider support.
getProxySelector() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The proxy selector to use.
getPublicKey() - Method in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
The private key.
getPublicKey() - Method in class org.springframework.security.oauth.common.signature.RSAKeySecret
The public key.
getRandom() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
The random value generator used to create token secrets.
getRandom() - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
The random value generator used to create token secrets.
getReadTimeout() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The read timeout (default 60 seconds).
getRealmName() - Method in class org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint
 
getRedirectStrategy() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The redirect strategy.
getRememberMeServices() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The remember-me services.
getRequestTokenHttpMethod() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getRequestTokenHttpMethod() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The HTTP method to use with getRequestTokenURL()
getRequestTokenURL() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getRequestTokenURL() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The URL to use to obtain an OAuth request token.
getRequestTokenValiditySeconds() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
The validity (in seconds) of the unauthenticated request token.
getRequiredRealm() - Method in exception org.springframework.security.oauth.consumer.InvalidOAuthRealmException
 
getResource() - Method in exception org.springframework.security.oauth.consumer.AccessTokenRequiredException
 
getResource() - Method in class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
 
getResourceDescription() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The description of the resource.
getResourceDescription() - Method in interface org.springframework.security.oauth.provider.ResourceSpecificConsumerDetails
A description of the resource.
getResourceDetailsStore() - Method in class org.springframework.security.oauth.consumer.InMemoryProtectedResourceDetailsService
 
getResourceId() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
The id of the resource to which this token applies.
getResourceName() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The name of the resource.
getResourceName() - Method in interface org.springframework.security.oauth.provider.ResourceSpecificConsumerDetails
The name of the resource.
getResponseContentType() - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
The content type of the response.
getResponseContentType() - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
The content type of the response.
getSalt() - Method in interface org.springframework.security.oauth.common.signature.SaltedConsumerSecret
Returns the salt to use for this consumer secret.
getSecret() - Method in class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
The secret.
getSecret() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
The token secret.
getSecret() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
The token secret.
getSecret() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The token secret.
getSecretKey() - Method in class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
The secret key.
getSecurityType() - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig
 
getSession() - Method in class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
 
getSharedSecret() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getSharedSecret() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The shared signature secret.
getSignature() - Method in class org.springframework.security.oauth.provider.ConsumerCredentials
The signature.
getSignatureBaseString(Map<String, Set<CharSequence>>, URL, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Get the signature base string for the specified parameters.
getSignatureBaseString() - Method in class org.springframework.security.oauth.provider.ConsumerCredentials
The signature base string.
getSignatureBaseString(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
 
getSignatureBaseString(HttpServletRequest) - Method in interface org.springframework.security.oauth.provider.OAuthProviderSupport
Get the signature base string for the specified request, per OAuth Core 1.0, 9.1
getSignatureFactory() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The signature factory to use.
getSignatureMethod(String, SignatureSecret, String) - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
 
getSignatureMethod(String, SignatureSecret, String) - Method in interface org.springframework.security.oauth.common.signature.OAuthSignatureMethodFactory
Get the signature method of the given name.
getSignatureMethod() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getSignatureMethod() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The signature method to use for OAuth requests.
getSignatureMethod() - Method in class org.springframework.security.oauth.provider.ConsumerCredentials
The signature method.
getSignatureMethodFactory() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The OAuth signature method factory.
getSignatureSecret() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The signature secret.
getSignatureSecret() - Method in interface org.springframework.security.oauth.provider.ConsumerDetails
The signature secret.
getStreamHandlerFactory() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The URL stream handler factory for connections to an OAuth resource.
getSupport() - Method in class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
The support logic to use.
getSupportedOAuthParameters() - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
Get the supported OAuth parameters.
getThrowableAnalyzer() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The throwable analyzer.
getTimestamp() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
Timestamp associated with this token.
getToken(String) - Method in class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
 
getToken(String) - Method in interface org.springframework.security.oauth.consumer.token.OAuthConsumerTokenServices
Get the token for the specified protected resource.
getToken() - Method in class org.springframework.security.oauth.provider.ConsumerCredentials
The OAuth token.
getToken(String) - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderTokenServices
Read a token by its value.
getToken(String) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
 
getTokenFromProvider(ProtectedResourceDetails, URL, String, OAuthConsumerToken, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Get the consumer token with the given parameters and URL.
getTokenParameterName() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
The name of the request parameter that supplies the token id.
getTokenParameterName() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
The name of the request parameter that supplies the token id.
getTokenSecretLengthBytes() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
The length of the token secret in bytes, before being base64-encoded.
getTokenServices() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The token services.
getTokenServices() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Get the OAuth token services.
getTokenServices() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
Get the OAuth token services.
getUnauthorizedRequestToken(String, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
 
getUnauthorizedRequestToken(ProtectedResourceDetails, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
 
getUnauthorizedRequestToken(String, String) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
Get an unauthorized request token for a protected resource.
getUnauthorizedRequestToken(ProtectedResourceDetails, String) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
Get an unauthorized request token for a protected resource.
getUserAuthentication() - Method in interface org.springframework.security.oauth.provider.token.OAuthAccessProviderToken
Get the authentication of the user who authorized the access token.
getUserAuthentication() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The authentication of the user who granted the access token.
getUserAuthorizationRedirectURL(ProtectedResourceDetails, OAuthConsumerToken, String) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Get the URL to which to redirect the user for authorization of protected resources.
getUserAuthorizationURL() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
getUserAuthorizationURL() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
The URL to which to redirect the user for authorization of access to the protected resource.
getValidityWindowSeconds() - Method in class org.springframework.security.oauth.provider.nonce.ExpiringTimestampNonceServices
Set the timestamp validity window (in seconds).
getValidityWindowSeconds() - Method in class org.springframework.security.oauth.provider.nonce.InMemoryNonceServices
Set the timestamp validity window (in seconds).
getValue() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
The value of the token.
getValue() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
The value of the token.
getValue() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The value of the token.
getVerifier() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
The verifier string for this token.
getVerifier() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The verifier string for this token.
getVerifierLengthBytes() - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
The verifier length in bytes, before being encoded to a string.
getVerifierServices() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
The verifier services to use.
getVerifierString(byte[]) - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
Convert these random bytes to a verifier string.

H

hashCode() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
 
HMAC_SHA1SignatureMethod - Class in org.springframework.security.oauth.common.signature
HMAC-SHA1 signature method.
HMAC_SHA1SignatureMethod(SecretKey) - Constructor for class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
Construct a HMAC-SHA1 signature method with the given HMAC-SHA1 key.
HttpSessionBasedTokenServices - Class in org.springframework.security.oauth.consumer.token
Stores the tokens in an HTTP session.
HttpSessionBasedTokenServices() - Constructor for class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
 
HttpSessionOAuthRememberMeServices - Class in org.springframework.security.oauth.consumer.rememberme
Default implementation of the OAuth2 rememberme services.
HttpSessionOAuthRememberMeServices() - Constructor for class org.springframework.security.oauth.consumer.rememberme.HttpSessionOAuthRememberMeServices
 

I

init() - Method in class org.springframework.security.oauth.config.OAuthSecurityNamespaceHandler
 
init(FilterConfig) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
 
init(FilterConfig) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
 
init(FilterConfig) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
 
InMemoryConsumerDetailsService - Class in org.springframework.security.oauth.provider
Basic, in-memory implementation of the consumer details service.
InMemoryConsumerDetailsService() - Constructor for class org.springframework.security.oauth.provider.InMemoryConsumerDetailsService
 
InMemoryNonceServices - Class in org.springframework.security.oauth.provider.nonce
Expands on the ExpiringTimestampNonceServices to include validation of the nonce for replay protection.

To validate the nonce, the InMemoryNonceService first validates the consumer key and timestamp as does the ExpiringTimestampNonceServices.
InMemoryNonceServices() - Constructor for class org.springframework.security.oauth.provider.nonce.InMemoryNonceServices
 
InMemoryProtectedResourceDetailsService - Class in org.springframework.security.oauth.consumer
Basic, in-memory implementation of a protected resource details service.
InMemoryProtectedResourceDetailsService() - Constructor for class org.springframework.security.oauth.consumer.InMemoryProtectedResourceDetailsService
 
InMemoryProviderTokenServices - Class in org.springframework.security.oauth.provider.token
Implementation of TokenServices that stores tokens in memory.
InMemoryProviderTokenServices() - Constructor for class org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
 
InMemorySelfCleaningProviderTokenServices - Class in org.springframework.security.oauth.provider.token
Implementation of TokenServices that stores tokens in memory.
InMemorySelfCleaningProviderTokenServices() - Constructor for class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
 
InvalidOAuthParametersException - Exception in org.springframework.security.oauth.provider
 
InvalidOAuthParametersException(String) - Constructor for exception org.springframework.security.oauth.provider.InvalidOAuthParametersException
 
InvalidOAuthRealmException - Exception in org.springframework.security.oauth.consumer
Thrown when a different realm appears to be the cause of the authorization failure.
InvalidOAuthRealmException(String, String) - Constructor for exception org.springframework.security.oauth.consumer.InvalidOAuthRealmException
 
InvalidOAuthTokenException - Exception in org.springframework.security.oauth.provider.token
 
InvalidOAuthTokenException(String) - Constructor for exception org.springframework.security.oauth.provider.token.InvalidOAuthTokenException
 
InvalidSignatureException - Exception in org.springframework.security.oauth.common.signature
Thrown when a signature is invalid.
InvalidSignatureException(String) - Constructor for exception org.springframework.security.oauth.common.signature.InvalidSignatureException
 
InvalidSignatureException(String, Throwable) - Constructor for exception org.springframework.security.oauth.common.signature.InvalidSignatureException
 
isAcceptsAuthorizationHeader() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
isAcceptsAuthorizationHeader() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
Whether the provider of this resource accepts the OAuth Authorization HTTP header.
isAccessToken() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
Whether this is an OAuth access token.
isAccessToken() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
Whether this is an OAuth access token.
isAccessToken() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
Whether this is an OAuth access token.
isAllowAllMethods() - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
Whether to allow all methods.
isAuthenticated() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
Whether the signature has been validated.
isExpired(OAuthProviderTokenImpl) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Whether the auth token is expired.
isIgnoreInadequateCredentials() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Whether to ignore missing OAuth credentials.
isOAuthConsumerAuth(SecurityExpressionRoot) - Static method in class org.springframework.security.oauth.provider.expression.OAuthMethodSecurityExpressionHandler
 
isRequire10a() - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
Whether to require 1.0a support.
isRequire10a() - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
Whether to require 1.0a support.
isRequire10a() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
Whether to require 1.0a support.
isRequire10a() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
Whether to require 1.0a support.
isRequireAuthenticated() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
Whether to require the current authentication to be authenticated.
isRequiredToObtainAuthenticatedToken() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
Whether this consumer is required to obtain an authenticated oauth token.
isRequiredToObtainAuthenticatedToken() - Method in interface org.springframework.security.oauth.provider.ExtraTrustConsumerDetails
Whether this consumer is required to obtain an authenticated oauth token.
isSignatureValidated() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
Whether the signature has been validated.
isSingleton() - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
isSupportHMAC_SHA1() - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
Whether to support HMAC-SHA1 signature method.
isSupportPlainText() - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
Whether to support the plain text signature method.
isSupportRSA_SHA1() - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
Whether to support RSA-SHA1 signature method.
isUse10a() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
isUse10a() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
Whether to use OAuth Core 1.0a.

K

KEY_PREFIX - Static variable in class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
 

L

length() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
 
loadConsumerByConsumerKey(String) - Method in interface org.springframework.security.oauth.provider.ConsumerDetailsService
Load a consumer by the consumer key.
loadConsumerByConsumerKey(String) - Method in class org.springframework.security.oauth.provider.InMemoryConsumerDetailsService
 
loadOAuthParameters(ProtectedResourceDetails, URL, OAuthConsumerToken, String, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Loads the OAuth parameters for the given resource at the given URL and the given token.
loadProtectedResourceDetailsById(String) - Method in class org.springframework.security.oauth.consumer.InMemoryProtectedResourceDetailsService
 
loadProtectedResourceDetailsById(String) - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetailsService
Load the details of a protected resource by id.
loadRememberedTokens(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth.consumer.rememberme.HttpSessionOAuthRememberMeServices
 
loadRememberedTokens(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth.consumer.rememberme.NoOpOAuthRememberMeServices
 
loadRememberedTokens(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.security.oauth.consumer.rememberme.OAuthRememberMeServices
Load any remembered tokens for the given request.
loadSignificantParametersForSignatureBaseString(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
Loads the significant parameters (name-to-value map) that are to be used to calculate the signature base string.

M

MAC_NAME - Static variable in class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
The MAC name (for interfacing with javax.crypto.*).
messages - Variable in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
 
messages - Variable in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
 
messages - Variable in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
 

N

NonceAlreadyUsedException - Exception in org.springframework.security.oauth.provider.nonce
 
NonceAlreadyUsedException(String) - Constructor for exception org.springframework.security.oauth.provider.nonce.NonceAlreadyUsedException
 
NonceFactory - Interface in org.springframework.security.oauth.consumer.nonce
A nonce factory.
NoOpOAuthRememberMeServices - Class in org.springframework.security.oauth.consumer.rememberme
Basic, no-op implementation of the remember-me services.
NoOpOAuthRememberMeServices() - Constructor for class org.springframework.security.oauth.consumer.rememberme.NoOpOAuthRememberMeServices
 
normalizeUrl(String) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
Normalize the URL for use in the signature.
NullNonceServices - Class in org.springframework.security.oauth.provider.nonce
No-op nonce services.
NullNonceServices() - Constructor for class org.springframework.security.oauth.provider.nonce.NullNonceServices
 

O

OAUTH_FAILURE_KEY - Static variable in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
 
OAUTH_PROCESSING_HANDLED - Static variable in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Attribute for indicating that OAuth processing has already occurred.
OAuthAccessProviderToken - Interface in org.springframework.security.oauth.provider.token
 
OAuthAuthenticationDetails - Class in org.springframework.security.oauth.provider
Authentication details and includes the details of the OAuth consumer.
OAuthAuthenticationDetails(HttpServletRequest, ConsumerDetails) - Constructor for class org.springframework.security.oauth.provider.OAuthAuthenticationDetails
 
OAuthAuthenticationHandler - Interface in org.springframework.security.oauth.provider
Callback interface for handing authentication details that are used when an authenticated request for a protected resource is received.
OAuthClientHttpRequestFactory - Class in org.springframework.security.oauth.consumer.client
Request factory that extends all http requests with the OAuth credentials for a specific protected resource.
OAuthClientHttpRequestFactory(ClientHttpRequestFactory, ProtectedResourceDetails, OAuthConsumerSupport) - Constructor for class org.springframework.security.oauth.consumer.client.OAuthClientHttpRequestFactory
 
OAuthCodec - Class in org.springframework.security.oauth.common
Utility for parameter encoding according to the OAuth spec.
OAuthConsumerBeanDefinitionParser - Class in org.springframework.security.oauth.config
Parser for the OAuth "consumer" element.
OAuthConsumerBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.OAuthConsumerBeanDefinitionParser
 
OAuthConsumerContextFilter - Class in org.springframework.security.oauth.consumer.filter
OAuth filter that establishes an OAuth security context.
OAuthConsumerContextFilter() - Constructor for class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
 
OAuthConsumerParameter - Enum in org.springframework.security.oauth.common
Enumeration for consumer parameters.
OAuthConsumerProcessingFilter - Class in org.springframework.security.oauth.consumer.filter
OAuth consumer processing filter.
OAuthConsumerProcessingFilter() - Constructor for class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
 
OAuthConsumerSupport - Interface in org.springframework.security.oauth.consumer
Consumer-side support for OAuth.
OAuthConsumerToken - Class in org.springframework.security.oauth.consumer
Interface for a consumer-side OAuth token.
OAuthConsumerToken() - Constructor for class org.springframework.security.oauth.consumer.OAuthConsumerToken
 
OAuthConsumerTokenServices - Interface in org.springframework.security.oauth.consumer.token
Token services for an OAuth consumer.
oauthDecode(String) - Static method in class org.springframework.security.oauth.common.OAuthCodec
Decode the specified value.
oauthEncode(String) - Static method in class org.springframework.security.oauth.common.OAuthCodec
Encode the specified value.
OAuthException - Exception in org.springframework.security.oauth.common
Base exception for OAuth processing.
OAuthException(String) - Constructor for exception org.springframework.security.oauth.common.OAuthException
 
OAuthException(String, Throwable) - Constructor for exception org.springframework.security.oauth.common.OAuthException
 
OAuthMethodSecurityExpressionHandler - Class in org.springframework.security.oauth.provider.expression
 
OAuthMethodSecurityExpressionHandler() - Constructor for class org.springframework.security.oauth.provider.expression.OAuthMethodSecurityExpressionHandler
 
OAuthNonceServices - Interface in org.springframework.security.oauth.provider.nonce
 
OAuthOverHttpsURLStreamHandler - Class in org.springframework.security.oauth.consumer.net
Stream handler to handle the request stream to a protected resource over HTTP.
OAuthOverHttpsURLStreamHandler(ProtectedResourceDetails, OAuthConsumerToken, OAuthConsumerSupport, String, Map<String, String>) - Constructor for class org.springframework.security.oauth.consumer.net.OAuthOverHttpsURLStreamHandler
 
OAuthOverHttpURLStreamHandler - Class in org.springframework.security.oauth.consumer.net
Stream handler to handle the request stream to a protected resource over HTTP.
OAuthOverHttpURLStreamHandler(ProtectedResourceDetails, OAuthConsumerToken, OAuthConsumerSupport, String, Map<String, String>) - Constructor for class org.springframework.security.oauth.consumer.net.OAuthOverHttpURLStreamHandler
 
OAuthProcessingFilterEntryPoint - Class in org.springframework.security.oauth.provider
Entry point for OAuth authentication requests.
OAuthProcessingFilterEntryPoint() - Constructor for class org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint
 
OAuthProviderBeanDefinitionParser - Class in org.springframework.security.oauth.config
Parser for the OAuth "provider" element.
OAuthProviderBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.OAuthProviderBeanDefinitionParser
 
OAuthProviderParameter - Enum in org.springframework.security.oauth.common
Parameters that can be used by the provider.
OAuthProviderProcessingFilter - Class in org.springframework.security.oauth.provider.filter
OAuth processing filter.
OAuthProviderProcessingFilter() - Constructor for class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
 
OAuthProviderSupport - Interface in org.springframework.security.oauth.provider
Support logic for OAuth providers.
OAuthProviderToken - Interface in org.springframework.security.oauth.provider.token
 
OAuthProviderTokenImpl - Class in org.springframework.security.oauth.provider.token
Basic implementation for an OAuth token.
OAuthProviderTokenImpl() - Constructor for class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
 
OAuthProviderTokenServices - Interface in org.springframework.security.oauth.provider.token
 
OAuthRememberMeServices - Interface in org.springframework.security.oauth.consumer.rememberme
Services for "remembering" the access tokens that have been obtained.
OAuthRequestFailedException - Exception in org.springframework.security.oauth.consumer
Thrown when an OAuth request fails.
OAuthRequestFailedException(String) - Constructor for exception org.springframework.security.oauth.consumer.OAuthRequestFailedException
 
OAuthRequestFailedException(String, Throwable) - Constructor for exception org.springframework.security.oauth.consumer.OAuthRequestFailedException
 
OAuthRestTemplate - Class in org.springframework.security.oauth.consumer.client
Rest template that is able to make OAuth-authenticated REST requests with the credentials of the provided resource.
OAuthRestTemplate(ProtectedResourceDetails) - Constructor for class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
 
OAuthRestTemplate(ClientHttpRequestFactory, ProtectedResourceDetails) - Constructor for class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
 
OAuthSecurityContext - Interface in org.springframework.security.oauth.consumer
The OAuth 2 security context (for a specific user).
OAuthSecurityContextHolder - Class in org.springframework.security.oauth.consumer
Holder for the current OAuth security context.
OAuthSecurityContextHolder() - Constructor for class org.springframework.security.oauth.consumer.OAuthSecurityContextHolder
 
OAuthSecurityContextImpl - Class in org.springframework.security.oauth.consumer
 
OAuthSecurityContextImpl() - Constructor for class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
 
OAuthSecurityNamespaceHandler - Class in org.springframework.security.oauth.config
 
OAuthSecurityNamespaceHandler() - Constructor for class org.springframework.security.oauth.config.OAuthSecurityNamespaceHandler
 
OAuthSignatureMethod - Interface in org.springframework.security.oauth.common.signature
 
OAuthSignatureMethodFactory - Interface in org.springframework.security.oauth.common.signature
Factory for signature methods.
OAuthTokenLifecycleListener - Interface in org.springframework.security.oauth.provider.token
Interface for listening to the lifecycle of a token.
OAuthTokenLifecycleRegistry - Interface in org.springframework.security.oauth.provider.token
Interface for a registry of token lifecycle listeners.
OAuthURLStreamHandlerFactory - Interface in org.springframework.security.oauth.consumer.net
Factory for a OAuth URL stream handlers.
OAuthVerifierServices - Interface in org.springframework.security.oauth.provider.verifier
Service for generating a verifier.
OAuthVersionUnsupportedException - Exception in org.springframework.security.oauth.provider
 
OAuthVersionUnsupportedException(String) - Constructor for exception org.springframework.security.oauth.provider.OAuthVersionUnsupportedException
 
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
 
onNewTimestamp() - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
 
onNewTimestamp() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Logic to be performed on a new timestamp.
onNewTimestamp() - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
 
onTokenCreated(OAuthProviderTokenImpl) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Logic for handling event firing of a created token.
onTokenRemoved(OAuthProviderTokenImpl) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Logic for handling event firing of a removed token.
onValidSignature(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
 
onValidSignature(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Logic executed on valid signature.
onValidSignature(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
 
onValidSignature(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
 
openConnection(URL) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Open a connection to the given URL.
openConnection(URL, Proxy) - Method in class org.springframework.security.oauth.consumer.net.OAuthOverHttpsURLStreamHandler
 
openConnection(URL, Proxy) - Method in class org.springframework.security.oauth.consumer.net.OAuthOverHttpURLStreamHandler
 
org.springframework.security.oauth.common - package org.springframework.security.oauth.common
 
org.springframework.security.oauth.common.signature - package org.springframework.security.oauth.common.signature
 
org.springframework.security.oauth.config - package org.springframework.security.oauth.config
 
org.springframework.security.oauth.consumer - package org.springframework.security.oauth.consumer
 
org.springframework.security.oauth.consumer.client - package org.springframework.security.oauth.consumer.client
 
org.springframework.security.oauth.consumer.filter - package org.springframework.security.oauth.consumer.filter
 
org.springframework.security.oauth.consumer.net - package org.springframework.security.oauth.consumer.net
 
org.springframework.security.oauth.consumer.nonce - package org.springframework.security.oauth.consumer.nonce
 
org.springframework.security.oauth.consumer.rememberme - package org.springframework.security.oauth.consumer.rememberme
 
org.springframework.security.oauth.consumer.token - package org.springframework.security.oauth.consumer.token
 
org.springframework.security.oauth.provider - package org.springframework.security.oauth.provider
 
org.springframework.security.oauth.provider.attributes - package org.springframework.security.oauth.provider.attributes
 
org.springframework.security.oauth.provider.expression - package org.springframework.security.oauth.provider.expression
 
org.springframework.security.oauth.provider.filter - package org.springframework.security.oauth.provider.filter
 
org.springframework.security.oauth.provider.nonce - package org.springframework.security.oauth.provider.nonce
 
org.springframework.security.oauth.provider.token - package org.springframework.security.oauth.provider.token
 
org.springframework.security.oauth.provider.verifier - package org.springframework.security.oauth.provider.verifier
 

P

parametersAreAdequate(Map<String, String>) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
By default, OAuth parameters are adequate if a consumer key is present.
parse(Element, ParserContext) - Method in class org.springframework.security.oauth.config.OAuthConsumerBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.oauth.config.OAuthProviderBeanDefinitionParser
 
parseHeaderParameters(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
Parse the OAuth header parameters.
parseParameters(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
 
parseParameters(HttpServletRequest) - Method in interface org.springframework.security.oauth.provider.OAuthProviderSupport
Parse the oauth consumer paramters from an HttpServletRequest.
PERMIT_ALL_ATTRIBUTE - Static variable in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig
 
PermitAllConsumers - Annotation Type in org.springframework.security.oauth.provider.attributes
Annotation used to specify that a method is to be permitted to all OAuth consumers.
PlainTextSignatureMethod - Class in org.springframework.security.oauth.common.signature
Plain text signature method.
PlainTextSignatureMethod(String) - Constructor for class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
Construct a plain text signature method with the given plain-text secret.
PlainTextSignatureMethod(String, PasswordEncoder, Object) - Constructor for class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
Construct a plain text signature method with the given plain-text secret.
ProtectedResourceDetails - Interface in org.springframework.security.oauth.consumer
Details about a protected resource.
ProtectedResourceDetailsBeanDefinitionParser - Class in org.springframework.security.oauth.config
 
ProtectedResourceDetailsBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.ProtectedResourceDetailsBeanDefinitionParser
 
ProtectedResourceDetailsService - Interface in org.springframework.security.oauth.consumer
Service for loading protected resource details.
ProtectedResourceDetailsServiceFactoryBean - Class in org.springframework.security.oauth.config
Factory bean for the resource details service.
ProtectedResourceDetailsServiceFactoryBean() - Constructor for class org.springframework.security.oauth.config.ProtectedResourceDetailsServiceFactoryBean
 
ProtectedResourceProcessingFilter - Class in org.springframework.security.oauth.provider.filter
Processing filter for requests to protected resources.
ProtectedResourceProcessingFilter() - Constructor for class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
 

R

RandomValueProviderTokenServices - Class in org.springframework.security.oauth.provider.token
Base implementation for token services that uses random values to generate tokens.
RandomValueProviderTokenServices() - Constructor for class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
 
RandomValueVerifierServices - Class in org.springframework.security.oauth.provider.verifier
Basic implementation of the verifier services that creates a random-value verifier and stores it in an in-memory map.
RandomValueVerifierServices() - Constructor for class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
 
readProtectedResource(URL, OAuthConsumerToken, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
 
readProtectedResource(URL, OAuthConsumerToken, String) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
Read a protected resource from the given URL using the specified access token and HTTP method.
readResource(ProtectedResourceDetails, URL, String, OAuthConsumerToken, Map<String, String>, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Read a resource.
readToken(String) - Method in class org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
 
readToken(String) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Read a token from persistence.
register(OAuthTokenLifecycleListener...) - Method in interface org.springframework.security.oauth.provider.token.OAuthTokenLifecycleRegistry
Register lifecycle listener(s) with this registry.
register(OAuthTokenLifecycleListener...) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Register lifecycle listener(s) with these token services.
REMEMBERED_TOKENS_KEY - Static variable in class org.springframework.security.oauth.consumer.rememberme.HttpSessionOAuthRememberMeServices
 
rememberTokens(Map<String, OAuthConsumerToken>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth.consumer.rememberme.HttpSessionOAuthRememberMeServices
 
rememberTokens(Map<String, OAuthConsumerToken>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth.consumer.rememberme.NoOpOAuthRememberMeServices
 
rememberTokens(Map<String, OAuthConsumerToken>, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.security.oauth.consumer.rememberme.OAuthRememberMeServices
Remember the specified tokens for the given request.
removeToken(String) - Method in class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
 
removeToken(String) - Method in interface org.springframework.security.oauth.consumer.token.OAuthConsumerTokenServices
Removes the token for the specified resource.
removeToken(String) - Method in class org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
 
removeToken(String) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Remove a token from persistence.
requiresAuthentication(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Whether this filter is configured to process the specified request.
requiresAuthentication(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
 
resetPreviousAuthentication(Authentication) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
 
ResourceSpecificConsumerDetails - Interface in org.springframework.security.oauth.provider
Consumer details for a specific resource.
RSA_SHA1SignatureMethod - Class in org.springframework.security.oauth.common.signature
RSA-SHA1 signature method.
RSA_SHA1SignatureMethod(PrivateKey, PublicKey) - Constructor for class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
Construct a RSA-SHA1 signature method with the given RSA-SHA1 public/private key pair.
RSA_SHA1SignatureMethod(PrivateKey) - Constructor for class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
Construct a RSA-SHA1 signature method with the given RSA-SHA1 private key.
RSA_SHA1SignatureMethod(PublicKey) - Constructor for class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
Construct a RSA-SHA1 signature method with the given RSA-SHA1 public key.
RSAKeySecret - Class in org.springframework.security.oauth.common.signature
Signature secret for RSA.
RSAKeySecret(PrivateKey, PublicKey) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
 
RSAKeySecret(byte[], byte[]) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Create an RSA public key secret with the given private and public key value.
RSAKeySecret(String, String) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Create an RSA public key secret with the given private and public key.
RSAKeySecret(PublicKey) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Construct an RSA public key secret with the given public key.
RSAKeySecret(byte[]) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Create an RSA public key secret with the given public key value.
RSAKeySecret(String) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Create an RSA public key secret with the given public key value.
RSAKeySecret(X509Certificate) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Create an RSA public key secret with the given X509 certificate.

S

SAFE_CHARACTERS - Static variable in class org.springframework.security.oauth.common.OAuthCodec
 
SaltedConsumerSecret - Interface in org.springframework.security.oauth.common.signature
Marker interface for indicating that a consumer secret has some salt.
selectProxy(URL) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Selects a proxy for the given URL.
setAcceptsAuthorizationHeader(boolean) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setAccessToken(boolean) - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
Whether this is an OAuth access token.
setAccessToken(boolean) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
Whether this is an OAuth access token.
setAccessTokenHttpMethod(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setAccessTokens(Map<String, OAuthConsumerToken>) - Method in class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
 
setAccessTokensRequestAttribute(String) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The default request attribute into which the OAuth access tokens are stored.
setAccessTokenURL(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setAccessTokenValiditySeconds(int) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
The validity (in seconds) of the access token.
setAdditionalOAuthParameters(Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.OAuthClientHttpRequestFactory
Any additional OAuth parameters to send with the OAuth request.
setAdditionalParameters(Map<String, String>) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setAdditionalParameters(Map<String, String>) - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
Any additional parameters for the consumer token.
setAdditionalRequestHeaders(Map<String, String>) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setAllowAllMethods(boolean) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
Whether to allow all methods.
setAllowedMethods(List<String>) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The allowed set of HTTP methods.
setAsText(String) - Method in class org.springframework.security.oauth.common.signature.SignatureSecretEditor
 
setAuthenticated(boolean) - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
Whether the signature has been validated.
setAuthenticationEntryPoint(OAuthProcessingFilterEntryPoint) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The authentication entry point.
setAuthHandler(OAuthAuthenticationHandler) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
The authentication handler.
setAuthorities(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
setAuthorities(List<GrantedAuthority>) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The base authorities for this consumer.
setAuthorizationHeaderRealm(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setBaseUrl(String) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
The configured base URL for the OAuth provider.
setCallbackParameterName(String) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
The name of the request parameter that supplies the callback URL.
setCallbackUrl(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The callback url associated with this token.
setCleanupIntervalSeconds(Integer) - Method in class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
The interval at which to schedule cleanup.
setConnectionTimeout(int) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The connection timeout.
setConsumerDetailsService(ConsumerDetailsService) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The consumer details service.
setConsumerDetailsStore(Map<String, ? extends ConsumerDetails>) - Method in class org.springframework.security.oauth.provider.InMemoryConsumerDetailsService
 
setConsumerKey(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
setConsumerKey(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setConsumerKey(String) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The consumer key.
setConsumerKey(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The consumer key associated with this oauth token.
setConsumerName(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
setConsumerName(String) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The name of the consumer.
setConsumerSupport(OAuthConsumerSupport) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The OAuth consumer support.
setContext(OAuthSecurityContext) - Static method in class org.springframework.security.oauth.consumer.OAuthSecurityContextHolder
 
setDetails(Object) - Method in class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
 
setFilterProcessesUrl(String) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The URL for which this filter will be applied.
setFilterProcessesUrl(String) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
 
setId(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setIgnoreMissingCredentials(boolean) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Whether to ignore missing OAuth credentials.
setMessageSource(MessageSource) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Set the message source.
setMessageSource(MessageSource) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
Set the message source.
setMessageSource(MessageSource) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Set the message source.
setNonceFactory(NonceFactory) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The nonce factory.
setNonceServices(OAuthNonceServices) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The nonce services.
setOAuthFailureHandler(AccessDeniedHandler) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The oauth failure handler.
setObjectDefinitionSource(FilterInvocationSecurityMetadataSource) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
The filter invocation definition source.
setPlainTextPasswordEncoder(PasswordEncoder) - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
The password encoder to use for the plain-text password signature method.
setPortResolver(PortResolver) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The port resolver.
setProtectedResourceDetailsService(ProtectedResourceDetailsService) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The protected resource details service.
setProtectedResourceDetailsService(ProtectedResourceDetailsService) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
The protected resource details service.
setProviderSupport(OAuthProviderSupport) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The OAuth provider support.
setProxySelector(ProxySelector) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The proxy selector to use.
setRandom(Random) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
The random value generator used to create token secrets.
setRandom(Random) - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
The random value generator used to create token secrets.
setReadTimeout(int) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The read timeout.
setRealmName(String) - Method in class org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint
 
setRedirectStrategy(RedirectStrategy) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The redirect strategy.
setRememberMeServices(OAuthRememberMeServices) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The remember-me services.
setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
 
setRequestTokenHttpMethod(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setRequestTokenURL(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setRequestTokenValiditySeconds(int) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
The validity (in seconds) of the unauthenticated request token.
setRequire10a(boolean) - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
Whether to require 1.0a support.
setRequire10a(boolean) - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
Whether to require 1.0a support.
setRequire10a(boolean) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
Whether to require 1.0a support.
setRequire10a(boolean) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
Whether to require 1.0a support.
setRequireAuthenticated(boolean) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
Whether to require the current authentication to be authenticated.
setRequiredToObtainAuthenticatedToken(boolean) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
setRequiredToObtainAuthenticatedToken(boolean) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
Whether this consumer is required to obtain an authenticated oauth token.
setResourceDescription(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
setResourceDescription(String) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The description of the resource.
setResourceDetailsStore(Map<String, ? extends ProtectedResourceDetails>) - Method in class org.springframework.security.oauth.consumer.InMemoryProtectedResourceDetailsService
 
setResourceId(String) - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
The id of the resource to which this token applies.
setResourceLoader(ResourceLoader) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
setResourceName(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
setResourceName(String) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The name of the resource.
setResponseContentType(String) - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
The content type of the response.
setResponseContentType(String) - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
The content type of the response.
setSecret(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
setSecret(String) - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
The token secret.
setSecret(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The token secret.
setSharedSecret(SignatureSecret) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setSignatureFactory(OAuthSignatureMethodFactory) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The signature factory to use.
setSignatureMethod(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setSignatureMethodFactory(OAuthSignatureMethodFactory) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The OAuth signature method factory.
setSignatureSecret(SignatureSecret) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
setSignatureSecret(SignatureSecret) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
The signature secret.
setSignatureValidated(boolean) - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
Whether the signature has been validated.
setStreamHandlerFactory(OAuthURLStreamHandlerFactory) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
The URL stream handler factory for connections to an OAuth resource.
setSupport(OAuthConsumerSupport) - Method in class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
The support logic to use.
setSupportHMAC_SHA1(boolean) - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
Whether to support HMAC-SHA1 signature method.
setSupportPlainText(boolean) - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
Whether to support the plain text signature method.
setSupportRSA_SHA1(boolean) - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
Whether to support RSA-SHA1 signature method.
setThrowableAnalyzer(ThrowableAnalyzer) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The throwable analyzer.
setTimestamp(long) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
Timestamp associated with this token.
setTokenIdParameterName(String) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
The name of the request parameter that supplies the token id.
setTokenIdParameterName(String) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
The name of the request parameter that supplies the token id.
setTokenSecretLengthBytes(int) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
The length of the token secret in bytes, before being base64-encoded.
setTokenServices(OAuthConsumerTokenServices) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
The token services.
setTokenServices(OAuthProviderTokenServices) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
The OAuth token services.
setTokenServices(OAuthProviderTokenServices) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
The OAuth token services.
setTypeOfSecret(Object) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
 
setUse10a(boolean) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setUserAuthentication(Authentication) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The authentication of the user who granted the access token.
setUserAuthorizationURL(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
 
setValidityWindowSeconds(long) - Method in class org.springframework.security.oauth.provider.nonce.ExpiringTimestampNonceServices
The timestamp validity window (in seconds).
setValidityWindowSeconds(long) - Method in class org.springframework.security.oauth.provider.nonce.InMemoryNonceServices
The timestamp validity window (in seconds).
setValue(String) - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
The value of the token.
setValue(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The value of the token.
setVerifier(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
The verifier string for this (access) token.
setVerifierLengthBytes(int) - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
The verifier length in bytes, before being encoded to a string.
setVerifierServices(OAuthVerifierServices) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
The verifier services to use.
SharedConsumerSecret - Interface in org.springframework.security.oauth.common.signature
A signature secret that consists of a consumer secret and a token secret.
SharedConsumerSecretImpl - Class in org.springframework.security.oauth.common.signature
Default implementation of a signature secret.
SharedConsumerSecretImpl(String) - Constructor for class org.springframework.security.oauth.common.signature.SharedConsumerSecretImpl
 
sign(String) - Method in class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
Sign the signature base string.
sign(String) - Method in interface org.springframework.security.oauth.common.signature.OAuthSignatureMethod
Sign the signature base string.
sign(String) - Method in class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
The signature is the same as the secret.
sign(String) - Method in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
The Signature Base String is signed using the Consumer’s RSA private key per RFC3447 section 8.2.1, where K is the Consumer’s RSA private key, M the Signature Base String, and S is the result signature octet string:

S = RSASSA-PKCS1-V1_5-SIGN (K, M)

oauth_signature is set to S, first base64-encoded per RFC2045 section 6.8, then URL-encoded per Parameter Encoding.
SIGNATURE_NAME - Static variable in class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
The name of this HMAC-SHA1 signature method ("HMAC-SHA1").
SIGNATURE_NAME - Static variable in class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
The name of this plain text signature method ("PLAINTEXT").
SIGNATURE_NAME - Static variable in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
The name of this RSA-SHA1 signature method ("RSA-SHA1").
SignatureSecret - Interface in org.springframework.security.oauth.common.signature
Marker interface for OAuth signature secrets.
SignatureSecretEditor - Class in org.springframework.security.oauth.common.signature
A signature secret that consists of a consumer secret and a tokent secret.
SignatureSecretEditor() - Constructor for class org.springframework.security.oauth.common.signature.SignatureSecretEditor
 
skipProcessing(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Whether to skip processing for the specified request.
split(String, String) - Static method in class org.springframework.security.oauth.common.StringSplitUtils
Splits a String at the first instance of the delimiter.
splitEachArrayElementAndCreateMap(String[], String, String) - Static method in class org.springframework.security.oauth.common.StringSplitUtils
Takes an array of Strings, and for each element removes any instances of removeCharacter, and splits the element based on the delimiter.
splitIgnoringQuotes(String, char) - Static method in class org.springframework.security.oauth.common.StringSplitUtils
Splits a given string on the given separator character, skips the contents of quoted substrings when looking for separators.
storeToken(String, OAuthConsumerToken) - Method in class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
 
storeToken(String, OAuthConsumerToken) - Method in interface org.springframework.security.oauth.consumer.token.OAuthConsumerTokenServices
Store a token for a specified resource.
storeToken(String, OAuthProviderTokenImpl) - Method in class org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
 
storeToken(String, OAuthProviderTokenImpl) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Store a token from persistence.
StringSplitUtils - Class in org.springframework.security.oauth.common
Provides several String manipulation methods.
StringSplitUtils() - Constructor for class org.springframework.security.oauth.common.StringSplitUtils
 
subSequence(int, int) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
 
supports(ConfigAttribute) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
The config attribute is supported if it's an instance of ConsumerSecurityConfig.
supports(Class<?>) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
All classes are supported.

T

tokenCreated(OAuthProviderToken) - Method in interface org.springframework.security.oauth.provider.token.OAuthTokenLifecycleListener
Lifecycle event for a created token.
tokenExpired(OAuthProviderToken) - Method in interface org.springframework.security.oauth.provider.token.OAuthTokenLifecycleListener
Lifecycle event for an expired token.
TokenServiceBeanDefinitionParser - Class in org.springframework.security.oauth.config
 
TokenServiceBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.TokenServiceBeanDefinitionParser
 
tokenStore - Variable in class org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
 
toString() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
 
toString() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
 

U

UnauthenticatedRequestTokenProcessingFilter - Class in org.springframework.security.oauth.provider.filter
Processing filter for handling a request for an OAuth token.
UnauthenticatedRequestTokenProcessingFilter() - Constructor for class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
 
UnsupportedSignatureMethodException - Exception in org.springframework.security.oauth.common.signature
 
UnsupportedSignatureMethodException(String) - Constructor for exception org.springframework.security.oauth.common.signature.UnsupportedSignatureMethodException
 
UnverifiedRequestTokenException - Exception in org.springframework.security.oauth.consumer
Thrown when an attempt is made to use an unverified request token.
UnverifiedRequestTokenException(String) - Constructor for exception org.springframework.security.oauth.consumer.UnverifiedRequestTokenException
 
UnverifiedRequestTokenException(String, Throwable) - Constructor for exception org.springframework.security.oauth.consumer.UnverifiedRequestTokenException
 
urlDecode(String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
URL-decode a token.
urlEncode(String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
URL-encode a value.
UserAuthorizationProcessingFilter - Class in org.springframework.security.oauth.provider.filter
Processing filter for handling a request to authenticate an OAuth request token.
UserAuthorizationProcessingFilter() - Constructor for class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
 
UserAuthorizationProcessingFilter(String) - Constructor for class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
 
UserAuthorizationSuccessfulAuthenticationHandler - Class in org.springframework.security.oauth.provider.filter
Successful AuthenticationHandler that gets called when a user complete authorization of a resource.
UserAuthorizationSuccessfulAuthenticationHandler() - Constructor for class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
 
UserAuthorizationSuccessfulAuthenticationHandler(String) - Constructor for class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
 
UUIDNonceFactory - Class in org.springframework.security.oauth.consumer.nonce
Nonce factory that uses a UUID to generate the nonce.
UUIDNonceFactory() - Constructor for class org.springframework.security.oauth.consumer.nonce.UUIDNonceFactory
 

V

validateAdditionalParameters(ConsumerDetails, Map<String, String>) - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
 
validateAdditionalParameters(ConsumerDetails, Map<String, String>) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Do any additional validation checks for the specified oauth params.
validateAdditionalParameters(ConsumerDetails, Map<String, String>) - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
 
validateNonce(ConsumerDetails, long, String) - Method in class org.springframework.security.oauth.provider.nonce.ExpiringTimestampNonceServices
 
validateNonce(ConsumerDetails, long, String) - Method in class org.springframework.security.oauth.provider.nonce.InMemoryNonceServices
 
validateNonce(ConsumerDetails, long, String) - Method in class org.springframework.security.oauth.provider.nonce.NullNonceServices
 
validateNonce(ConsumerDetails, long, String) - Method in interface org.springframework.security.oauth.provider.nonce.OAuthNonceServices
Validate a nonce for a specific consumer timestamp.
validateOAuthParams(ConsumerDetails, Map<String, String>) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Validates the OAuth parameters for the given consumer.
validateSignature(ConsumerAuthentication) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Validate the signature of the request given the authentication request.
valueOf(String) - Static method in enum org.springframework.security.oauth.common.OAuthConsumerParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.security.oauth.common.OAuthProviderParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig.ConsumerSecurityType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.security.oauth.common.OAuthConsumerParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.security.oauth.common.OAuthProviderParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig.ConsumerSecurityType
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationFailedException - Exception in org.springframework.security.oauth.provider.verifier
 
VerificationFailedException(String) - Constructor for exception org.springframework.security.oauth.provider.verifier.VerificationFailedException
 
VERIFIER_ATTRIBUTE - Static variable in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
 
VerifierServiceBeanDefinitionParser - Class in org.springframework.security.oauth.config
 
VerifierServiceBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.VerifierServiceBeanDefinitionParser
 
verify(String, String) - Method in class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
Verify the signature of the given signature base string.
verify(String, String) - Method in interface org.springframework.security.oauth.common.signature.OAuthSignatureMethod
Verify the specified signature on the given signature base string.
verify(String, String) - Method in class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
Validates that the signature is the same as the secret.
verify(String, String) - Method in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
Verify the signature of the given signature base string.
vote(Authentication, Object, Collection<ConfigAttribute>) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
Votes on giving access to the specified authentication based on the security attributes.
A B C D E F G H I K L M N O P R S T U V 

Copyright © 2014. All rights reserved.