- generateNonce() - Method in interface org.springframework.security.oauth.consumer.nonce.NonceFactory
-
Deprecated.
Generate a nonce.
- generateNonce() - Method in class org.springframework.security.oauth.consumer.nonce.UUIDNonceFactory
-
Deprecated.
- getAccessToken(OAuthConsumerToken, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
- getAccessToken(ProtectedResourceDetails, OAuthConsumerToken, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
- getAccessToken(OAuthConsumerToken, String) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
-
Deprecated.
Get an access token for a protected resource.
- getAccessToken(ProtectedResourceDetails, OAuthConsumerToken, String) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
-
Deprecated.
Get an access token for a protected resource.
- getAccessTokenDependencies(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
-
Deprecated.
Loads the access token dependencies for the given request.
- getAccessTokenHttpMethod() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getAccessTokenHttpMethod() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
The HTTP method to use with getAccessTokenURL()
- getAccessTokens() - Method in interface org.springframework.security.oauth.consumer.OAuthSecurityContext
-
Deprecated.
Get the access tokens for the current context.
- getAccessTokens() - Method in class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
-
Deprecated.
- getAccessTokensRequestAttribute() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The default request attribute into which the OAuth access tokens are stored.
- getAccessTokenURL() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getAccessTokenURL() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
The URL to use to obtain an OAuth access token.
- getAccessTokenValiditySeconds() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
The validity (in seconds) of the access token.
- getAdditionalOAuthParameters() - Method in class org.springframework.security.oauth.consumer.client.OAuthClientHttpRequestFactory
-
Deprecated.
Any additional OAuth parameters to send with the OAuth request.
- getAdditionalParameters() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getAdditionalParameters() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
-
Deprecated.
Any additional parameters for the consumer token.
- getAdditionalParameters() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
The additional OAuth parameters for this protected resource.
- getAdditionalRequestHeaders() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getAdditionalRequestHeaders() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
The additional request headers to send.
- getAllConfigAttributes() - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource
-
Deprecated.
- getAuthenticationEntryPoint() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The authentication entry point.
- getAuthHandler() - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
-
Deprecated.
The authentication handler.
- getAuthorities() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The base authorities for this consumer.
- getAuthorities() - Method in interface org.springframework.security.oauth.provider.ConsumerDetails
-
Deprecated.
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
-
Deprecated.
- getAuthorizationHeader(ProtectedResourceDetails, OAuthConsumerToken, URL, String, Map<String, String>) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
-
Deprecated.
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
-
Deprecated.
- getAuthorizationHeaderRealm() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
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
-
Deprecated.
The configured base URL for this OAuth provider for the given HttpServletRequest.
- getBaseUrl() - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
-
Deprecated.
The configured base URL for this OAuth provider.
- getBeanClass(Element) - Method in class org.springframework.security.oauth.config.ConsumerServiceBeanDefinitionParser
-
Deprecated.
- getBeanClass(Element) - Method in class org.springframework.security.oauth.config.ExpressionHandlerBeanDefinitionParser
-
Deprecated.
- getBeanClass(Element) - Method in class org.springframework.security.oauth.config.ProtectedResourceDetailsBeanDefinitionParser
-
Deprecated.
- getBeanClass(Element) - Method in class org.springframework.security.oauth.config.TokenServiceBeanDefinitionParser
-
Deprecated.
- getBeanClass(Element) - Method in class org.springframework.security.oauth.config.VerifierServiceBeanDefinitionParser
-
Deprecated.
- getCallbackParameterName() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
-
Deprecated.
The name of the request parameter that supplies the callback URL.
- getCallbackURL(HttpServletRequest) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
Get the callback URL for the specified request.
- getCallbackUrl() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
-
Deprecated.
The callback URL associated with this token.
- getCallbackUrl() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The callback url associated with this token.
- getCleanupIntervalSeconds() - Method in class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
-
Deprecated.
The interval at which to schedule cleanup.
- getConnectionTimeout() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The connection timeout (default 60 seconds).
- getConsumerCredentials() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
-
Deprecated.
The credentials of this authentication.
- getConsumerDetails() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
-
Deprecated.
The consumer details.
- getConsumerDetails() - Method in class org.springframework.security.oauth.provider.OAuthAuthenticationDetails
-
Deprecated.
- getConsumerDetailsService() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The consumer details service.
- getConsumerDetailsStore() - Method in class org.springframework.security.oauth.provider.InMemoryConsumerDetailsService
-
Deprecated.
- getConsumerKey() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getConsumerKey() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
The consumer key with which to interact with the provider.
- getConsumerKey() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The consumer key.
- getConsumerKey() - Method in class org.springframework.security.oauth.provider.ConsumerCredentials
-
Deprecated.
The consumer key.
- getConsumerKey() - Method in interface org.springframework.security.oauth.provider.ConsumerDetails
-
Deprecated.
The consumer key.
- getConsumerKey() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
-
Deprecated.
The consumer key associated with this oauth token.
- getConsumerKey() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The consumer key associated with this oauth token.
- getConsumerName() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The name of the consumer.
- getConsumerName() - Method in interface org.springframework.security.oauth.provider.ConsumerDetails
-
Deprecated.
The name of the consumer (for display purposes).
- getConsumerSecret() - Method in interface org.springframework.security.oauth.common.signature.SharedConsumerSecret
-
Deprecated.
The consumer secret.
- getConsumerSecret() - Method in class org.springframework.security.oauth.common.signature.SharedConsumerSecretImpl
-
Deprecated.
- getConsumerSupport() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The OAuth consumer support.
- getContext() - Static method in class org.springframework.security.oauth.consumer.OAuthSecurityContextHolder
-
Deprecated.
- getCredentials() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
-
Deprecated.
The credentials.
- getDetails() - Method in interface org.springframework.security.oauth.consumer.OAuthSecurityContext
-
Deprecated.
Any details for this security this context.
- getDetails() - Method in class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
-
Deprecated.
- getFilterProcessesUrl() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
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
-
Deprecated.
- getHttpsStreamHandler(ProtectedResourceDetails, OAuthConsumerToken, OAuthConsumerSupport, String, Map<String, String>) - Method in interface org.springframework.security.oauth.consumer.net.OAuthURLStreamHandlerFactory
-
Deprecated.
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
-
Deprecated.
- getHttpStreamHandler(ProtectedResourceDetails, OAuthConsumerToken, OAuthConsumerSupport, String, Map<String, String>) - Method in interface org.springframework.security.oauth.consumer.net.OAuthURLStreamHandlerFactory
-
Deprecated.
Get the handler for an HTTP stream.
- getId() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getId() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
An identifier for these resource details.
- getLifecycleListeners() - Method in interface org.springframework.security.oauth.provider.token.OAuthTokenLifecycleRegistry
-
Deprecated.
The collection of lifecycle listeners for this registry.
- getLifecycleListeners() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
The collection of lifecycle listeners for these services.
- getName() - Method in class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
-
Deprecated.
The name of this HMAC-SHA1 signature method ("HMAC-SHA1").
- getName() - Method in interface org.springframework.security.oauth.common.signature.OAuthSignatureMethod
-
Deprecated.
The name of the OAuth signature method.
- getName() - Method in class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
-
Deprecated.
The name of this plain text signature method ("PLAINTEXT").
- getName() - Method in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
-
Deprecated.
The name of this RSA-SHA1 signature method ("RSA-SHA1").
- getName() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
-
Deprecated.
The name of this principal is the consumer key.
- getNonceFactory() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The nonce factory.
- getNonceServices() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The nonce services.
- getOAuthFailureHandler() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The oauth failure handler.
- getOAuthParameters() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
-
Deprecated.
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
-
Deprecated.
- getOAuthQueryString(ProtectedResourceDetails, OAuthConsumerToken, URL, String, Map<String, String>) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
-
Deprecated.
Get the query string that is to be used in the given request.
- getObject() - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- getObjectDefinitionSource() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
-
Deprecated.
The filter invocation definition source.
- getObjectType() - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.springframework.security.oauth.config.ProtectedResourceDetailsServiceFactoryBean
-
Deprecated.
- getPlainTextPasswordEncoder() - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
-
Deprecated.
The password encoder to use for the plain-text password signature method.
- getPortResolver() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The port resolver.
- getPrincipal() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
-
Deprecated.
- getPrivateKey() - Method in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
-
Deprecated.
The private key.
- getPrivateKey() - Method in class org.springframework.security.oauth.common.signature.RSAKeySecret
-
Deprecated.
The private key.
- getProtectedResourceDetailsService() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The protected resource details service.
- getProtectedResourceDetailsService() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
-
Deprecated.
The protected resource details service.
- getProviderSupport() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The OAuth provider support.
- getProxySelector() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The proxy selector to use.
- getPublicKey() - Method in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
-
Deprecated.
The private key.
- getPublicKey() - Method in class org.springframework.security.oauth.common.signature.RSAKeySecret
-
Deprecated.
The public key.
- getRandom() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
The random value generator used to create token secrets.
- getRandom() - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
-
Deprecated.
The random value generator used to create token secrets.
- getReadTimeout() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The read timeout (default 60 seconds).
- getRealmName() - Method in class org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint
-
Deprecated.
- getRedirectStrategy() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The redirect strategy.
- getRememberMeServices() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The remember-me services.
- getRequestTokenHttpMethod() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getRequestTokenHttpMethod() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
The HTTP method to use with getRequestTokenURL()
- getRequestTokenURL() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getRequestTokenURL() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
The URL to use to obtain an OAuth request token.
- getRequestTokenValiditySeconds() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
The validity (in seconds) of the unauthenticated request token.
- getRequiredRealm() - Method in exception org.springframework.security.oauth.consumer.InvalidOAuthRealmException
-
Deprecated.
- getResource() - Method in exception org.springframework.security.oauth.consumer.AccessTokenRequiredException
-
Deprecated.
- getResource() - Method in class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
-
Deprecated.
- getResourceDescription() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The description of the resource.
- getResourceDescription() - Method in interface org.springframework.security.oauth.provider.ResourceSpecificConsumerDetails
-
Deprecated.
A description of the resource.
- getResourceDetailsStore() - Method in class org.springframework.security.oauth.consumer.InMemoryProtectedResourceDetailsService
-
Deprecated.
- getResourceId() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
-
Deprecated.
The id of the resource to which this token applies.
- getResourceName() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The name of the resource.
- getResourceName() - Method in interface org.springframework.security.oauth.provider.ResourceSpecificConsumerDetails
-
Deprecated.
The name of the resource.
- getResponseContentType() - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
-
Deprecated.
The content type of the response.
- getResponseContentType() - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
-
Deprecated.
The content type of the response.
- getSalt() - Method in interface org.springframework.security.oauth.common.signature.SaltedConsumerSecret
-
Deprecated.
Returns the salt to use for this consumer secret.
- getSecret() - Method in class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
-
Deprecated.
The secret.
- getSecret() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
-
Deprecated.
The token secret.
- getSecret() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
-
Deprecated.
The token secret.
- getSecret() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The token secret.
- getSecretKey() - Method in class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
-
Deprecated.
The secret key.
- getSecurityType() - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig
-
Deprecated.
- getSession() - Method in class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
-
Deprecated.
- getSharedSecret() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getSharedSecret() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
The shared signature secret.
- getSignature() - Method in class org.springframework.security.oauth.provider.ConsumerCredentials
-
Deprecated.
The signature.
- getSignatureBaseString(Map<String, Set<CharSequence>>, URL, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
Get the signature base string for the specified parameters.
- getSignatureBaseString() - Method in class org.springframework.security.oauth.provider.ConsumerCredentials
-
Deprecated.
The signature base string.
- getSignatureBaseString(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
-
Deprecated.
- getSignatureBaseString(HttpServletRequest) - Method in interface org.springframework.security.oauth.provider.OAuthProviderSupport
-
Deprecated.
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
-
Deprecated.
The signature factory to use.
- getSignatureMethod(String, SignatureSecret, String) - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
-
Deprecated.
- getSignatureMethod(String, SignatureSecret, String) - Method in interface org.springframework.security.oauth.common.signature.OAuthSignatureMethodFactory
-
Deprecated.
Get the signature method of the given name.
- getSignatureMethod() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getSignatureMethod() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
The signature method to use for OAuth requests.
- getSignatureMethod() - Method in class org.springframework.security.oauth.provider.ConsumerCredentials
-
Deprecated.
The signature method.
- getSignatureMethodFactory() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The OAuth signature method factory.
- getSignatureSecret() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The signature secret.
- getSignatureSecret() - Method in interface org.springframework.security.oauth.provider.ConsumerDetails
-
Deprecated.
The signature secret.
- getStreamHandlerFactory() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The URL stream handler factory for connections to an OAuth resource.
- getSupport() - Method in class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
-
Deprecated.
The support logic to use.
- getSupportedOAuthParameters() - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
-
Deprecated.
Get the supported OAuth parameters.
- getThrowableAnalyzer() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The throwable analyzer.
- getTimestamp() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
Timestamp associated with this token.
- getToken(String) - Method in class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
-
Deprecated.
- getToken(String) - Method in interface org.springframework.security.oauth.consumer.token.OAuthConsumerTokenServices
-
Deprecated.
Get the token for the specified protected resource.
- getToken() - Method in class org.springframework.security.oauth.provider.ConsumerCredentials
-
Deprecated.
The OAuth token.
- getToken(String) - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderTokenServices
-
Deprecated.
Read a token by its value.
- getToken(String) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
- getTokenFromProvider(ProtectedResourceDetails, URL, String, OAuthConsumerToken, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
Get the consumer token with the given parameters and URL.
- getTokenParameterName() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
-
Deprecated.
The name of the request parameter that supplies the token id.
- getTokenParameterName() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
-
Deprecated.
The name of the request parameter that supplies the token id.
- getTokenSecretLengthBytes() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
The length of the token secret in bytes, before being base64-encoded.
- getTokenServices() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The token services.
- getTokenServices() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
Get the OAuth token services.
- getTokenServices() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
-
Deprecated.
Get the OAuth token services.
- getUnauthorizedRequestToken(String, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
- getUnauthorizedRequestToken(ProtectedResourceDetails, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
- getUnauthorizedRequestToken(String, String) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
-
Deprecated.
Get an unauthorized request token for a protected resource.
- getUnauthorizedRequestToken(ProtectedResourceDetails, String) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
-
Deprecated.
Get an unauthorized request token for a protected resource.
- getUserAuthentication() - Method in interface org.springframework.security.oauth.provider.token.OAuthAccessProviderToken
-
Deprecated.
Get the authentication of the user who authorized the access token.
- getUserAuthentication() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The authentication of the user who granted the access token.
- getUserAuthorizationRedirectURL(ProtectedResourceDetails, OAuthConsumerToken, String) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
Get the URL to which to redirect the user for authorization of protected resources.
- getUserAuthorizationURL() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- getUserAuthorizationURL() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
-
Deprecated.
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
-
Deprecated.
Set the timestamp validity window (in seconds).
- getValidityWindowSeconds() - Method in class org.springframework.security.oauth.provider.nonce.InMemoryNonceServices
-
Deprecated.
Set the timestamp validity window (in seconds).
- getValue() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
-
Deprecated.
The value of the token.
- getValue() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
-
Deprecated.
The value of the token.
- getValue() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The value of the token.
- getVerifier() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
-
Deprecated.
The verifier string for this token.
- getVerifier() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The verifier string for this token.
- getVerifierLengthBytes() - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
-
Deprecated.
The verifier length in bytes, before being encoded to a string.
- getVerifierServices() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
-
Deprecated.
The verifier services to use.
- getVerifierString(byte[]) - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
-
Deprecated.
Convert these random bytes to a verifier string.
- SAFE_CHARACTERS - Static variable in class org.springframework.security.oauth.common.OAuthCodec
-
Deprecated.
- SaltedConsumerSecret - Interface in org.springframework.security.oauth.common.signature
-
- selectProxy(URL) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
Selects a proxy for the given URL.
- setAcceptsAuthorizationHeader(boolean) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setAccessToken(boolean) - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
-
Deprecated.
Whether this is an OAuth access token.
- setAccessToken(boolean) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
Whether this is an OAuth access token.
- setAccessTokenHttpMethod(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setAccessTokens(Map<String, OAuthConsumerToken>) - Method in class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
-
Deprecated.
- setAccessTokensRequestAttribute(String) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The default request attribute into which the OAuth access tokens are stored.
- setAccessTokenURL(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setAccessTokenValiditySeconds(int) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
The validity (in seconds) of the access token.
- setAdditionalOAuthParameters(Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.OAuthClientHttpRequestFactory
-
Deprecated.
Any additional OAuth parameters to send with the OAuth request.
- setAdditionalParameters(Map<String, String>) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setAdditionalParameters(Map<String, String>) - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
-
Deprecated.
Any additional parameters for the consumer token.
- setAdditionalRequestHeaders(Map<String, String>) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setAllowAllMethods(boolean) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
-
Deprecated.
Whether to allow all methods.
- setAllowedMethods(List<String>) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The allowed set of HTTP methods.
- setAsText(String) - Method in class org.springframework.security.oauth.common.signature.SignatureSecretEditor
-
Deprecated.
- setAuthenticated(boolean) - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
-
Deprecated.
Whether the signature has been validated.
- setAuthenticationEntryPoint(OAuthProcessingFilterEntryPoint) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The authentication entry point.
- setAuthHandler(OAuthAuthenticationHandler) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
-
Deprecated.
The authentication handler.
- setAuthorities(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- setAuthorities(List<GrantedAuthority>) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The base authorities for this consumer.
- setAuthorizationHeaderRealm(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setBaseUrl(String) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
-
Deprecated.
The configured base URL for the OAuth provider.
- setCallbackParameterName(String) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
-
Deprecated.
The name of the request parameter that supplies the callback URL.
- setCallbackUrl(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The callback url associated with this token.
- setCleanupIntervalSeconds(Integer) - Method in class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
-
Deprecated.
The interval at which to schedule cleanup.
- setConnectionTimeout(int) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The connection timeout.
- setConsumerDetailsService(ConsumerDetailsService) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The consumer details service.
- setConsumerDetailsStore(Map<String, ? extends ConsumerDetails>) - Method in class org.springframework.security.oauth.provider.InMemoryConsumerDetailsService
-
Deprecated.
- setConsumerKey(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- setConsumerKey(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setConsumerKey(String) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The consumer key.
- setConsumerKey(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The consumer key associated with this oauth token.
- setConsumerName(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- setConsumerName(String) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The name of the consumer.
- setConsumerSupport(OAuthConsumerSupport) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The OAuth consumer support.
- setContext(OAuthSecurityContext) - Static method in class org.springframework.security.oauth.consumer.OAuthSecurityContextHolder
-
Deprecated.
- setDetails(Object) - Method in class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
-
Deprecated.
- setFilterProcessesUrl(String) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The URL for which this filter will be applied.
- setFilterProcessesUrl(String) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
-
Deprecated.
- setId(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setIgnoreMissingCredentials(boolean) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
Whether to ignore missing OAuth credentials.
- setMessageSource(MessageSource) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
Set the message source.
- setMessageSource(MessageSource) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
-
Deprecated.
Set the message source.
- setMessageSource(MessageSource) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
Set the message source.
- setNonceFactory(NonceFactory) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The nonce factory.
- setNonceServices(OAuthNonceServices) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The nonce services.
- setOAuthFailureHandler(AccessDeniedHandler) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The oauth failure handler.
- setObjectDefinitionSource(FilterInvocationSecurityMetadataSource) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
-
Deprecated.
The filter invocation definition source.
- setPlainTextPasswordEncoder(PasswordEncoder) - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
-
Deprecated.
The password encoder to use for the plain-text password signature method.
- setPortResolver(PortResolver) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The port resolver.
- setProtectedResourceDetailsService(ProtectedResourceDetailsService) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The protected resource details service.
- setProtectedResourceDetailsService(ProtectedResourceDetailsService) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
-
Deprecated.
The protected resource details service.
- setProviderSupport(OAuthProviderSupport) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The OAuth provider support.
- setProxySelector(ProxySelector) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The proxy selector to use.
- setRandom(Random) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
The random value generator used to create token secrets.
- setRandom(Random) - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
-
Deprecated.
The random value generator used to create token secrets.
- setReadTimeout(int) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The read timeout.
- setRealmName(String) - Method in class org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint
-
Deprecated.
- setRedirectStrategy(RedirectStrategy) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The redirect strategy.
- setRememberMeServices(OAuthRememberMeServices) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The remember-me services.
- setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
-
Deprecated.
- setRequestTokenHttpMethod(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setRequestTokenURL(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setRequestTokenValiditySeconds(int) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
The validity (in seconds) of the unauthenticated request token.
- setRequire10a(boolean) - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
-
Deprecated.
Whether to require 1.0a support.
- setRequire10a(boolean) - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
-
Deprecated.
Whether to require 1.0a support.
- setRequire10a(boolean) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
-
Deprecated.
Whether to require 1.0a support.
- setRequire10a(boolean) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
-
Deprecated.
Whether to require 1.0a support.
- setRequireAuthenticated(boolean) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
-
Deprecated.
Whether to require the current authentication to be authenticated.
- setRequiredToObtainAuthenticatedToken(boolean) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- setRequiredToObtainAuthenticatedToken(boolean) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
Whether this consumer is required to obtain an authenticated oauth token.
- setResourceDescription(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- setResourceDescription(String) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The description of the resource.
- setResourceDetailsStore(Map<String, ? extends ProtectedResourceDetails>) - Method in class org.springframework.security.oauth.consumer.InMemoryProtectedResourceDetailsService
-
Deprecated.
- setResourceId(String) - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
-
Deprecated.
The id of the resource to which this token applies.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- setResourceName(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- setResourceName(String) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The name of the resource.
- setResponseContentType(String) - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
-
Deprecated.
The content type of the response.
- setResponseContentType(String) - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
-
Deprecated.
The content type of the response.
- setSecret(String) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- setSecret(String) - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
-
Deprecated.
The token secret.
- setSecret(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The token secret.
- setSharedSecret(SignatureSecret) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setSignatureFactory(OAuthSignatureMethodFactory) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The signature factory to use.
- setSignatureMethod(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setSignatureMethodFactory(OAuthSignatureMethodFactory) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The OAuth signature method factory.
- setSignatureSecret(SignatureSecret) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- setSignatureSecret(SignatureSecret) - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
-
Deprecated.
The signature secret.
- setSignatureValidated(boolean) - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
-
Deprecated.
Whether the signature has been validated.
- setStreamHandlerFactory(OAuthURLStreamHandlerFactory) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
-
Deprecated.
The URL stream handler factory for connections to an OAuth resource.
- setSupport(OAuthConsumerSupport) - Method in class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
-
Deprecated.
The support logic to use.
- setSupportHMAC_SHA1(boolean) - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
-
Deprecated.
Whether to support HMAC-SHA1 signature method.
- setSupportPlainText(boolean) - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
-
Deprecated.
Whether to support the plain text signature method.
- setSupportRSA_SHA1(boolean) - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
-
Deprecated.
Whether to support RSA-SHA1 signature method.
- setThrowableAnalyzer(ThrowableAnalyzer) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The throwable analyzer.
- setTimestamp(long) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
Timestamp associated with this token.
- setTokenIdParameterName(String) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
-
Deprecated.
The name of the request parameter that supplies the token id.
- setTokenIdParameterName(String) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
-
Deprecated.
The name of the request parameter that supplies the token id.
- setTokenSecretLengthBytes(int) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
The length of the token secret in bytes, before being base64-encoded.
- setTokenServices(OAuthConsumerTokenServices) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
-
Deprecated.
The token services.
- setTokenServices(OAuthProviderTokenServices) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
The OAuth token services.
- setTokenServices(OAuthProviderTokenServices) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
-
Deprecated.
The OAuth token services.
- setTypeOfSecret(Object) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
-
Deprecated.
- setUse10a(boolean) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setUserAuthentication(Authentication) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The authentication of the user who granted the access token.
- setUserAuthorizationURL(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
-
Deprecated.
- setValidityWindowSeconds(long) - Method in class org.springframework.security.oauth.provider.nonce.ExpiringTimestampNonceServices
-
Deprecated.
The timestamp validity window (in seconds).
- setValidityWindowSeconds(long) - Method in class org.springframework.security.oauth.provider.nonce.InMemoryNonceServices
-
Deprecated.
The timestamp validity window (in seconds).
- setValue(String) - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
-
Deprecated.
The value of the token.
- setValue(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The value of the token.
- setVerifier(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
-
Deprecated.
The verifier string for this (access) token.
- setVerifierLengthBytes(int) - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
-
Deprecated.
The verifier length in bytes, before being encoded to a string.
- setVerifierServices(OAuthVerifierServices) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
-
Deprecated.
The verifier services to use.
- SharedConsumerSecret - Interface in org.springframework.security.oauth.common.signature
-
- SharedConsumerSecretImpl - Class in org.springframework.security.oauth.common.signature
-
- SharedConsumerSecretImpl(String) - Constructor for class org.springframework.security.oauth.common.signature.SharedConsumerSecretImpl
-
Deprecated.
- sign(String) - Method in class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
-
Deprecated.
Sign the signature base string.
- sign(String) - Method in interface org.springframework.security.oauth.common.signature.OAuthSignatureMethod
-
Deprecated.
Sign the signature base string.
- sign(String) - Method in class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
-
Deprecated.
The signature is the same as the secret.
- sign(String) - Method in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
-
Deprecated.
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
-
Deprecated.
The name of this HMAC-SHA1 signature method ("HMAC-SHA1").
- SIGNATURE_NAME - Static variable in class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
-
Deprecated.
The name of this plain text signature method ("PLAINTEXT").
- SIGNATURE_NAME - Static variable in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
-
Deprecated.
The name of this RSA-SHA1 signature method ("RSA-SHA1").
- SignatureSecret - Interface in org.springframework.security.oauth.common.signature
-
- SignatureSecretEditor - Class in org.springframework.security.oauth.common.signature
-
- SignatureSecretEditor() - Constructor for class org.springframework.security.oauth.common.signature.SignatureSecretEditor
-
Deprecated.
- skipProcessing(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
-
Deprecated.
Whether to skip processing for the specified request.
- split(String, String) - Static method in class org.springframework.security.oauth.common.StringSplitUtils
-
Deprecated.
Splits a String at the first instance of the delimiter.
- splitEachArrayElementAndCreateMap(String[], String, String) - Static method in class org.springframework.security.oauth.common.StringSplitUtils
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
- storeToken(String, OAuthConsumerToken) - Method in interface org.springframework.security.oauth.consumer.token.OAuthConsumerTokenServices
-
Deprecated.
Store a token for a specified resource.
- storeToken(String, OAuthProviderTokenImpl) - Method in class org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
-
Deprecated.
- storeToken(String, OAuthProviderTokenImpl) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
-
Deprecated.
Store a token from persistence.
- StringSplitUtils - Class in org.springframework.security.oauth.common
-
- StringSplitUtils() - Constructor for class org.springframework.security.oauth.common.StringSplitUtils
-
Deprecated.
- subSequence(int, int) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
-
Deprecated.
- supports(ConfigAttribute) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
-
Deprecated.
- supports(Class<?>) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
-
Deprecated.
All classes are supported.