- 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
-
- 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.
- 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
-
- 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.
- 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
-
- 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
-
- supports(Class<?>) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
-
All classes are supported.