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

A

AbstractEndpoint - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AbstractEndpoint() - Constructor for class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
AbstractOAuth2SecurityExceptionHandler - Class in org.springframework.security.oauth2.provider.error
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AbstractOAuth2SecurityExceptionHandler() - Constructor for class org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler
Deprecated.
 
AbstractRedirectResourceDetails - Class in org.springframework.security.oauth2.client.token.grant.redirect
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AbstractRedirectResourceDetails() - Constructor for class org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails
Deprecated.
 
AbstractTokenGranter - Class in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AbstractTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory, String) - Constructor for class org.springframework.security.oauth2.provider.token.AbstractTokenGranter
Deprecated.
 
ACCESS_DENIED - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
ACCESS_TOKEN - Static variable in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
The access token issued by the authorization server.
ACCESS_TOKEN_ID - Static variable in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
Field name for access token id.
ACCESS_TOKEN_TYPE - Static variable in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
 
ACCESS_TOKEN_VALUE - Static variable in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
 
ACCESS_TOKENS_DEFAULT_ATTRIBUTE - Static variable in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
 
accessDeniedHandler(AccessDeniedHandler) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
accessDeniedHandler(AccessDeniedHandler) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
accessTokenConverter(AccessTokenConverter) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
AccessTokenConverter - Interface in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AccessTokenProcessingFilter - Class in org.springframework.security.oauth.provider.filter
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
AccessTokenProcessingFilter() - Constructor for class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
Deprecated.
 
AccessTokenProvider - Interface in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AccessTokenProviderChain - Class in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AccessTokenProviderChain(List<? extends AccessTokenProvider>) - Constructor for class org.springframework.security.oauth2.client.token.AccessTokenProviderChain
Deprecated.
 
AccessTokenRequest - Interface in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
accessTokenRequest(Map<String, String[]>, String) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.OAuth2ClientConfiguration
Deprecated.
 
AccessTokenRequiredException - Exception in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
AccessTokenRequiredException(ProtectedResourceDetails) - Constructor for exception org.springframework.security.oauth.consumer.AccessTokenRequiredException
Deprecated.
 
AccessTokenRequiredException(String, ProtectedResourceDetails) - Constructor for exception org.springframework.security.oauth.consumer.AccessTokenRequiredException
Deprecated.
 
AccessTokenRequiredException(String, ProtectedResourceDetails, Throwable) - Constructor for exception org.springframework.security.oauth.consumer.AccessTokenRequiredException
Deprecated.
 
AccessTokenRequiredException - Exception in org.springframework.security.oauth2.client.http
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AccessTokenRequiredException(OAuth2ProtectedResourceDetails) - Constructor for exception org.springframework.security.oauth2.client.http.AccessTokenRequiredException
Deprecated.
 
AccessTokenRequiredException(String, OAuth2ProtectedResourceDetails) - Constructor for exception org.springframework.security.oauth2.client.http.AccessTokenRequiredException
Deprecated.
 
AccessTokenRequiredException(String, OAuth2ProtectedResourceDetails, Throwable) - Constructor for exception org.springframework.security.oauth2.client.http.AccessTokenRequiredException
Deprecated.
 
accessTokenValiditySeconds(int) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
acquireAccessToken(OAuth2ClientContext) - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
 
add(String, String) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
addAdditionalInformation(String, String) - Method in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
Add some additional information with this OAuth error.
addAdditionalInformation(String, Object) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
addAll(String, List<? extends String>) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
addAll(MultiValueMap<String, String>) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
addApprovals(Collection<Approval>) - Method in interface org.springframework.security.oauth2.provider.approval.ApprovalStore
Deprecated.
 
addApprovals(Collection<Approval>) - Method in class org.springframework.security.oauth2.provider.approval.InMemoryApprovalStore
Deprecated.
 
addApprovals(Collection<Approval>) - Method in class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
addApprovals(Collection<Approval>) - Method in class org.springframework.security.oauth2.provider.approval.TokenApprovalStore
Deprecated.
This implementation is a no-op.
addClient(String, ClientDetails) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder
Deprecated.
 
addClient(String, ClientDetails) - Method in class org.springframework.security.oauth2.config.annotation.builders.InMemoryClientDetailsServiceBuilder
Deprecated.
 
addClient(String, ClientDetails) - Method in class org.springframework.security.oauth2.config.annotation.builders.JdbcClientDetailsServiceBuilder
Deprecated.
 
addClientDetails(ClientDetails) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
addClientDetails(ClientDetails) - Method in interface org.springframework.security.oauth2.provider.ClientRegistrationService
Deprecated.
 
addInterceptor(HandlerInterceptor) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
addInterceptor(WebRequestInterceptor) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
additionalInformation(Map<String, ?>) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
additionalInformation(String...) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
addTokenEndpointAuthenticationFilter(Filter) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
Adds a new custom authentication filter for the TokenEndpoint.
addTokenGranter(TokenGranter) - Method in class org.springframework.security.oauth2.provider.CompositeTokenGranter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
Initialze these token services.
afterPropertiesSet() - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
Initialize these token services.
afterPropertiesSet() - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
allowedTokenEndpointRequestMethods(HttpMethod...) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
allowFormAuthenticationForClients() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
allowMethod(String) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Whether to allow the specified HTTP method.
allowMethod(String) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
Deprecated.
 
and() - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
appendQueryParameter(URI, OAuth2AccessToken) - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
 
apply(Statement, FrameworkMethod, Object) - Method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
 
Approval - Class in org.springframework.security.oauth2.provider.approval
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
Approval(String, String, String, int, Approval.ApprovalStatus) - Constructor for class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
Approval(String, String, String, Date, Approval.ApprovalStatus) - Constructor for class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
Approval(String, String, String, Date, Approval.ApprovalStatus, Date) - Constructor for class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
Approval() - Constructor for class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
Approval.ApprovalStatus - Enum in org.springframework.security.oauth2.provider.approval
Deprecated.
 
approvalStore(ApprovalStore) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
ApprovalStore - Interface in org.springframework.security.oauth2.provider.approval
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
approvalStoreDisabled() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
Explicitly disable the approval store, even if one would normally be added automatically (usually when JWT is not used).
ApprovalStoreUserApprovalHandler - Class in org.springframework.security.oauth2.provider.approval
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ApprovalStoreUserApprovalHandler() - Constructor for class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
 
approveOrDeny(Map<String, String>, Map<String, ?>, SessionStatus, Principal) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
ATI - Static variable in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
Deprecated.
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter
Deprecated.
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter
Deprecated.
 
AUD - Static variable in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
 
authenticate(OAuth2ProtectedResourceDetails, OAuth2ClientContext, ClientHttpRequest) - Method in class org.springframework.security.oauth2.client.DefaultOAuth2RequestAuthenticator
Deprecated.
 
authenticate(OAuth2ProtectedResourceDetails, OAuth2ClientContext, ClientHttpRequest) - Method in interface org.springframework.security.oauth2.client.OAuth2RequestAuthenticator
Deprecated.
 
authenticate(Authentication) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager
Deprecated.
Expects the incoming authentication request to have a principal value that is an access token value (e.g. from an authorization header).
authenticateTokenRequest(OAuth2ProtectedResourceDetails, MultiValueMap<String, String>, HttpHeaders) - Method in interface org.springframework.security.oauth2.client.token.auth.ClientAuthenticationHandler
Deprecated.
Authenticate a token request.
authenticateTokenRequest(OAuth2ProtectedResourceDetails, MultiValueMap<String, String>, HttpHeaders) - Method in class org.springframework.security.oauth2.client.token.auth.DefaultClientAuthenticationHandler
Deprecated.
 
authenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
Sets a custom AuthenticationDetailsSource to use as a source of authentication details.
authenticationEntryPoint(AuthenticationEntryPoint) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
authenticationEntryPoint(AuthenticationEntryPoint) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
AuthenticationKeyGenerator - Interface in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
authenticationManager(AuthenticationManager) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
The AuthenticationManager for the password grant.
authenticationManager(AuthenticationManager) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
AuthenticationScheme - Enum in org.springframework.security.oauth2.common
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
authorities(String...) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
AUTHORITIES - Static variable in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
 
AUTHORITIES - Static variable in interface org.springframework.security.oauth2.provider.token.UserAuthenticationConverter
Deprecated.
 
AuthorizationCodeAccessTokenProvider - Class in org.springframework.security.oauth2.client.token.grant.code
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationCodeAccessTokenProvider() - Constructor for class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
 
AuthorizationCodeResourceDetails - Class in org.springframework.security.oauth2.client.token.grant.code
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationCodeResourceDetails() - Constructor for class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeResourceDetails
Deprecated.
 
authorizationCodeServices(AuthorizationCodeServices) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
AuthorizationCodeServices - Interface in org.springframework.security.oauth2.provider.code
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
authorizationCodeStore - Variable in class org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices
Deprecated.
 
AuthorizationCodeTokenGranter - Class in org.springframework.security.oauth2.provider.code
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices, AuthorizationCodeServices, ClientDetailsService, OAuth2RequestFactory) - Constructor for class org.springframework.security.oauth2.provider.code.AuthorizationCodeTokenGranter
Deprecated.
 
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices, AuthorizationCodeServices, ClientDetailsService, OAuth2RequestFactory, String) - Constructor for class org.springframework.security.oauth2.provider.code.AuthorizationCodeTokenGranter
Deprecated.
 
authorizationEndpoint(String) - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration.Builder
Deprecated.
 
authorizationEndpoint() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
 
AuthorizationEndpoint - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationEndpoint() - Constructor for class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
AuthorizationRequest - Class in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationRequest() - Constructor for class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
Default constructor.
AuthorizationRequest(Map<String, String>, Map<String, String>, String, Set<String>, Set<String>, Collection<? extends GrantedAuthority>, boolean, String, String, Set<String>) - Constructor for class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
Full constructor.
AuthorizationRequest(String, Collection<String>) - Constructor for class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
Convenience constructor for unit tests, where client ID and scope are often the only needed fields.
AuthorizationServerBeanDefinitionParser - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationServerBeanDefinitionParser() - Constructor for class org.springframework.security.oauth2.config.xml.AuthorizationServerBeanDefinitionParser
Deprecated.
 
AuthorizationServerConfigurer - Interface in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationServerConfigurerAdapter - Class in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationServerConfigurerAdapter() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapter
Deprecated.
 
AuthorizationServerEndpointsConfiguration - Class in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationServerEndpointsConfiguration() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
 
AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean - Class in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
 
AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean
Deprecated.
 
AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean(AuthorizationServerEndpointsConfigurer) - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean
Deprecated.
 
AuthorizationServerEndpointsConfiguration.TokenKeyEndpointRegistrar - Class in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
 
AuthorizationServerEndpointsConfiguration.TokenKeyEndpointRegistrar() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.TokenKeyEndpointRegistrar
Deprecated.
 
AuthorizationServerEndpointsConfigurer - Class in org.springframework.security.oauth2.config.annotation.web.configurers
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationServerEndpointsConfigurer() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
AuthorizationServerSecurityConfiguration - Class in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationServerSecurityConfiguration() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration
Deprecated.
 
AuthorizationServerSecurityConfigurer - Class in org.springframework.security.oauth2.config.annotation.web.configurers
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
AuthorizationServerSecurityConfigurer() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
AuthorizationServerTokenServices - Interface in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
authorize(Map<String, Object>, Map<String, String>, SessionStatus, Principal) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
authorizedGrantTypes(String...) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
authorizeRequestToken(String, String, Authentication) - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderTokenServices
Deprecated.
Authorize the specified request token with the specified authentication credentials.
authorizeRequestToken(String, String, Authentication) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
 
autoApprove(boolean) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
autoApprove(String...) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 

B

BadClientCredentialsException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
BadClientCredentialsException() - Constructor for exception org.springframework.security.oauth2.common.exceptions.BadClientCredentialsException
Deprecated.
 
BaseClientDetails - Class in org.springframework.security.oauth2.provider.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
BaseClientDetails() - Constructor for class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
BaseClientDetails(ClientDetails) - Constructor for class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
BaseClientDetails(String, String, String, String, String) - Constructor for class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
BaseClientDetails(String, String, String, String, String, String) - Constructor for class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
BaseConsumerDetails - Class in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
BaseConsumerDetails() - Constructor for class org.springframework.security.oauth.provider.BaseConsumerDetails
Deprecated.
 
BaseOAuth2ProtectedResourceDetails - Class in org.springframework.security.oauth2.client.resource
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
BaseOAuth2ProtectedResourceDetails() - Constructor for class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
BaseProtectedResourceDetails - Class in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
BaseProtectedResourceDetails() - Constructor for class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
Deprecated.
 
BaseRedisTokenStoreSerializationStrategy - Class in org.springframework.security.oauth2.provider.token.store.redis
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
BaseRedisTokenStoreSerializationStrategy() - Constructor for class org.springframework.security.oauth2.provider.token.store.redis.BaseRedisTokenStoreSerializationStrategy
Deprecated.
 
BEARER_TYPE - Static variable in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
 
BearerTokenExtractor - Class in org.springframework.security.oauth2.provider.authentication
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
BearerTokenExtractor() - Constructor for class org.springframework.security.oauth2.provider.authentication.BearerTokenExtractor
Deprecated.
 
BeforeOAuth2Context - Annotation Type in org.springframework.security.oauth2.client.test
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
build() - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration.Builder
Deprecated.
 
build() - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder
Deprecated.
 
buildDetails(HttpServletRequest) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetailsSource
Deprecated.
 

C

calculateCurrentUri(HttpServletRequest) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
Calculate the current URI given the request.
CALLBACK_ATTRIBUTE - Static variable in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
Deprecated.
 
canRead(Class<?>, MediaType) - Method in class org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter
Deprecated.
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter
Deprecated.
 
charAt(int) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
Deprecated.
 
checkForPreApproval(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
 
checkForPreApproval(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler
Deprecated.
 
checkForPreApproval(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler
Deprecated.
 
checkForPreApproval(AuthorizationRequest, Authentication) - Method in interface org.springframework.security.oauth2.provider.approval.UserApprovalHandler
Deprecated.
Provides a hook for allowing requests to be pre-approved (skipping the User Approval Page).
checkForResourceThatNeedsAuthorization(Exception) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
Check the given exception for the resource that needs authorization.
checkToken(String) - Method in class org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint
Deprecated.
 
checkTokenAccess(String) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
checkTokenEndpoint() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
 
CheckTokenEndpoint - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
CheckTokenEndpoint(ResourceServerTokenServices) - Constructor for class org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint
Deprecated.
 
clear() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
clear() - Method in class org.springframework.security.oauth2.provider.approval.InMemoryApprovalStore
Deprecated.
 
clear() - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
Convenience method for super admin users to remove all tokens (useful for testing, not really in production)
CLIENT_ID - Static variable in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Constant to use while parsing and formatting parameter maps for OAuth2 requests
CLIENT_ID - Static variable in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
 
ClientAlreadyExistsException - Exception in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientAlreadyExistsException(String) - Constructor for exception org.springframework.security.oauth2.provider.ClientAlreadyExistsException
Deprecated.
 
ClientAlreadyExistsException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.provider.ClientAlreadyExistsException
Deprecated.
 
ClientAuthenticationException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientAuthenticationException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException
Deprecated.
 
ClientAuthenticationException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException
Deprecated.
 
ClientAuthenticationHandler - Interface in org.springframework.security.oauth2.client.token.auth
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientBeanDefinitionParser - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientBeanDefinitionParser() - Constructor for class org.springframework.security.oauth2.config.xml.ClientBeanDefinitionParser
Deprecated.
 
ClientCredentialsAccessTokenProvider - Class in org.springframework.security.oauth2.client.token.grant.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientCredentialsAccessTokenProvider() - Constructor for class org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider
Deprecated.
 
ClientCredentialsResourceDetails - Class in org.springframework.security.oauth2.client.token.grant.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientCredentialsResourceDetails() - Constructor for class org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsResourceDetails
Deprecated.
 
ClientCredentialsTokenEndpointFilter - Class in org.springframework.security.oauth2.provider.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientCredentialsTokenEndpointFilter() - Constructor for class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter
Deprecated.
 
ClientCredentialsTokenEndpointFilter(String) - Constructor for class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter
Deprecated.
 
ClientCredentialsTokenEndpointFilter.ClientCredentialsRequestMatcher - Class in org.springframework.security.oauth2.provider.client
Deprecated.
 
ClientCredentialsTokenEndpointFilter.ClientCredentialsRequestMatcher(String) - Constructor for class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter.ClientCredentialsRequestMatcher
Deprecated.
 
ClientCredentialsTokenGranter - Class in org.springframework.security.oauth2.provider.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientCredentialsTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory) - Constructor for class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenGranter
Deprecated.
 
ClientCredentialsTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory, String) - Constructor for class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenGranter
Deprecated.
 
ClientDetails - Interface in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
clientDetailsService() - Method in class org.springframework.security.oauth2.config.annotation.configuration.ClientDetailsServiceConfiguration
Deprecated.
 
ClientDetailsService - Interface in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientDetailsServiceBeanDefinitionParser - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientDetailsServiceBeanDefinitionParser() - Constructor for class org.springframework.security.oauth2.config.xml.ClientDetailsServiceBeanDefinitionParser
Deprecated.
 
ClientDetailsServiceBuilder<B extends ClientDetailsServiceBuilder<B>> - Class in org.springframework.security.oauth2.config.annotation.builders
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientDetailsServiceBuilder() - Constructor for class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder
Deprecated.
 
ClientDetailsServiceBuilder.ClientBuilder - Class in org.springframework.security.oauth2.config.annotation.builders
Deprecated.
 
ClientDetailsServiceConfiguration - Class in org.springframework.security.oauth2.config.annotation.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientDetailsServiceConfiguration() - Constructor for class org.springframework.security.oauth2.config.annotation.configuration.ClientDetailsServiceConfiguration
Deprecated.
 
clientDetailsServiceConfigurer() - Method in class org.springframework.security.oauth2.config.annotation.configuration.ClientDetailsServiceConfiguration
Deprecated.
 
ClientDetailsServiceConfigurer - Class in org.springframework.security.oauth2.config.annotation.configurers
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientDetailsServiceConfigurer(ClientDetailsServiceBuilder<?>) - Constructor for class org.springframework.security.oauth2.config.annotation.configurers.ClientDetailsServiceConfigurer
Deprecated.
 
ClientDetailsUserDetailsService - Class in org.springframework.security.oauth2.provider.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientDetailsUserDetailsService(ClientDetailsService) - Constructor for class org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService
Deprecated.
 
clientHasAnyRole(Authentication, String...) - Static method in class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils
Deprecated.
 
clientHasAnyRole(String...) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Check if the OAuth2 client (not the user) has one of the roles specified.
clientHasRole(String) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Check if the OAuth2 client (not the user) has the role specified.
ClientKeyGenerator - Interface in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientRegistrationException - Exception in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientRegistrationException(String) - Constructor for exception org.springframework.security.oauth2.provider.ClientRegistrationException
Deprecated.
 
ClientRegistrationException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.provider.ClientRegistrationException
Deprecated.
 
ClientRegistrationService - Interface in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
clients(ClientDetailsService) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder
Deprecated.
 
ClientScopeVoter - Class in org.springframework.security.oauth2.provider.vote
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ClientScopeVoter() - Constructor for class org.springframework.security.oauth2.provider.vote.ClientScopeVoter
Deprecated.
 
ClientTokenServices - Interface in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint
Deprecated.
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint
Deprecated.
 
CompositeTokenGranter - Class in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
CompositeTokenGranter(List<TokenGranter>) - Constructor for class org.springframework.security.oauth2.provider.CompositeTokenGranter
Deprecated.
 
configure(ClientDetailsServiceBuilder<?>) - Method in class org.springframework.security.oauth2.config.annotation.configurers.ClientDetailsServiceConfigurer
Deprecated.
 
configure(AuthorizationServerSecurityConfigurer) - Method in interface org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurer
Deprecated.
Configure the security of the Authorization Server, which means in practical terms the /oauth/token endpoint.
configure(ClientDetailsServiceConfigurer) - Method in interface org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurer
Deprecated.
Configure the ClientDetailsService, e.g. declaring individual clients and their properties.
configure(AuthorizationServerEndpointsConfigurer) - Method in interface org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurer
Deprecated.
Configure the non-security features of the Authorization Server endpoints, like token store, token customizations, user approvals and grant types.
configure(AuthorizationServerSecurityConfigurer) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapter
Deprecated.
 
configure(ClientDetailsServiceConfigurer) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapter
Deprecated.
 
configure(AuthorizationServerEndpointsConfigurer) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapter
Deprecated.
 
configure(ClientDetailsServiceConfigurer) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration
Deprecated.
 
configure(AuthenticationManagerBuilder) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration
Deprecated.
 
configure(HttpSecurity) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration
Deprecated.
 
configure(AuthorizationServerSecurityConfigurer) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration
Deprecated.
 
configure(HttpSecurity) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration
Deprecated.
 
configure(ResourceServerSecurityConfigurer) - Method in interface org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurer
Deprecated.
Add resource-server specific properties (like a resource id).
configure(HttpSecurity) - Method in interface org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurer
Deprecated.
Use this to configure the access rules for secure resources.
configure(ResourceServerSecurityConfigurer) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
Deprecated.
 
configure(HttpSecurity) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
Deprecated.
 
configure(HttpSecurity) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
configure(HttpSecurity) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
configureURLForProtectedAccess(URL, OAuthConsumerToken, String, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
Create a configured URL.
configureURLForProtectedAccess(URL, OAuthConsumerToken, ProtectedResourceDetails, String, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
Internal use of configuring the URL for protected access, the resource details already having been loaded.
configureURLForProtectedAccess(URL, OAuthConsumerToken, String, Map<String, String>) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
Deprecated.
Create a configured URL.
ConfigUtils - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConfigUtils - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
consumeAuthorizationCode(String) - Method in interface org.springframework.security.oauth2.provider.code.AuthorizationCodeServices
Deprecated.
Consume a authorization code.
consumeAuthorizationCode(String) - Method in class org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
Deprecated.
 
ConsumerAuthentication - Class in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConsumerAuthentication(ConsumerDetails, ConsumerCredentials) - Constructor for class org.springframework.security.oauth.provider.ConsumerAuthentication
Deprecated.
 
ConsumerAuthentication(ConsumerDetails, ConsumerCredentials, Map<String, String>) - Constructor for class org.springframework.security.oauth.provider.ConsumerAuthentication
Deprecated.
 
ConsumerCredentials - Class in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConsumerCredentials(String, String, String, String, String) - Constructor for class org.springframework.security.oauth.provider.ConsumerCredentials
Deprecated.
 
ConsumerDetails - Interface in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConsumerDetailsFactoryBean - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConsumerDetailsFactoryBean() - Constructor for class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
Deprecated.
 
ConsumerDetailsService - Interface in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
consumerHasAnyRole(SecurityExpressionRoot, String...) - Static method in class org.springframework.security.oauth.provider.expression.OAuthMethodSecurityExpressionHandler
Deprecated.
 
ConsumerKeysAllowed - Annotation Type in org.springframework.security.oauth.provider.attributes
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConsumerRolesAllowed - Annotation Type in org.springframework.security.oauth.provider.attributes
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConsumerSecurityConfig - Class in org.springframework.security.oauth.provider.attributes
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConsumerSecurityConfig(String, ConsumerSecurityConfig.ConsumerSecurityType) - Constructor for class org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig
Deprecated.
 
ConsumerSecurityConfig.ConsumerSecurityType - Enum in org.springframework.security.oauth.provider.attributes
Deprecated.
Type of security.
ConsumerSecurityMetadataSource - Class in org.springframework.security.oauth.provider.attributes
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConsumerSecurityMetadataSource() - Constructor for class org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource
Deprecated.
 
ConsumerSecurityVoter - Class in org.springframework.security.oauth.provider.attributes
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConsumerSecurityVoter() - Constructor for class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
Deprecated.
 
ConsumerServiceBeanDefinitionParser - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ConsumerServiceBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.ConsumerServiceBeanDefinitionParser
Deprecated.
 
consumerTokenServices() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
 
ConsumerTokenServices - Interface in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
containsAll(Set<String>, Set<String>) - Static method in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Compare 2 sets and check that one contains all members of the other.
containsKey(Object) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
containsValue(Object) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
convertAccessToken(OAuth2AccessToken, OAuth2Authentication) - Method in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
 
convertAccessToken(OAuth2AccessToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverter
Deprecated.
 
convertAccessToken(OAuth2AccessToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
convertToExternal(JaxbOAuth2AccessToken) - Method in class org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2AccessTokenMessageConverter
Deprecated.
 
convertToExternal(JaxbOAuth2Exception) - Method in class org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2ExceptionMessageConverter
Deprecated.
 
convertToInternal(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2AccessTokenMessageConverter
Deprecated.
 
convertToInternal(OAuth2Exception) - Method in class org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2ExceptionMessageConverter
Deprecated.
 
convertUserAuthentication(Authentication) - Method in class org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter
Deprecated.
 
convertUserAuthentication(Authentication) - Method in interface org.springframework.security.oauth2.provider.token.UserAuthenticationConverter
Deprecated.
Extract information about the user to be used in an access token (i.e. for resource servers).
CoreOAuthConsumerSupport - Class in org.springframework.security.oauth.consumer.client
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
CoreOAuthConsumerSupport() - Constructor for class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
 
CoreOAuthConsumerSupport(OAuthURLStreamHandlerFactory) - Constructor for class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
 
CoreOAuthConsumerSupport.QueryParameterValue - Class in org.springframework.security.oauth.consumer.client
Deprecated.
Marker class for an oauth parameter value that is a query parameter and should therefore not be included in the authorization header.
CoreOAuthConsumerSupport.QueryParameterValue(String) - Constructor for class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
Deprecated.
 
CoreOAuthProviderSupport - Class in org.springframework.security.oauth.provider.filter
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
CoreOAuthProviderSupport() - Constructor for class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
Deprecated.
 
CoreOAuthSignatureMethodFactory - Class in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
CoreOAuthSignatureMethodFactory() - Constructor for class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
Deprecated.
 
create(String, String) - Static method in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
Creates the appropriate subclass of OAuth2Exception given the errorCode.
create() - Static method in class org.springframework.security.oauth2.common.util.JsonParserFactory
Deprecated.
 
createAccessToken(String) - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderTokenServices
Deprecated.
Create an OAuth access token given the specified request token.
createAccessToken(String) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
 
createAccessToken(OAuth2Authentication) - Method in interface org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices
Deprecated.
Create an access token associated with the specified credentials.
createAccessToken(OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
 
createAuthentication(HttpServletRequest, ConsumerAuthentication, OAuthAccessProviderToken) - Method in class org.springframework.security.oauth.provider.DefaultAuthenticationHandler
Deprecated.
Default implementation returns the user authentication associated with the auth token, if the token is provided.
createAuthentication(HttpServletRequest, ConsumerAuthentication, OAuthAccessProviderToken) - Method in interface org.springframework.security.oauth.provider.OAuthAuthenticationHandler
Deprecated.
Create the authentication object for an authenticated OAuth request.
createAuthorizationCode(OAuth2Authentication) - Method in interface org.springframework.security.oauth2.provider.code.AuthorizationCodeServices
Deprecated.
Create a authorization code for the specified authentications.
createAuthorizationCode(OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
Deprecated.
 
createAuthorizationRequest(Map<String, String>) - Method in interface org.springframework.security.oauth2.provider.OAuth2RequestFactory
Deprecated.
Create a new AuthorizationRequest extracting all the needed information from the incoming parameter map, and initializing all individual fields on the AuthorizationRequest to reasonable values.
createAuthorizationRequest(Map<String, String>) - Method in class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestFactory
Deprecated.
 
createDetails(HttpServletRequest, ConsumerDetails) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Create the details for the authentication request.
createEvaluationContextInternal(Authentication, MethodInvocation) - Method in class org.springframework.security.oauth.provider.expression.OAuthMethodSecurityExpressionHandler
Deprecated.
 
createEvaluationContextInternal(Authentication, MethodInvocation) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2MethodSecurityExpressionHandler
Deprecated.
 
createEvaluationContextInternal(Authentication, FilterInvocation) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2WebSecurityExpressionHandler
Deprecated.
 
createInstance() - Method in class org.springframework.security.oauth.config.ProtectedResourceDetailsServiceFactoryBean
Deprecated.
 
createInstance() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean
Deprecated.
 
createOAuth2Request() - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
createOAuth2Request(Map<String, String>) - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
Update the request parameters and return a new object with the same properties except the parameters.
createOAuth2Request(AuthorizationRequest) - Method in interface org.springframework.security.oauth2.provider.OAuth2RequestFactory
Deprecated.
Create a new OAuth2Request by extracting the needed information from the current AuthorizationRequest object.
createOAuth2Request(ClientDetails, TokenRequest) - Method in interface org.springframework.security.oauth2.provider.OAuth2RequestFactory
Deprecated.
Create a new OAuth2Request by extracting the needed information from the current TokenRequest object.
createOAuth2Request(AuthorizationRequest) - Method in class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestFactory
Deprecated.
 
createOAuth2Request(ClientDetails, TokenRequest) - Method in class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestFactory
Deprecated.
 
createOAuth2Request(ClientDetails) - Method in class org.springframework.security.oauth2.provider.TokenRequest
Deprecated.
 
createOAuthToken(ConsumerAuthentication) - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
Deprecated.
 
createOAuthToken(ConsumerAuthentication) - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
Deprecated.
Create the OAuth token for the specified consumer key.
createObjectInputStream(byte[]) - Method in class org.springframework.security.oauth2.common.util.DefaultSerializationStrategy
Deprecated.
Creates an ObjectInputStream for deserialization.
createObjectInputStream(byte[]) - Method in class org.springframework.security.oauth2.common.util.WhitelistedSerializationStrategy
Deprecated.
 
createPrivateKey(byte[]) - Static method in class org.springframework.security.oauth.common.signature.RSAKeySecret
Deprecated.
Creates a private key from the PKCS#8-encoded value of the given bytes.
createPublicKey(byte[]) - Static method in class org.springframework.security.oauth.common.signature.RSAKeySecret
Deprecated.
Creates a public key from the X509-encoded value of the given bytes.
createRequest(URI, HttpMethod) - Method in class org.springframework.security.oauth.consumer.client.OAuthClientHttpRequestFactory
Deprecated.
 
createRequest(URI, HttpMethod) - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
 
createSecurityMetadataSource(Element, ParserContext) - Static method in class org.springframework.security.oauth.config.ConfigUtils
Deprecated.
 
createSecurityMetadataSource(Element, ParserContext) - Static method in class org.springframework.security.oauth2.config.xml.ConfigUtils
Deprecated.
 
createTemplate(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint
Deprecated.
 
createTokenRequest(Map<String, String>, ClientDetails) - Method in interface org.springframework.security.oauth2.provider.OAuth2RequestFactory
Deprecated.
Create a new TokenRequest by extracting the needed information from the incoming request parameter map.
createTokenRequest(AuthorizationRequest, String) - Method in interface org.springframework.security.oauth2.provider.OAuth2RequestFactory
Deprecated.
Create a new TokenRequest from an AuthorizationRequest.
createTokenRequest(Map<String, String>, ClientDetails) - Method in class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestFactory
Deprecated.
 
createTokenRequest(AuthorizationRequest, String) - Method in class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestFactory
Deprecated.
 
createUnauthorizedRequestToken(String, String) - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderTokenServices
Deprecated.
Create an unauthorized OAuth request token.
createUnauthorizedRequestToken(String, String) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
 
createVerifier() - Method in interface org.springframework.security.oauth.provider.verifier.OAuthVerifierServices
Deprecated.
Create a verifier.
createVerifier() - Method in class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
Deprecated.
 
CURRENT_URI - Static variable in class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
Key in request attributes for the current URI in case it is needed by rest client code that needs to send a redirect URI to an authorization server.

D

dataSource(DataSource) - Method in class org.springframework.security.oauth2.config.annotation.builders.JdbcClientDetailsServiceBuilder
Deprecated.
 
decode(String) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
DefaultAccessTokenConverter - Class in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultAccessTokenConverter() - Constructor for class org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverter
Deprecated.
 
DefaultAccessTokenRequest - Class in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultAccessTokenRequest() - Constructor for class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
DefaultAccessTokenRequest(Map<String, String[]>) - Constructor for class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
DefaultAuthenticationHandler - Class in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
DefaultAuthenticationHandler() - Constructor for class org.springframework.security.oauth.provider.DefaultAuthenticationHandler
Deprecated.
 
DefaultAuthenticationKeyGenerator - Class in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultAuthenticationKeyGenerator() - Constructor for class org.springframework.security.oauth2.provider.token.DefaultAuthenticationKeyGenerator
Deprecated.
 
defaultAuthorizationServerTokenServices() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
This needs to be a @Bean so that it can be @Transactional (in case the token store supports them).
DefaultClientAuthenticationHandler - Class in org.springframework.security.oauth2.client.token.auth
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultClientAuthenticationHandler() - Constructor for class org.springframework.security.oauth2.client.token.auth.DefaultClientAuthenticationHandler
Deprecated.
 
DefaultClientKeyGenerator - Class in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultClientKeyGenerator() - Constructor for class org.springframework.security.oauth2.client.token.DefaultClientKeyGenerator
Deprecated.
 
DefaultExpiringOAuth2RefreshToken - Class in org.springframework.security.oauth2.common
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultExpiringOAuth2RefreshToken(String, Date) - Constructor for class org.springframework.security.oauth2.common.DefaultExpiringOAuth2RefreshToken
Deprecated.
 
DefaultJdbcListFactory - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultJdbcListFactory(NamedParameterJdbcOperations) - Constructor for class org.springframework.security.oauth2.common.util.DefaultJdbcListFactory
Deprecated.
 
DefaultOAuth2AccessToken - Class in org.springframework.security.oauth2.common
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultOAuth2AccessToken(String) - Constructor for class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
Create an access token from the value provided.
DefaultOAuth2AccessToken(OAuth2AccessToken) - Constructor for class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
Copy constructor for access token.
DefaultOAuth2ClientContext - Class in org.springframework.security.oauth2.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultOAuth2ClientContext() - Constructor for class org.springframework.security.oauth2.client.DefaultOAuth2ClientContext
Deprecated.
 
DefaultOAuth2ClientContext(AccessTokenRequest) - Constructor for class org.springframework.security.oauth2.client.DefaultOAuth2ClientContext
Deprecated.
 
DefaultOAuth2ClientContext(OAuth2AccessToken) - Constructor for class org.springframework.security.oauth2.client.DefaultOAuth2ClientContext
Deprecated.
 
DefaultOAuth2ExceptionRenderer - Class in org.springframework.security.oauth2.provider.error
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultOAuth2ExceptionRenderer() - Constructor for class org.springframework.security.oauth2.provider.error.DefaultOAuth2ExceptionRenderer
Deprecated.
 
DefaultOAuth2RefreshToken - Class in org.springframework.security.oauth2.common
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultOAuth2RefreshToken(String) - Constructor for class org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken
Deprecated.
Create a new refresh token.
DefaultOAuth2RequestAuthenticator - Class in org.springframework.security.oauth2.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultOAuth2RequestAuthenticator() - Constructor for class org.springframework.security.oauth2.client.DefaultOAuth2RequestAuthenticator
Deprecated.
 
DefaultOAuth2RequestFactory - Class in org.springframework.security.oauth2.provider.request
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultOAuth2RequestFactory(ClientDetailsService) - Constructor for class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestFactory
Deprecated.
 
DefaultOAuth2RequestValidator - Class in org.springframework.security.oauth2.provider.request
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultOAuth2RequestValidator() - Constructor for class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestValidator
Deprecated.
 
DefaultOAuthURLStreamHandlerFactory - Class in org.springframework.security.oauth.consumer.net
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
DefaultOAuthURLStreamHandlerFactory() - Constructor for class org.springframework.security.oauth.consumer.net.DefaultOAuthURLStreamHandlerFactory
Deprecated.
 
DefaultRedirectResolver - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultRedirectResolver() - Constructor for class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
Deprecated.
 
DefaultRequestEnhancer - Class in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultRequestEnhancer() - Constructor for class org.springframework.security.oauth2.client.token.DefaultRequestEnhancer
Deprecated.
 
DefaultSecurityContextAccessor - Class in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultSecurityContextAccessor() - Constructor for class org.springframework.security.oauth2.provider.DefaultSecurityContextAccessor
Deprecated.
 
DefaultSerializationStrategy - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultSerializationStrategy() - Constructor for class org.springframework.security.oauth2.common.util.DefaultSerializationStrategy
Deprecated.
 
DefaultStateKeyGenerator - Class in org.springframework.security.oauth2.client.filter.state
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultStateKeyGenerator() - Constructor for class org.springframework.security.oauth2.client.filter.state.DefaultStateKeyGenerator
Deprecated.
 
DefaultThrowableAnalyzer - Class in org.springframework.security.oauth2.common
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultThrowableAnalyzer() - Constructor for class org.springframework.security.oauth2.common.DefaultThrowableAnalyzer
Deprecated.
 
DefaultTokenServices - Class in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultTokenServices() - Constructor for class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
 
DefaultUserApprovalHandler - Class in org.springframework.security.oauth2.provider.approval
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultUserApprovalHandler() - Constructor for class org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler
Deprecated.
 
DefaultUserAuthenticationConverter - Class in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultUserAuthenticationConverter() - Constructor for class org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter
Deprecated.
 
DefaultWebResponseExceptionTranslator - Class in org.springframework.security.oauth2.provider.error
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DefaultWebResponseExceptionTranslator() - Constructor for class org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator
Deprecated.
 
DelegatingJwtClaimsSetVerifier - Class in org.springframework.security.oauth2.provider.token.store
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
DelegatingJwtClaimsSetVerifier(List<JwtClaimsSetVerifier>) - Constructor for class org.springframework.security.oauth2.provider.token.store.DelegatingJwtClaimsSetVerifier
Deprecated.
 
DENY_ALL_ATTRIBUTE - Static variable in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig
Deprecated.
 
DenyAllConsumers - Annotation Type in org.springframework.security.oauth.provider.attributes
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
denyOAuthClient() - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Deny access to oauth requests, so used for example to only allow web UI users to access a resource.
DESCRIPTION - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Deserializer
Deprecated.
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Deserializer
Deprecated.
 
deserialize(byte[]) - Method in class org.springframework.security.oauth2.common.util.DefaultSerializationStrategy
Deprecated.
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.security.oauth2.common.util.JsonDateDeserializer
Deprecated.
 
deserialize(byte[]) - Method in interface org.springframework.security.oauth2.common.util.SerializationStrategy
Deprecated.
Deserializes an object from a byte array.
deserialize(byte[]) - Static method in class org.springframework.security.oauth2.common.util.SerializationUtils
Deprecated.
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.security.oauth2.provider.client.Jackson2ArrayOrStringDeserializer
Deprecated.
 
deserialize(byte[], Class<T>) - Method in class org.springframework.security.oauth2.provider.token.store.redis.BaseRedisTokenStoreSerializationStrategy
Deprecated.
 
deserialize(byte[], Class<T>) - Method in interface org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStoreSerializationStrategy
Deprecated.
 
deserializeAccessToken(byte[]) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
deserializeAuthentication(byte[]) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
deserializeInternal(byte[], Class<T>) - Method in class org.springframework.security.oauth2.provider.token.store.redis.BaseRedisTokenStoreSerializationStrategy
Deprecated.
 
deserializeInternal(byte[], Class<T>) - Method in class org.springframework.security.oauth2.provider.token.store.redis.JdkSerializationStrategy
Deprecated.
 
deserializeRefreshToken(byte[]) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
deserializeString(byte[]) - Method in class org.springframework.security.oauth2.provider.token.store.redis.BaseRedisTokenStoreSerializationStrategy
Deprecated.
 
deserializeString(byte[]) - Method in interface org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStoreSerializationStrategy
Deprecated.
 
deserializeStringInternal(byte[]) - Method in class org.springframework.security.oauth2.provider.token.store.redis.BaseRedisTokenStoreSerializationStrategy
Deprecated.
 
deserializeStringInternal(byte[]) - Method in class org.springframework.security.oauth2.provider.token.store.redis.StandardStringSerializationStrategy
Deprecated.
 
destroy() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
 
destroy() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
Deprecated.
 
destroy() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
 
destroy() - Method in class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
Deprecated.
 
destroy() - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
 
destroy() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
 
destroy() - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
 
discover() - Method in class org.springframework.security.oauth2.client.discovery.ProviderDiscoveryClient
Deprecated.
Discover the provider configuration information.
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
 
doHandle(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler
Deprecated.
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth.config.ConsumerServiceBeanDefinitionParser
Deprecated.
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth.config.ProtectedResourceDetailsBeanDefinitionParser
Deprecated.
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth.config.TokenServiceBeanDefinitionParser
Deprecated.
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth.config.VerifierServiceBeanDefinitionParser
Deprecated.
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth2.config.xml.ClientDetailsServiceBeanDefinitionParser
Deprecated.
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth2.config.xml.ResourceBeanDefinitionParser
Deprecated.
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.oauth2.config.xml.RestTemplateBeanDefinitionParser
Deprecated.
 

E

EnableAuthorizationServer - Annotation Type in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
EnableOAuth2Client - Annotation Type in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
EnableResourceServer - Annotation Type in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
encode(OAuth2AccessToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
enhance(AccessTokenRequest, OAuth2ProtectedResourceDetails, MultiValueMap<String, String>, HttpHeaders) - Method in class org.springframework.security.oauth2.client.token.DefaultRequestEnhancer
Deprecated.
 
enhance(AccessTokenRequest, OAuth2ProtectedResourceDetails, MultiValueMap<String, String>, HttpHeaders) - Method in interface org.springframework.security.oauth2.client.token.RequestEnhancer
Deprecated.
 
enhance(OAuth2AccessToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
enhance(OAuth2AccessToken, OAuth2Authentication) - Method in interface org.springframework.security.oauth2.provider.token.TokenEnhancer
Deprecated.
Provides an opportunity for customization of an access token (e.g. through its additional information map) during the process of creating a new token for use by a client.
enhance(OAuth2AccessToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.TokenEnhancerChain
Deprecated.
Loop over the delegates passing the result into the next member of the chain.
enhanceResponse(ResponseEntity<?>, Exception) - Method in class org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler
Deprecated.
Allow subclasses to manipulate the response before it is rendered.
enhanceResponse(ResponseEntity<?>, Exception) - Method in class org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint
Deprecated.
 
entrySet() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth2.provider.OAuth2Authentication
Deprecated.
 
equals(Object) - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
eraseCredentials() - Method in class org.springframework.security.oauth2.provider.OAuth2Authentication
Deprecated.
 
ERROR - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
eventPublisher(AuthenticationEventPublisher) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
ExactMatchRedirectResolver - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ExactMatchRedirectResolver() - Constructor for class org.springframework.security.oauth2.provider.endpoint.ExactMatchRedirectResolver
Deprecated.
 
exceptionTranslator(WebResponseExceptionTranslator<OAuth2Exception>) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
EXP - Static variable in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
 
ExpiredOAuthTokenException - Exception in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ExpiredOAuthTokenException(String) - Constructor for exception org.springframework.security.oauth.provider.token.ExpiredOAuthTokenException
Deprecated.
 
EXPIRES_IN - Static variable in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
The lifetime in seconds of the access token.
ExpiringOAuth2RefreshToken - Interface in org.springframework.security.oauth2.common
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ExpiringTimestampNonceServices - Class in org.springframework.security.oauth.provider.nonce
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ExpiringTimestampNonceServices() - Constructor for class org.springframework.security.oauth.provider.nonce.ExpiringTimestampNonceServices
Deprecated.
 
expressionHandler(SecurityExpressionHandler<FilterInvocation>) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
ExpressionHandlerBeanDefinitionParser - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ExpressionHandlerBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.ExpressionHandlerBeanDefinitionParser
Deprecated.
 
ExpressionHandlerBeanDefinitionParser - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ExpressionHandlerBeanDefinitionParser() - Constructor for class org.springframework.security.oauth2.config.xml.ExpressionHandlerBeanDefinitionParser
Deprecated.
 
extract(HttpServletRequest) - Method in class org.springframework.security.oauth2.provider.authentication.BearerTokenExtractor
Deprecated.
 
extract(HttpServletRequest) - Method in interface org.springframework.security.oauth2.provider.authentication.TokenExtractor
Deprecated.
Extract a token value from an incoming request without authentication.
extractAccessToken(String, Map<String, ?>) - Method in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
Recover an access token from the converted value.
extractAccessToken(String, Map<String, ?>) - Method in class org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverter
Deprecated.
 
extractAccessToken(String, Map<String, ?>) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
extractAuthentication(Map<String, ?>) - Method in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
Recover an OAuth2Authentication from the converted access token.
extractAuthentication(Map<String, ?>) - Method in class org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverter
Deprecated.
 
extractAuthentication(Map<String, ?>) - Method in class org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter
Deprecated.
 
extractAuthentication(Map<String, ?>) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
extractAuthentication(Map<String, ?>) - Method in interface org.springframework.security.oauth2.provider.token.UserAuthenticationConverter
Deprecated.
extractCredentials(HttpServletRequest) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
If the incoming request contains user credentials in headers or parameters then extract them here into an Authentication token that can be validated later.
extractHeaderToken(HttpServletRequest) - Method in class org.springframework.security.oauth2.provider.authentication.BearerTokenExtractor
Deprecated.
Extract the OAuth bearer token from a header.
extractKey(OAuth2ProtectedResourceDetails, Authentication) - Method in interface org.springframework.security.oauth2.client.token.ClientKeyGenerator
Deprecated.
 
extractKey(OAuth2ProtectedResourceDetails, Authentication) - Method in class org.springframework.security.oauth2.client.token.DefaultClientKeyGenerator
Deprecated.
 
extractKey(OAuth2Authentication) - Method in interface org.springframework.security.oauth2.provider.token.AuthenticationKeyGenerator
Deprecated.
 
extractKey(OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.DefaultAuthenticationKeyGenerator
Deprecated.
 
extractMap(String) - Static method in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Extract a map from a query string.
extractToken(HttpServletRequest) - Method in class org.springframework.security.oauth2.provider.authentication.BearerTokenExtractor
Deprecated.
 
extractTokenKey(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
ExtraTrustConsumerDetails - Interface in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.

F

fail(HttpServletRequest, HttpServletResponse, OAuthRequestFailedException) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
Common logic for OAuth failed.
fail(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Common logic for OAuth failed.
findAttributes(Class<?>) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource
Deprecated.
 
findAttributes(Method, Class<?>) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource
Deprecated.
 
findDefaultFilterChainBeanId(ParserContext) - Static method in class org.springframework.security.oauth.config.ConfigUtils
Deprecated.
 
findDefaultFilterChainBeanId(ParserContext) - Static method in class org.springframework.security.oauth2.config.xml.ConfigUtils
Deprecated.
 
findFilterChain(ParserContext, String) - Static method in class org.springframework.security.oauth.config.ConfigUtils
Deprecated.
 
findFilterChain(ParserContext, String) - Static method in class org.springframework.security.oauth2.config.xml.ConfigUtils
Deprecated.
 
findTokensByClientId(String) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
findTokensByClientId(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
findTokensByClientId(String) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
This operation is not applicable for a Resource Server and if called, will throw a JwkException.
findTokensByClientId(String) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
findTokensByClientId(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
findTokensByClientId(String) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
 
findTokensByClientIdAndUserName(String, String) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
findTokensByClientIdAndUserName(String, String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
findTokensByClientIdAndUserName(String, String) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
This operation is not applicable for a Resource Server and if called, will throw a JwkException.
findTokensByClientIdAndUserName(String, String) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
findTokensByClientIdAndUserName(String, String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
findTokensByClientIdAndUserName(String, String) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
 
findTokensByUserName(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
findValidHeaderValue(Set<CharSequence>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
Finds a valid header value that is valid for the OAuth header.
finished(FrameworkMethod) - Method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
 
formatMap(Map<String, ?>) - Method in class org.springframework.security.oauth2.common.util.Jackson2JsonParser
Deprecated.
 
formatMap(Map<String, ?>) - Method in interface org.springframework.security.oauth2.common.util.JsonParser
Deprecated.
Convert the Map to JSON
formatParameterList(Collection<String>) - Static method in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Formats a set of string values into a format appropriate for sending as a single-valued form value.
FormOAuth2AccessTokenMessageConverter - Class in org.springframework.security.oauth2.http.converter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
FormOAuth2AccessTokenMessageConverter() - Constructor for class org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter
Deprecated.
 
FormOAuth2ExceptionHttpMessageConverter - Class in org.springframework.security.oauth2.http.converter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
FormOAuth2ExceptionHttpMessageConverter() - Constructor for class org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter
Deprecated.
 
FrameworkEndpoint - Annotation Type in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
FrameworkEndpointHandlerMapping - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
FrameworkEndpointHandlerMapping() - Constructor for class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
Deprecated.
 

G

generate() - Method in class org.springframework.security.oauth2.common.util.RandomValueStringGenerator
Deprecated.
 
generateKey(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.filter.state.DefaultStateKeyGenerator
Deprecated.
 
generateKey(OAuth2ProtectedResourceDetails) - Method in interface org.springframework.security.oauth2.client.filter.state.StateKeyGenerator
Deprecated.
Generate a key.
generateKey(Map<String, String>) - Method in class org.springframework.security.oauth2.provider.token.DefaultAuthenticationKeyGenerator
Deprecated.
 
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.
 
get(Object) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
getAccessConfirmation(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint
Deprecated.
 
getAccessDeniedHandler() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
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.
getAccessToken() - Method in class org.springframework.security.oauth2.client.DefaultOAuth2ClientContext
Deprecated.
 
getAccessToken() - Method in interface org.springframework.security.oauth2.client.OAuth2ClientContext
Deprecated.
 
getAccessToken() - Method in interface org.springframework.security.oauth2.client.OAuth2RestOperations
Deprecated.
 
getAccessToken() - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
Acquire or renew an access token for the current context if necessary.
getAccessToken() - Method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
Get the current access token.
getAccessToken(OAuth2ProtectedResourceDetails, Authentication) - Method in interface org.springframework.security.oauth2.client.token.ClientTokenServices
Deprecated.
Retrieve the access token for a given resource and user authentication (my be null).
getAccessToken(OAuth2ProtectedResourceDetails, Authentication) - Method in class org.springframework.security.oauth2.client.token.JdbcClientTokenServices
Deprecated.
 
getAccessToken(Principal, Map<String, String>) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
Deprecated.
 
getAccessToken(ClientDetails, TokenRequest) - Method in class org.springframework.security.oauth2.provider.refresh.RefreshTokenGranter
Deprecated.
 
getAccessToken(ClientDetails, TokenRequest) - Method in class org.springframework.security.oauth2.provider.token.AbstractTokenGranter
Deprecated.
 
getAccessToken(OAuth2Authentication) - Method in interface org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices
Deprecated.
Retrieve an access token stored against the provided authentication key, if it exists.
getAccessToken(OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
 
getAccessToken(OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
getAccessToken(OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
getAccessToken(OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
This operation is not applicable for a Resource Server and if called, will throw a JwkException.
getAccessToken(OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
getAccessToken(OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
getAccessToken(OAuth2Authentication) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
Retrieve an access token stored against the provided authentication key, if it exists.
getAccessTokenConverter() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getAccessTokenConverter() - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
getAccessTokenCount() - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
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()
getAccessTokenRequest() - Method in class org.springframework.security.oauth2.client.DefaultOAuth2ClientContext
Deprecated.
 
getAccessTokenRequest() - Method in interface org.springframework.security.oauth2.client.OAuth2ClientContext
Deprecated.
 
getAccessTokenRequest() - Method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
 
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.
getAccessTokenUri() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
getAccessTokenUri() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
The URL to use to obtain an OAuth2 access token.
getAccessTokenUri(OAuth2ProtectedResourceDetails, MultiValueMap<String, String>) - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
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.
getAccessTokenValiditySeconds() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
getAccessTokenValiditySeconds() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
The access token validity period for this client.
getAccessTokenValiditySeconds(OAuth2Request) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
The access token validity period in seconds
getAdditionalInformation() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
Additional information that token granters would like to add to the token, e.g. to support new token types.
getAdditionalInformation() - Method in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
Get any additional information associated with this error.
getAdditionalInformation() - Method in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
The additionalInformation map is used by the token serializers to export any fields used by extensions of OAuth.
getAdditionalInformation() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
getAdditionalInformation() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
Additional information for this client, not needed by the vanilla OAuth protocol but might be useful, for example, for storing descriptive information.
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.
getAdminClientId() - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
getAdminClientSecret() - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
getAllConfigAttributes() - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource
Deprecated.
 
getAllowedTokenEndpointRequestMethods() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getApprovalParameters() - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
getApprovals(String, String) - Method in interface org.springframework.security.oauth2.provider.approval.ApprovalStore
Deprecated.
 
getApprovals(String, String) - Method in class org.springframework.security.oauth2.provider.approval.InMemoryApprovalStore
Deprecated.
 
getApprovals(String, String) - Method in class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
getApprovals(String, String) - Method in class org.springframework.security.oauth2.provider.approval.TokenApprovalStore
Deprecated.
Extract the implied approvals from any tokens associated with the user and client id supplied.
getApprovalStore() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getApprovalUri() - Method in exception org.springframework.security.oauth2.client.resource.UserApprovalRequiredException
Deprecated.
 
getAuthenticationEntryPoint() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
The authentication entry point.
getAuthenticationScheme() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
getAuthenticationScheme() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
Get the bearer token method for this resource.
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.
getAuthorities() - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
getAuthorities() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
getAuthorities() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
Returns the authorities that are granted to the OAuth client.
getAuthorities() - Method in class org.springframework.security.oauth2.provider.DefaultSecurityContextAccessor
Deprecated.
 
getAuthorities() - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
getAuthorities() - Method in interface org.springframework.security.oauth2.provider.SecurityContextAccessor
Deprecated.
Get the current granted authorities (never null)
getAuthorizationCode() - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
getAuthorizationCode() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
The authorization code for this context.
getAuthorizationCodeServices() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getAuthorizationCodeString(byte[]) - Method in class org.springframework.security.oauth2.common.util.RandomValueStringGenerator
Deprecated.
Convert these random bytes to a verifier string.
getAuthorizationEndpoint() - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration
Deprecated.
 
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.
getAuthorizationResponseExtractor() - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
 
getAuthorizedGrantTypes() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
getAuthorizedGrantTypes() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
The grant types for which this client is authorized.
getAutoApproveScopes() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
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.
 
getBeanClass(Element) - Method in class org.springframework.security.oauth2.config.xml.ClientDetailsServiceBeanDefinitionParser
Deprecated.
 
getBeanClass(Element) - Method in class org.springframework.security.oauth2.config.xml.ExpressionHandlerBeanDefinitionParser
Deprecated.
 
getBeanClass(Element) - Method in class org.springframework.security.oauth2.config.xml.ResourceBeanDefinitionParser
Deprecated.
 
getBeanClass(Element) - Method in class org.springframework.security.oauth2.config.xml.RestTemplateBeanDefinitionParser
Deprecated.
 
getBeanClass(Element) - Method in class org.springframework.security.oauth2.config.xml.WebExpressionHandlerBeanDefinitionParser
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.
getCheckTokenAccess() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
getCleanupIntervalSeconds() - Method in class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
Deprecated.
The interval at which to schedule cleanup.
getClientAuthenticationScheme() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
getClientAuthenticationScheme() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
The scheme to use to authenticate the client.
getClientCredentialsResource(String, String) - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
getClientDetailsService() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getClientDetailsService() - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
getClientId() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
getClientId() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
The client identifier to use for this protected resource.
getClientId() - Method in exception org.springframework.security.oauth2.client.resource.UserApprovalRequiredException
Deprecated.
 
getClientId() - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
getClientId() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
getClientId() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
The client id.
getClientId(Principal) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
Deprecated.
 
getClientId(String) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
 
getClientSecret() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
getClientSecret() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
The client secret.
getClientSecret() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
getClientSecret() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
The client secret.
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.
getConsumerTokenServices() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getContext() - Static method in class org.springframework.security.oauth.consumer.OAuthSecurityContextHolder
Deprecated.
 
getCookie() - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
getCookie() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
getCredentials() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
Deprecated.
The credentials.
getCredentials() - Method in class org.springframework.security.oauth2.provider.OAuth2Authentication
Deprecated.
 
getCurrentUri() - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
getCurrentUri() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
The current URI that is being handled on the client.
getDecodedDetails() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
The authentication details obtained by decoding the access token if available.
getDefaultAuthorizationServerTokenServices() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getDefaultClientCredentialsResource() - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
getDefaultImplicitResource() - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
getDefaultOAuth2RequestFactory() - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
getDefaultResourceOwnerPasswordResource() - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
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.
 
getEmail() - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
getEndpointsConfigurer() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
 
getExceptionTranslator() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getExceptionTranslator() - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
getExistingToken() - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
getExistingToken() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
getExpiration() - Method in class org.springframework.security.oauth2.common.DefaultExpiringOAuth2RefreshToken
Deprecated.
The instant the token expires.
getExpiration() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
The instant the token expires.
getExpiration() - Method in interface org.springframework.security.oauth2.common.ExpiringOAuth2RefreshToken
Deprecated.
 
getExpiration() - Method in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
 
getExpiresAt() - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
getExpiresIn() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
 
getExpiresIn() - Method in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
 
getExpiryTokenCount() - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
getExtensions() - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
getExtensions() - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
getFilterProcessesUrl() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
The URL for which this filter will be applied.
getFirst(String) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
getFlushInterval() - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
The interval (count of token inserts) between flushing expired tokens.
getFrameworkEndpointHandlerMapping() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getGrantType() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
getGrantType() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
The grant type for obtaining an acces token for this resource.
getGrantType() - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
Tries to discover the grant type requested for the token associated with this request.
getGrantType() - Method in class org.springframework.security.oauth2.provider.TokenRequest
Deprecated.
 
getHeaders() - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
getHeaders() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
getHttpErrorCode() - Method in exception org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
Deprecated.
 
getHttpErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.BadClientCredentialsException
Deprecated.
 
getHttpErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException
Deprecated.
 
getHttpErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.InsufficientScopeException
Deprecated.
 
getHttpErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.InvalidClientException
Deprecated.
 
getHttpErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.InvalidTokenException
Deprecated.
 
getHttpErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
The HTTP error code associated with this error.
getHttpErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException
Deprecated.
 
getHttpErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.UnauthorizedUserException
Deprecated.
 
getHttpErrorCode() - Method in exception org.springframework.security.oauth2.provider.token.store.jwk.JwkException
Deprecated.
Returns the Http Status used in the OAuth2 Error Response sent back to the caller.
getHttpMethod() - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
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.
getId() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
getId() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
Get a unique identifier for these protected resource details.
getIssuer() - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration
Deprecated.
 
getJwkSetUri() - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration
Deprecated.
 
getJwtClaimsSetVerifier() - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
getKey(Principal) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint
Deprecated.
Get the verification key for the token signatures.
getKey() - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
Get the verification key for the token signatures.
getKeyPair(String) - Method in class org.springframework.security.oauth2.provider.token.store.KeyStoreKeyFactory
Deprecated.
 
getKeyPair(String, char[]) - Method in class org.springframework.security.oauth2.provider.token.store.KeyStoreKeyFactory
Deprecated.
 
getLastUpdatedAt() - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
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.
getList(String, Map<String, Object>, RowMapper<T>) - Method in class org.springframework.security.oauth2.common.util.DefaultJdbcListFactory
Deprecated.
 
getList(String, Map<String, Object>, RowMapper<T>) - Method in interface org.springframework.security.oauth2.common.util.JdbcListFactory
Deprecated.
 
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
Deprecated.
 
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.
getOAuth2Authentication(ClientDetails, TokenRequest) - Method in class org.springframework.security.oauth2.provider.code.AuthorizationCodeTokenGranter
Deprecated.
 
getOAuth2Authentication(ClientDetails, TokenRequest) - Method in class org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter
Deprecated.
 
getOAuth2Authentication(ClientDetails, TokenRequest) - Method in class org.springframework.security.oauth2.provider.password.ResourceOwnerPasswordTokenGranter
Deprecated.
 
getOAuth2Authentication(ClientDetails, TokenRequest) - Method in class org.springframework.security.oauth2.provider.token.AbstractTokenGranter
Deprecated.
 
getOAuth2ClientContext() - Method in interface org.springframework.security.oauth2.client.OAuth2RestOperations
Deprecated.
 
getOAuth2ClientContext() - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
 
getOAuth2ClientContext() - Method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.BadClientCredentialsException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.InsufficientScopeException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.InvalidClientException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.InvalidGrantException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.InvalidRequestException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.InvalidScopeException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.InvalidTokenException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
The OAuth2 error code.
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.RedirectMismatchException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.UnauthorizedUserException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.UnsupportedGrantTypeException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.UnsupportedResponseTypeException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.common.exceptions.UserDeniedAuthorizationException
Deprecated.
 
getOAuth2ErrorCode() - Method in exception org.springframework.security.oauth2.provider.token.store.jwk.JwkException
Deprecated.
Returns the error used in the OAuth2 Error Response sent back to the caller.
getOAuth2Request() - Method in class org.springframework.security.oauth2.provider.implicit.ImplicitTokenRequest
Deprecated.
 
getOAuth2Request() - Method in class org.springframework.security.oauth2.provider.OAuth2Authentication
Deprecated.
The authorization request containing details of the client application.
getOAuth2RequestFactory() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getOAuth2RequestFactory() - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
getOAuth2RequestValidator() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
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.
 
getObject() - Method in class org.springframework.security.oauth2.config.xml.OAuth2ClientContextFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.security.oauth2.config.xml.ResourceBeanDefinitionParser.StringListFactoryBean
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.
 
getObjectType() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.security.oauth2.config.xml.OAuth2ClientContextFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.security.oauth2.config.xml.ResourceBeanDefinitionParser.StringListFactoryBean
Deprecated.
 
getOrder() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration
Deprecated.
 
getParameters() - Method in exception org.springframework.security.oauth2.client.resource.UserApprovalRequiredException
Deprecated.
Description of the parameters required to be submitted for approval.
getPassword() - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
getPassword() - Method in class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails
Deprecated.
 
getPath(String) - Method in class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
Deprecated.
 
getPaths() - Method in class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
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.
getPreEstablishedRedirectUri() - Method in class org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails
Deprecated.
The redirect URI that has been pre-established with the server.
getPreservedState() - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
getPreservedState() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
getPrincipal() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
Deprecated.
The principal (consumer details).
getPrincipal() - Method in class org.springframework.security.oauth2.provider.OAuth2Authentication
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.
getProxy(Class<T>, ObjectFactory<T>) - Static method in class org.springframework.security.oauth2.common.util.ProxyCreator
Deprecated.
 
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.
 
getRedirectResolver() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getRedirectStrategy() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
The redirect strategy.
getRedirectUri() - Method in exception org.springframework.security.oauth2.client.resource.UserRedirectRequiredException
Deprecated.
The uri to which the user is to be redirected.
getRedirectUri(AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails
Deprecated.
Extract a redirect uri from the resource and/or the current request.
getRedirectUri() - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
getRedirectUri() - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
getRefreshToken() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
The refresh token associated with the access token, if any.
getRefreshToken() - Method in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
 
getRefreshTokenCount() - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
getRefreshTokenRequest() - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
If this request was for an access token to be refreshed, then the TokenRequest that led to the refresh may be available here if it is known.
getRefreshTokenValiditySeconds() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
getRefreshTokenValiditySeconds() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
The refresh token validity period for this client.
getRefreshTokenValiditySeconds(OAuth2Request) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
The refresh token validity period in seconds
getRegisteredRedirectUri() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
getRegisteredRedirectUri() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
The pre-defined redirect URI for this client to use during the "authorization_code" access grant.
getRememberMeServices() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
The remember-me services.
getRemoteAddress() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
Indicates the TCP/IP address the authentication request was received from.
getRequestCallback(OAuth2ProtectedResourceDetails, MultiValueMap<String, String>, HttpHeaders) - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
getRequestFactory() - Method in class org.springframework.security.oauth2.provider.token.AbstractTokenGranter
Deprecated.
 
getRequestParams() - Method in exception org.springframework.security.oauth2.client.resource.UserRedirectRequiredException
Deprecated.
The request parameters that are to be appended to the uri.
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.
getRequestValidator() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
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.
 
getResource() - Method in exception org.springframework.security.oauth2.client.http.AccessTokenRequiredException
Deprecated.
 
getResource() - Method in interface org.springframework.security.oauth2.client.OAuth2RestOperations
Deprecated.
 
getResource() - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
 
getResource() - Method in exception org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
Deprecated.
 
getResource() - Method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
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.
getResourceIds() - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
getResourceIds() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
getResourceIds() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
The resources that this client can access.
getResourceIds() - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
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.
getResourceOwnerPasswordResource(String[], String, String, String, String) - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
getResourceServerTokenServices() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
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.
getResponseErrorHandler() - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
getResponseExtractor() - Method in class org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider
Deprecated.
 
getResponseExtractor() - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
getResponseTypes() - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
getResponseTypes() - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
getRestTemplate() - Method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
 
getRestTemplate() - Method in interface org.springframework.security.oauth2.client.test.RestTemplateHolder
Deprecated.
 
getRestTemplate() - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
getSalt() - Method in interface org.springframework.security.oauth.common.signature.SaltedConsumerSecret
Deprecated.
Returns the salt to use for this consumer secret.
getScope() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
getScope() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
The scope of this resource.
getScope() - Method in exception org.springframework.security.oauth2.client.resource.UserApprovalRequiredException
Deprecated.
 
getScope() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
The scope of the token.
getScope() - Method in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
 
getScope() - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
getScope() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
getScope() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
The scope of this client.
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.
 
getSerializationStrategy() - Static method in class org.springframework.security.oauth2.common.util.SerializationUtils
Deprecated.
 
getServletPath(String) - Method in class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
Deprecated.
 
getSession() - Method in class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
Deprecated.
 
getSessionId() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
Indicates the HttpSession id the authentication request was received from.
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.
getState() - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
getStateKey() - Method in exception org.springframework.security.oauth2.client.resource.UserRedirectRequiredException
Deprecated.
The key to the state to preserve.
getStateKey() - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
getStateKey() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
getStateToPreserve() - Method in exception org.springframework.security.oauth2.client.resource.UserRedirectRequiredException
Deprecated.
Some state that needs to be preserved and set up in the security context when the user returns.
getStatus() - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
getStreamHandlerFactory() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
The URL stream handler factory for connections to an OAuth resource.
getSummary() - Method in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
getSupport() - Method in class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
Deprecated.
The support logic to use.
getSupportedMediaTypes() - Method in class org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter
Deprecated.
 
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.
 
getTokenEndpoint() - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration
Deprecated.
 
getTokenEnhancer() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
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.
getTokenGranter() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getTokenGranter() - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
getTokenKeyAccess() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
getTokenName() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
getTokenName() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
The name of the bearer token.
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.
getTokenServices() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getTokenServices() - Method in class org.springframework.security.oauth2.provider.token.AbstractTokenGranter
Deprecated.
 
getTokenStore() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getTokenStore() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
getTokenType() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
The token type, as introduced in draft 11 of the OAuth 2 spec.
getTokenType() - Method in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
 
getTokenType() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
The access token type used to authenticate the request (normally in an authorization header).
getTokenValue() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
The access token value used to authenticate the request (normally in an authorization header).
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.
getUserApprovalHandler() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
getUserApprovalRequest(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
 
getUserApprovalRequest(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler
Deprecated.
 
getUserApprovalRequest(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler
Deprecated.
 
getUserApprovalRequest(AuthorizationRequest, Authentication) - Method in interface org.springframework.security.oauth2.provider.approval.UserApprovalHandler
Deprecated.
Generate a request for the authorization server to ask for the user's approval.
getUserApprovalSignal(AuthorizationCodeResourceDetails, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
 
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.
getUserAuthentication() - Method in class org.springframework.security.oauth2.provider.OAuth2Authentication
Deprecated.
The user authentication.
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.
getUserAuthorizationUri() - Method in class org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails
Deprecated.
The URI to which the user is to be redirected to authorize an access token.
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.
getUserId() - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
getUserInfoEndpoint() - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration
Deprecated.
 
getUserName() - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
getUsername() - Method in class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails
Deprecated.
 
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.
getValue() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
The token value.
getValue() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken
Deprecated.
 
getValue() - Method in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
 
getValue() - Method in interface org.springframework.security.oauth2.common.OAuth2RefreshToken
Deprecated.
The value of the token.
getValueType() - Method in class org.springframework.security.oauth2.provider.client.Jackson2ArrayOrStringDeserializer
Deprecated.
 
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.
grant(String, TokenRequest) - Method in class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenGranter
Deprecated.
 
grant(String, TokenRequest) - Method in class org.springframework.security.oauth2.provider.CompositeTokenGranter
Deprecated.
 
grant(String, TokenRequest) - Method in class org.springframework.security.oauth2.provider.token.AbstractTokenGranter
Deprecated.
 
grant(String, TokenRequest) - Method in interface org.springframework.security.oauth2.provider.TokenGranter
Deprecated.
 
GRANT_TYPE - Static variable in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Constant to use while parsing and formatting parameter maps for OAuth2 requests
GRANT_TYPE - Static variable in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
 

H

handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - Method in class org.springframework.security.oauth2.provider.error.OAuth2AccessDeniedHandler
Deprecated.
 
handleClientRegistrationException(Exception, ServletWebRequest) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
handleClientRegistrationException(Exception) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
Deprecated.
 
handleError(ClientHttpResponse) - Method in class org.springframework.security.oauth2.client.http.OAuth2ErrorHandler
Deprecated.
 
handleError(HttpServletRequest) - Method in class org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint
Deprecated.
 
handleException(Exception) - Method in class org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint
Deprecated.
 
handleException(Exception) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
Deprecated.
 
handleException(OAuth2Exception) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
Deprecated.
 
handleHttpEntityResponse(HttpEntity<?>, ServletWebRequest) - Method in class org.springframework.security.oauth2.provider.error.DefaultOAuth2ExceptionRenderer
Deprecated.
 
handleHttpEntityResponse(HttpEntity<?>, ServletWebRequest) - Method in interface org.springframework.security.oauth2.provider.error.OAuth2ExceptionRenderer
Deprecated.
 
handleHttpRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
Deprecated.
 
handleHttpSessionRequiredException(HttpSessionRequiredException, ServletWebRequest) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
handleOAuth2Exception(OAuth2Exception, ServletWebRequest) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
hasAnyScope(Authentication, String[]) - Static method in class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils
Deprecated.
 
hasAnyScope(String...) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Check if the current OAuth2 authentication has one of the scopes specified.
hasAnyScopeMatching(Authentication, String[]) - Static method in class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils
Deprecated.
 
hasAnyScopeMatching(String...) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Check if the current OAuth2 authentication has one of the scopes matching a specified regex expression.
hasError(ClientHttpResponse) - Method in class org.springframework.security.oauth2.client.http.OAuth2ErrorHandler
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth2.provider.OAuth2Authentication
Deprecated.
 
hashCode() - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
hasScope(String) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Check if the current OAuth2 authentication has the scope specified.
hasScopeMatching(String) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Check if the current OAuth2 authentication has one of the scopes matching a specified regex expression.
HMAC_SHA1SignatureMethod - Class in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
HMAC_SHA1SignatureMethod(SecretKey) - Constructor for class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
Deprecated.
Construct a HMAC-SHA1 signature method with the given HMAC-SHA1 key.
hostMatches(String, String) - Method in class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
Deprecated.
Check if host matches the registered value.
HttpSessionBasedTokenServices - Class in org.springframework.security.oauth.consumer.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
HttpSessionBasedTokenServices() - Constructor for class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
Deprecated.
 
HttpSessionOAuthRememberMeServices - Class in org.springframework.security.oauth.consumer.rememberme
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
HttpSessionOAuthRememberMeServices() - Constructor for class org.springframework.security.oauth.consumer.rememberme.HttpSessionOAuthRememberMeServices
Deprecated.
 

I

ImplicitAccessTokenProvider - Class in org.springframework.security.oauth2.client.token.grant.implicit
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ImplicitAccessTokenProvider() - Constructor for class org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider
Deprecated.
 
ImplicitGrantService - Interface in org.springframework.security.oauth2.provider.implicit
Deprecated.
with no replacement (it shouldn't be necessary to use this strategy since 2.0.2)
ImplicitResourceDetails - Class in org.springframework.security.oauth2.client.token.grant.implicit
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ImplicitResourceDetails() - Constructor for class org.springframework.security.oauth2.client.token.grant.implicit.ImplicitResourceDetails
Deprecated.
 
ImplicitTokenGranter - Class in org.springframework.security.oauth2.provider.implicit
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ImplicitTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory) - Constructor for class org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter
Deprecated.
 
ImplicitTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory, String) - Constructor for class org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter
Deprecated.
 
ImplicitTokenRequest - Class in org.springframework.security.oauth2.provider.implicit
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ImplicitTokenRequest(TokenRequest, OAuth2Request) - Constructor for class org.springframework.security.oauth2.provider.implicit.ImplicitTokenRequest
Deprecated.
 
init() - Method in class org.springframework.security.oauth.config.OAuthSecurityNamespaceHandler
Deprecated.
 
init(FilterConfig) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
 
init(FilterConfig) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
Deprecated.
 
init(FilterConfig) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
 
init(FilterConfig) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
 
init(ClientDetailsServiceBuilder<?>) - Method in class org.springframework.security.oauth2.config.annotation.configurers.ClientDetailsServiceConfigurer
Deprecated.
 
init() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
 
init(HttpSecurity) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
init(HttpSecurity) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
init() - Method in class org.springframework.security.oauth2.config.xml.OAuth2SecurityNamespaceHandler
Deprecated.
 
init(FilterConfig) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
 
init(FilterConfig) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
 
initExtractorMap() - Method in class org.springframework.security.oauth2.common.DefaultThrowableAnalyzer
Deprecated.
 
initialize(OAuth2ProtectedResourceDetails, BaseOAuth2ProtectedResourceDetails) - Static method in class org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ResourceHelper
Deprecated.
 
inMemory() - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder
Deprecated.
 
inMemory() - Method in class org.springframework.security.oauth2.config.annotation.configurers.ClientDetailsServiceConfigurer
Deprecated.
 
InMemoryApprovalStore - Class in org.springframework.security.oauth2.provider.approval
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InMemoryApprovalStore() - Constructor for class org.springframework.security.oauth2.provider.approval.InMemoryApprovalStore
Deprecated.
 
InMemoryAuthorizationCodeServices - Class in org.springframework.security.oauth2.provider.code
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InMemoryAuthorizationCodeServices() - Constructor for class org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices
Deprecated.
 
InMemoryClientDetailsService - Class in org.springframework.security.oauth2.provider.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InMemoryClientDetailsService() - Constructor for class org.springframework.security.oauth2.provider.client.InMemoryClientDetailsService
Deprecated.
 
InMemoryClientDetailsServiceBuilder - Class in org.springframework.security.oauth2.config.annotation.builders
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InMemoryClientDetailsServiceBuilder() - Constructor for class org.springframework.security.oauth2.config.annotation.builders.InMemoryClientDetailsServiceBuilder
Deprecated.
 
InMemoryConsumerDetailsService - Class in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
InMemoryConsumerDetailsService() - Constructor for class org.springframework.security.oauth.provider.InMemoryConsumerDetailsService
Deprecated.
 
InMemoryImplicitGrantService - Class in org.springframework.security.oauth2.provider.implicit
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InMemoryImplicitGrantService() - Constructor for class org.springframework.security.oauth2.provider.implicit.InMemoryImplicitGrantService
Deprecated.
 
InMemoryNonceServices - Class in org.springframework.security.oauth.provider.nonce
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
InMemoryNonceServices() - Constructor for class org.springframework.security.oauth.provider.nonce.InMemoryNonceServices
Deprecated.
 
InMemoryProtectedResourceDetailsService - Class in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
InMemoryProtectedResourceDetailsService() - Constructor for class org.springframework.security.oauth.consumer.InMemoryProtectedResourceDetailsService
Deprecated.
 
InMemoryProviderTokenServices - Class in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
InMemoryProviderTokenServices() - Constructor for class org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
Deprecated.
 
InMemorySelfCleaningProviderTokenServices - Class in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
InMemorySelfCleaningProviderTokenServices() - Constructor for class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
Deprecated.
 
InMemoryTokenStore - Class in org.springframework.security.oauth2.provider.token.store
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InMemoryTokenStore() - Constructor for class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
INSUFFICIENT_SCOPE - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
InsufficientScopeException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InsufficientScopeException(String, Set<String>) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InsufficientScopeException
Deprecated.
 
InsufficientScopeException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InsufficientScopeException
Deprecated.
 
INVALID_CLIENT - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
INVALID_GRANT - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
INVALID_REQUEST - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
INVALID_SCOPE - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
INVALID_TOKEN - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
InvalidClientException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InvalidClientException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InvalidClientException
Deprecated.
 
InvalidGrantException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InvalidGrantException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InvalidGrantException
Deprecated.
 
InvalidGrantException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InvalidGrantException
Deprecated.
 
InvalidOAuthParametersException - Exception in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
InvalidOAuthParametersException(String) - Constructor for exception org.springframework.security.oauth.provider.InvalidOAuthParametersException
Deprecated.
 
InvalidOAuthRealmException - Exception in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
InvalidOAuthRealmException(String, String) - Constructor for exception org.springframework.security.oauth.consumer.InvalidOAuthRealmException
Deprecated.
 
InvalidOAuthTokenException - Exception in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
InvalidOAuthTokenException(String) - Constructor for exception org.springframework.security.oauth.provider.token.InvalidOAuthTokenException
Deprecated.
 
InvalidRequestException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InvalidRequestException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InvalidRequestException
Deprecated.
 
InvalidRequestException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InvalidRequestException
Deprecated.
 
InvalidScopeException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InvalidScopeException(String, Set<String>) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InvalidScopeException
Deprecated.
 
InvalidScopeException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InvalidScopeException
Deprecated.
 
InvalidSignatureException - Exception in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
InvalidSignatureException(String) - Constructor for exception org.springframework.security.oauth.common.signature.InvalidSignatureException
Deprecated.
 
InvalidSignatureException(String, Throwable) - Constructor for exception org.springframework.security.oauth.common.signature.InvalidSignatureException
Deprecated.
 
InvalidTokenException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InvalidTokenException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InvalidTokenException
Deprecated.
 
InvalidTokenException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.InvalidTokenException
Deprecated.
 
isAcceptsAuthorizationHeader() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
Deprecated.
 
isAcceptsAuthorizationHeader() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
Deprecated.
Whether the provider of this resource accepts the OAuth Authorization HTTP header.
isAccessToken() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
Deprecated.
Whether this is an OAuth access token.
isAccessToken() - Method in interface org.springframework.security.oauth.provider.token.OAuthProviderToken
Deprecated.
Whether this is an OAuth access token.
isAccessToken() - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
Deprecated.
Whether this is an OAuth access token.
isAllowAllMethods() - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
Deprecated.
Whether to allow all methods.
isApproved() - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
isApproved(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
 
isApproved(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler
Deprecated.
Basic implementation just requires the authorization request to be explicitly approved and the user to be authenticated.
isApproved(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler
Deprecated.
Basic implementation just requires the authorization request to be explicitly approved and the user to be authenticated.
isApproved(AuthorizationRequest, Authentication) - Method in interface org.springframework.security.oauth2.provider.approval.UserApprovalHandler
Deprecated.
Tests whether the specified authorization request has been approved by the current user (if there is one).
isApproved() - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
isApproved() - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
isAuthenticated() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
Deprecated.
Whether the signature has been validated.
isAuthenticated() - Method in class org.springframework.security.oauth2.provider.OAuth2Authentication
Deprecated.
 
isAuthenticationRequired() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
isAuthenticationRequired() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
Whether a secret is required to obtain an access token to this resource.
isAutoApprove(String) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
isAutoApprove(String) - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
Test whether client needs user approval for a particular scope.
isClient() - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Check if the current authentication is acting as an authenticated client application not on behalf of a user.
isClientOnly() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
isClientOnly() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
A flag to indicate that this resource is only to be used with client credentials, thus allowing access tokens to be cached independent of a user's session.
isClientOnly() - Method in class org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsResourceDetails
Deprecated.
 
isClientOnly() - Method in class org.springframework.security.oauth2.provider.OAuth2Authentication
Deprecated.
Convenience method to check if there is a user associated with this token, or just a client application.
isCurrentlyActive() - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
isEmpty() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
isError() - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
isError() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
isExpired(OAuthProviderTokenImpl) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
Whether the auth token is expired.
isExpired() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
Convenience method for checking expiration
isExpired() - Method in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
 
isExpired(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
 
isHandler(Class<?>) - Method in class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
Deprecated.
Detects @FrameworkEndpoint annotations in handler beans.
isIgnoreInadequateCredentials() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Whether to ignore missing OAuth credentials.
isOAuth(Authentication) - Static method in class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils
Deprecated.
 
isOAuth() - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Permit access to oauth requests, so used for example to only allow machine clients to access a resource.
isOAuthClientAuth(Authentication) - Static method in class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils
Deprecated.
 
isOAuthConsumerAuth(SecurityExpressionRoot) - Static method in class org.springframework.security.oauth.provider.expression.OAuthMethodSecurityExpressionHandler
Deprecated.
 
isOAuthUserAuth(Authentication) - Static method in class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils
Deprecated.
 
isPublic() - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
isRefresh() - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
isRefreshToken(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
isRequire10a() - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
Deprecated.
Whether to require 1.0a support.
isRequire10a() - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
Deprecated.
Whether to require 1.0a support.
isRequire10a() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
Deprecated.
Whether to require 1.0a support.
isRequire10a() - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
Deprecated.
Whether to require 1.0a support.
isRequireAuthenticated() - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
Deprecated.
Whether to require the current authentication to be authenticated.
isRequiredToObtainAuthenticatedToken() - Method in class org.springframework.security.oauth.provider.BaseConsumerDetails
Deprecated.
Whether this consumer is required to obtain an authenticated oauth token.
isRequiredToObtainAuthenticatedToken() - Method in interface org.springframework.security.oauth.provider.ExtraTrustConsumerDetails
Deprecated.
Whether this consumer is required to obtain an authenticated oauth token.
isScoped() - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
isScoped() - Method in interface org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
Deprecated.
Whether this resource is limited to a specific scope.
isScoped() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
isScoped() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
Whether this client is limited to a specific scope.
isSecretRequired() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
isSecretRequired() - Method in interface org.springframework.security.oauth2.provider.ClientDetails
Deprecated.
Whether a secret is required to authenticate this client.
isSignatureValidated() - Method in class org.springframework.security.oauth.provider.ConsumerAuthentication
Deprecated.
Whether the signature has been validated.
isSingleton() - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.security.oauth2.config.xml.OAuth2ClientContextFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.security.oauth2.config.xml.ResourceBeanDefinitionParser.StringListFactoryBean
Deprecated.
 
issuer(String) - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration.Builder
Deprecated.
 
IssuerClaimVerifier - Class in org.springframework.security.oauth2.provider.token.store
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
IssuerClaimVerifier(URL) - Constructor for class org.springframework.security.oauth2.provider.token.store.IssuerClaimVerifier
Deprecated.
 
isSupportHMAC_SHA1() - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
Deprecated.
Whether to support HMAC-SHA1 signature method.
isSupportPlainText() - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
Deprecated.
Whether to support the plain text signature method.
isSupportRefreshToken(OAuth2Request) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
Is a refresh token supported for this client (or the global setting if clientDetailsService is not set.
isSupportRSA_SHA1() - Method in class org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
Deprecated.
Whether to support RSA-SHA1 signature method.
isTokenServicesOverride() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
isUse10a() - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
Deprecated.
 
isUse10a() - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetails
Deprecated.
Whether to use OAuth Core 1.0a.
isUseCurrentUri() - Method in class org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails
Deprecated.
Flag to signal that the current URI (if set) in the request should be used in preference to the pre-established redirect URI.
isUser() - Method in class org.springframework.security.oauth2.provider.DefaultSecurityContextAccessor
Deprecated.
 
isUser() - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Check if the current authentication is acting on behalf of an authenticated user.
isUser() - Method in interface org.springframework.security.oauth2.provider.SecurityContextAccessor
Deprecated.
 
isUserDetailsServiceOverride() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 

J

Jackson2ArrayOrStringDeserializer - Class in org.springframework.security.oauth2.provider.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
Jackson2ArrayOrStringDeserializer() - Constructor for class org.springframework.security.oauth2.provider.client.Jackson2ArrayOrStringDeserializer
Deprecated.
 
Jackson2JsonParser - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
Jackson2JsonParser() - Constructor for class org.springframework.security.oauth2.common.util.Jackson2JsonParser
Deprecated.
 
JaxbOAuth2AccessTokenMessageConverter - Class in org.springframework.security.oauth2.http.converter.jaxb
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JaxbOAuth2AccessTokenMessageConverter() - Constructor for class org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2AccessTokenMessageConverter
Deprecated.
 
JaxbOAuth2ExceptionMessageConverter - Class in org.springframework.security.oauth2.http.converter.jaxb
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JaxbOAuth2ExceptionMessageConverter() - Constructor for class org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2ExceptionMessageConverter
Deprecated.
 
jdbc() - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder
Deprecated.
 
jdbc(DataSource) - Method in class org.springframework.security.oauth2.config.annotation.configurers.ClientDetailsServiceConfigurer
Deprecated.
 
JdbcApprovalStore - Class in org.springframework.security.oauth2.provider.approval
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JdbcApprovalStore(DataSource) - Constructor for class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
JdbcAuthorizationCodeServices - Class in org.springframework.security.oauth2.provider.code
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JdbcAuthorizationCodeServices(DataSource) - Constructor for class org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices
Deprecated.
 
JdbcClientDetailsService - Class in org.springframework.security.oauth2.provider.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JdbcClientDetailsService(DataSource) - Constructor for class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
JdbcClientDetailsServiceBuilder - Class in org.springframework.security.oauth2.config.annotation.builders
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JdbcClientDetailsServiceBuilder() - Constructor for class org.springframework.security.oauth2.config.annotation.builders.JdbcClientDetailsServiceBuilder
Deprecated.
 
JdbcClientTokenServices - Class in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JdbcClientTokenServices(DataSource) - Constructor for class org.springframework.security.oauth2.client.token.JdbcClientTokenServices
Deprecated.
 
JdbcListFactory - Interface in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JdbcTokenStore - Class in org.springframework.security.oauth2.provider.token.store
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JdbcTokenStore(DataSource) - Constructor for class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
JdkSerializationStrategy - Class in org.springframework.security.oauth2.provider.token.store.redis
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JdkSerializationStrategy() - Constructor for class org.springframework.security.oauth2.provider.token.store.redis.JdkSerializationStrategy
Deprecated.
 
JsonDateDeserializer - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JsonDateDeserializer() - Constructor for class org.springframework.security.oauth2.common.util.JsonDateDeserializer
Deprecated.
 
JsonDateSerializer - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JsonDateSerializer() - Constructor for class org.springframework.security.oauth2.common.util.JsonDateSerializer
Deprecated.
 
JsonParser - Interface in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JsonParserFactory - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JsonParserFactory() - Constructor for class org.springframework.security.oauth2.common.util.JsonParserFactory
Deprecated.
 
JTI - Static variable in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
 
JwkException - Exception in org.springframework.security.oauth2.provider.token.store.jwk
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JwkException(String) - Constructor for exception org.springframework.security.oauth2.provider.token.store.jwk.JwkException
Deprecated.
 
JwkException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.provider.token.store.jwk.JwkException
Deprecated.
 
jwkSetUri(String) - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration.Builder
Deprecated.
 
JwkTokenStore - Class in org.springframework.security.oauth2.provider.token.store.jwk
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JwkTokenStore(String) - Constructor for class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
Creates a new instance using the provided URL as the location for the JWK Set.
JwkTokenStore(List<String>) - Constructor for class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
Creates a new instance using the provided URLs as the location for the JWK Sets.
JwkTokenStore(String, AccessTokenConverter) - Constructor for class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
Creates a new instance using the provided URL as the location for the JWK Set and a custom AccessTokenConverter.
JwkTokenStore(String, JwtClaimsSetVerifier) - Constructor for class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
Creates a new instance using the provided URL as the location for the JWK Set and a custom JwtClaimsSetVerifier.
JwkTokenStore(String, AccessTokenConverter, JwtClaimsSetVerifier) - Constructor for class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
Creates a new instance using the provided URL as the location for the JWK Set and a custom AccessTokenConverter and JwtClaimsSetVerifier.
JwkTokenStore(List<String>, AccessTokenConverter, JwtClaimsSetVerifier) - Constructor for class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
Creates a new instance using the provided URLs as the location for the JWK Sets and a custom AccessTokenConverter and JwtClaimsSetVerifier.
JwtAccessTokenConverter - Class in org.springframework.security.oauth2.provider.token.store
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JwtAccessTokenConverter() - Constructor for class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
JwtClaimsSetVerifier - Interface in org.springframework.security.oauth2.provider.token.store
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JwtTokenStore - Class in org.springframework.security.oauth2.provider.token.store
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JwtTokenStore(JwtAccessTokenConverter) - Constructor for class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
Create a JwtTokenStore with this token enhancer (should be shared with the DefaultTokenServices if used).

K

KEY_PREFIX - Static variable in class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
Deprecated.
 
keySet() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
KeyStoreKeyFactory - Class in org.springframework.security.oauth2.provider.token.store
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
KeyStoreKeyFactory(Resource, char[]) - Constructor for class org.springframework.security.oauth2.provider.token.store.KeyStoreKeyFactory
Deprecated.
 

L

length() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
Deprecated.
 
listClientDetails() - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
listClientDetails() - Method in interface org.springframework.security.oauth2.provider.ClientRegistrationService
Deprecated.
 
loadAuthentication(String) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
 
loadAuthentication(String) - Method in class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 
loadAuthentication(String) - Method in interface org.springframework.security.oauth2.provider.token.ResourceServerTokenServices
Deprecated.
Load the credentials for the specified access token.
loadClientByClientId(String) - Method in class org.springframework.security.oauth2.provider.client.InMemoryClientDetailsService
Deprecated.
 
loadClientByClientId(String) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
loadClientByClientId(String) - Method in interface org.springframework.security.oauth2.provider.ClientDetailsService
Deprecated.
Load a client by the client id.
loadConsumerByConsumerKey(String) - Method in interface org.springframework.security.oauth.provider.ConsumerDetailsService
Deprecated.
Load a consumer by the consumer key.
loadConsumerByConsumerKey(String) - Method in class org.springframework.security.oauth.provider.InMemoryConsumerDetailsService
Deprecated.
 
loadOAuthParameters(ProtectedResourceDetails, URL, OAuthConsumerToken, String, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
Loads the OAuth parameters for the given resource at the given URL and the given token.
loadProtectedResourceDetailsById(String) - Method in class org.springframework.security.oauth.consumer.InMemoryProtectedResourceDetailsService
Deprecated.
 
loadProtectedResourceDetailsById(String) - Method in interface org.springframework.security.oauth.consumer.ProtectedResourceDetailsService
Deprecated.
Load the details of a protected resource by id.
loadRememberedTokens(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth.consumer.rememberme.HttpSessionOAuthRememberMeServices
Deprecated.
 
loadRememberedTokens(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth.consumer.rememberme.NoOpOAuthRememberMeServices
Deprecated.
 
loadRememberedTokens(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.security.oauth.consumer.rememberme.OAuthRememberMeServices
Deprecated.
Load any remembered tokens for the given request.
loadSignificantParametersForSignatureBaseString(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
Deprecated.
Loads the significant parameters (name-to-value map) that are to be used to calculate the signature base string.
loadUserByUsername(String) - Method in class org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService
Deprecated.
 
logger - Variable in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
logger - Variable in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
logger - Variable in class org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint
Deprecated.
 
logger - Variable in class org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint
Deprecated.
 
logger - Variable in class org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler
Deprecated.
Logger available to subclasses
logger - Variable in class org.springframework.security.oauth2.provider.token.AbstractTokenGranter
Deprecated.
 
logger - Variable in class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 

M

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

N

narrowScope(Set<String>) - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
Update the scope and create a new request.
NonceAlreadyUsedException - Exception in org.springframework.security.oauth.provider.nonce
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
NonceAlreadyUsedException(String) - Constructor for exception org.springframework.security.oauth.provider.nonce.NonceAlreadyUsedException
Deprecated.
 
NonceFactory - Interface in org.springframework.security.oauth.consumer.nonce
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
NoOpOAuthRememberMeServices - Class in org.springframework.security.oauth.consumer.rememberme
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
NoOpOAuthRememberMeServices() - Constructor for class org.springframework.security.oauth.consumer.rememberme.NoOpOAuthRememberMeServices
Deprecated.
 
normalizeUrl(String) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
Deprecated.
Normalize the URL for use in the signature.
NoSuchClientException - Exception in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
NoSuchClientException(String) - Constructor for exception org.springframework.security.oauth2.provider.NoSuchClientException
Deprecated.
 
NoSuchClientException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.provider.NoSuchClientException
Deprecated.
 
NullNonceServices - Class in org.springframework.security.oauth.provider.nonce
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
NullNonceServices() - Constructor for class org.springframework.security.oauth.provider.nonce.NullNonceServices
Deprecated.
 

O

OAUTH2_TYPE - Static variable in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
 
OAuth2AccessDeniedException - Exception in org.springframework.security.oauth2.client.resource
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AccessDeniedException() - Constructor for exception org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
Deprecated.
 
OAuth2AccessDeniedException(String) - Constructor for exception org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
Deprecated.
 
OAuth2AccessDeniedException(OAuth2ProtectedResourceDetails) - Constructor for exception org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
Deprecated.
 
OAuth2AccessDeniedException(String, OAuth2ProtectedResourceDetails) - Constructor for exception org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
Deprecated.
 
OAuth2AccessDeniedException(String, OAuth2ProtectedResourceDetails, Throwable) - Constructor for exception org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
Deprecated.
 
OAuth2AccessDeniedHandler - Class in org.springframework.security.oauth2.provider.error
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AccessDeniedHandler() - Constructor for class org.springframework.security.oauth2.provider.error.OAuth2AccessDeniedHandler
Deprecated.
 
OAuth2AccessToken - Interface in org.springframework.security.oauth2.common
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AccessTokenJackson2Deserializer - Class in org.springframework.security.oauth2.common
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AccessTokenJackson2Deserializer() - Constructor for class org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Deserializer
Deprecated.
 
OAuth2AccessTokenJackson2Serializer - Class in org.springframework.security.oauth2.common
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AccessTokenJackson2Serializer() - Constructor for class org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Serializer
Deprecated.
 
OAuth2AccessTokenSupport - Class in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AccessTokenSupport() - Constructor for class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
OAuth2Authentication - Class in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2Authentication(OAuth2Request, Authentication) - Constructor for class org.springframework.security.oauth2.provider.OAuth2Authentication
Deprecated.
Construct an OAuth 2 authentication.
OAuth2AuthenticationDetails - Class in org.springframework.security.oauth2.provider.authentication
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AuthenticationDetails(HttpServletRequest) - Constructor for class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
Records the access token value and remote address and will also set the session Id if a session already exists (it won't create one).
OAuth2AuthenticationDetailsSource - Class in org.springframework.security.oauth2.provider.authentication
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AuthenticationDetailsSource() - Constructor for class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetailsSource
Deprecated.
 
OAuth2AuthenticationEntryPoint - Class in org.springframework.security.oauth2.provider.error
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AuthenticationEntryPoint() - Constructor for class org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint
Deprecated.
 
OAuth2AuthenticationFailureEvent - Class in org.springframework.security.oauth2.client.filter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AuthenticationFailureEvent(AuthenticationException) - Constructor for class org.springframework.security.oauth2.client.filter.OAuth2AuthenticationFailureEvent
Deprecated.
 
OAuth2AuthenticationManager - Class in org.springframework.security.oauth2.provider.authentication
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AuthenticationManager() - Constructor for class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager
Deprecated.
 
OAuth2AuthenticationProcessingFilter - Class in org.springframework.security.oauth2.provider.authentication
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2AuthenticationProcessingFilter() - Constructor for class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
 
OAuth2ClientAuthenticationProcessingFilter - Class in org.springframework.security.oauth2.client.filter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ClientAuthenticationProcessingFilter(String) - Constructor for class org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter
Deprecated.
 
OAuth2ClientConfiguration - Class in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ClientConfiguration() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.OAuth2ClientConfiguration
Deprecated.
 
OAuth2ClientConfiguration.OAuth2ClientContextConfiguration - Class in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
 
OAuth2ClientConfiguration.OAuth2ClientContextConfiguration() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.OAuth2ClientConfiguration.OAuth2ClientContextConfiguration
Deprecated.
 
OAuth2ClientContext - Interface in org.springframework.security.oauth2.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
oauth2ClientContext() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.OAuth2ClientConfiguration.OAuth2ClientContextConfiguration
Deprecated.
 
OAuth2ClientContextFactoryBean - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ClientContextFactoryBean() - Constructor for class org.springframework.security.oauth2.config.xml.OAuth2ClientContextFactoryBean
Deprecated.
 
OAuth2ClientContextFilter - Class in org.springframework.security.oauth2.client.filter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ClientContextFilter() - Constructor for class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
 
oauth2ClientContextFilter() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.OAuth2ClientConfiguration
Deprecated.
 
OAuth2ContextConfiguration - Annotation Type in org.springframework.security.oauth2.client.test
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ContextConfiguration.ClientCredentials - Class in org.springframework.security.oauth2.client.test
Deprecated.
Set up an OAuth2 context for this test using client credentials grant type
OAuth2ContextConfiguration.ClientCredentials(TestAccounts) - Constructor for class org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ClientCredentials
Deprecated.
 
OAuth2ContextConfiguration.Implicit - Class in org.springframework.security.oauth2.client.test
Deprecated.
Set up an OAuth2 context for this test using implicit grant type
OAuth2ContextConfiguration.Implicit(TestAccounts) - Constructor for class org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Implicit
Deprecated.
 
OAuth2ContextConfiguration.Password - Class in org.springframework.security.oauth2.client.test
Deprecated.
Set up an OAuth2 context for this test using resource owner password grant type
OAuth2ContextConfiguration.Password(TestAccounts) - Constructor for class org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Password
Deprecated.
 
OAuth2ContextConfiguration.ResourceHelper - Class in org.springframework.security.oauth2.client.test
Deprecated.
 
OAuth2ContextConfiguration.ResourceHelper() - Constructor for class org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ResourceHelper
Deprecated.
 
OAuth2ContextSetup - Class in org.springframework.security.oauth2.client.test
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
oauth2EndpointHandlerMapping() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
 
OAuth2ErrorHandler - Class in org.springframework.security.oauth2.client.http
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ErrorHandler(OAuth2ProtectedResourceDetails) - Constructor for class org.springframework.security.oauth2.client.http.OAuth2ErrorHandler
Deprecated.
Construct an error handler that can deal with OAuth2 concerns before handling the error in the default fashion.
OAuth2ErrorHandler(ResponseErrorHandler, OAuth2ProtectedResourceDetails) - Constructor for class org.springframework.security.oauth2.client.http.OAuth2ErrorHandler
Deprecated.
Construct an error handler that can deal with OAuth2 concerns before delegating to acustom handler.
OAuth2Exception - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2Exception(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
OAuth2Exception(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
OAuth2ExceptionJackson2Deserializer - Class in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ExceptionJackson2Deserializer() - Constructor for class org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Deserializer
Deprecated.
 
OAuth2ExceptionJackson2Serializer - Class in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ExceptionJackson2Serializer() - Constructor for class org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Serializer
Deprecated.
 
OAuth2ExceptionRenderer - Interface in org.springframework.security.oauth2.provider.error
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ExpressionParser - Class in org.springframework.security.oauth2.provider.expression
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ExpressionParser(ExpressionParser) - Constructor for class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionParser
Deprecated.
 
OAuth2ExpressionUtils - Class in org.springframework.security.oauth2.provider.expression
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2ExpressionUtils() - Constructor for class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils
Deprecated.
 
OAuth2MethodSecurityExpressionHandler - Class in org.springframework.security.oauth2.provider.expression
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2MethodSecurityExpressionHandler() - Constructor for class org.springframework.security.oauth2.provider.expression.OAuth2MethodSecurityExpressionHandler
Deprecated.
 
OAuth2ProtectedResourceDetails - Interface in org.springframework.security.oauth2.client.resource
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2RefreshToken - Interface in org.springframework.security.oauth2.common
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2Request - Class in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2Request(Map<String, String>, String, Collection<? extends GrantedAuthority>, boolean, Set<String>, Set<String>, String, Set<String>, Map<String, Serializable>) - Constructor for class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
OAuth2Request(OAuth2Request) - Constructor for class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
OAuth2Request(String) - Constructor for class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
OAuth2Request() - Constructor for class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
OAuth2RequestAuthenticator - Interface in org.springframework.security.oauth2.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2RequestFactory - Interface in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2RequestValidator - Interface in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2RestOperations - Interface in org.springframework.security.oauth2.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2RestTemplate - Class in org.springframework.security.oauth2.client
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2RestTemplate(OAuth2ProtectedResourceDetails) - Constructor for class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
 
OAuth2RestTemplate(OAuth2ProtectedResourceDetails, OAuth2ClientContext) - Constructor for class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
 
OAuth2SecurityExpressionMethods - Class in org.springframework.security.oauth2.provider.expression
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2SecurityExpressionMethods(Authentication) - Constructor for class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
 
OAuth2SecurityNamespaceHandler - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2SecurityNamespaceHandler() - Constructor for class org.springframework.security.oauth2.config.xml.OAuth2SecurityNamespaceHandler
Deprecated.
 
OAuth2Utils - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2Utils() - Constructor for class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
 
OAuth2WebSecurityExpressionHandler - Class in org.springframework.security.oauth2.provider.expression
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
OAuth2WebSecurityExpressionHandler() - Constructor for class org.springframework.security.oauth2.provider.expression.OAuth2WebSecurityExpressionHandler
Deprecated.
 
OAUTH_FAILURE_KEY - Static variable in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
 
OAUTH_PROCESSING_HANDLED - Static variable in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Attribute for indicating that OAuth processing has already occurred.
OAuthAccessProviderToken - Interface in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthAuthenticationDetails - Class in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthAuthenticationDetails(HttpServletRequest, ConsumerDetails) - Constructor for class org.springframework.security.oauth.provider.OAuthAuthenticationDetails
Deprecated.
 
OAuthAuthenticationHandler - Interface in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthClientHttpRequestFactory - Class in org.springframework.security.oauth.consumer.client
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthClientHttpRequestFactory(ClientHttpRequestFactory, ProtectedResourceDetails, OAuthConsumerSupport) - Constructor for class org.springframework.security.oauth.consumer.client.OAuthClientHttpRequestFactory
Deprecated.
 
OAuthCodec - Class in org.springframework.security.oauth.common
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthConsumerBeanDefinitionParser - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthConsumerBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.OAuthConsumerBeanDefinitionParser
Deprecated.
 
OAuthConsumerContextFilter - Class in org.springframework.security.oauth.consumer.filter
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthConsumerContextFilter() - Constructor for class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
 
OAuthConsumerParameter - Enum in org.springframework.security.oauth.common
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthConsumerProcessingFilter - Class in org.springframework.security.oauth.consumer.filter
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthConsumerProcessingFilter() - Constructor for class org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
Deprecated.
 
OAuthConsumerSupport - Interface in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthConsumerToken - Class in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthConsumerToken() - Constructor for class org.springframework.security.oauth.consumer.OAuthConsumerToken
Deprecated.
 
OAuthConsumerTokenServices - Interface in org.springframework.security.oauth.consumer.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
oauthDecode(String) - Static method in class org.springframework.security.oauth.common.OAuthCodec
Deprecated.
Decode the specified value.
oauthEncode(String) - Static method in class org.springframework.security.oauth.common.OAuthCodec
Deprecated.
Encode the specified value.
OAuthException - Exception in org.springframework.security.oauth.common
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthException(String) - Constructor for exception org.springframework.security.oauth.common.OAuthException
Deprecated.
 
OAuthException(String, Throwable) - Constructor for exception org.springframework.security.oauth.common.OAuthException
Deprecated.
 
OAuthMethodSecurityExpressionHandler - Class in org.springframework.security.oauth.provider.expression
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthMethodSecurityExpressionHandler() - Constructor for class org.springframework.security.oauth.provider.expression.OAuthMethodSecurityExpressionHandler
Deprecated.
 
OAuthNonceServices - Interface in org.springframework.security.oauth.provider.nonce
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthOverHttpsURLStreamHandler - Class in org.springframework.security.oauth.consumer.net
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthOverHttpsURLStreamHandler(ProtectedResourceDetails, OAuthConsumerToken, OAuthConsumerSupport, String, Map<String, String>) - Constructor for class org.springframework.security.oauth.consumer.net.OAuthOverHttpsURLStreamHandler
Deprecated.
 
OAuthOverHttpURLStreamHandler - Class in org.springframework.security.oauth.consumer.net
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthOverHttpURLStreamHandler(ProtectedResourceDetails, OAuthConsumerToken, OAuthConsumerSupport, String, Map<String, String>) - Constructor for class org.springframework.security.oauth.consumer.net.OAuthOverHttpURLStreamHandler
Deprecated.
 
OAuthProcessingFilterEntryPoint - Class in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthProcessingFilterEntryPoint() - Constructor for class org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint
Deprecated.
 
OAuthProviderBeanDefinitionParser - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthProviderBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.OAuthProviderBeanDefinitionParser
Deprecated.
 
OAuthProviderParameter - Enum in org.springframework.security.oauth.common
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthProviderProcessingFilter - Class in org.springframework.security.oauth.provider.filter
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthProviderProcessingFilter() - Constructor for class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
 
OAuthProviderSupport - Interface in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthProviderToken - Interface in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthProviderTokenImpl - Class in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthProviderTokenImpl() - Constructor for class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
Deprecated.
 
OAuthProviderTokenServices - Interface in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthRememberMeServices - Interface in org.springframework.security.oauth.consumer.rememberme
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthRequestFailedException - Exception in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthRequestFailedException(String) - Constructor for exception org.springframework.security.oauth.consumer.OAuthRequestFailedException
Deprecated.
 
OAuthRequestFailedException(String, Throwable) - Constructor for exception org.springframework.security.oauth.consumer.OAuthRequestFailedException
Deprecated.
 
OAuthRestTemplate - Class in org.springframework.security.oauth.consumer.client
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthRestTemplate(ProtectedResourceDetails) - Constructor for class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
Deprecated.
 
OAuthRestTemplate(ClientHttpRequestFactory, ProtectedResourceDetails) - Constructor for class org.springframework.security.oauth.consumer.client.OAuthRestTemplate
Deprecated.
 
OAuthSecurityContext - Interface in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthSecurityContextHolder - Class in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthSecurityContextHolder() - Constructor for class org.springframework.security.oauth.consumer.OAuthSecurityContextHolder
Deprecated.
 
OAuthSecurityContextImpl - Class in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthSecurityContextImpl() - Constructor for class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
Deprecated.
 
OAuthSecurityNamespaceHandler - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthSecurityNamespaceHandler() - Constructor for class org.springframework.security.oauth.config.OAuthSecurityNamespaceHandler
Deprecated.
 
OAuthSignatureMethod - Interface in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthSignatureMethodFactory - Interface in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthTokenLifecycleListener - Interface in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthTokenLifecycleRegistry - Interface in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthURLStreamHandlerFactory - Interface in org.springframework.security.oauth.consumer.net
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthVerifierServices - Interface in org.springframework.security.oauth.provider.verifier
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthVersionUnsupportedException - Exception in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
OAuthVersionUnsupportedException(String) - Constructor for exception org.springframework.security.oauth.provider.OAuthVersionUnsupportedException
Deprecated.
 
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenProvider
Deprecated.
Obtain a new access token for the specified protected resource.
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.AccessTokenProviderChain
Deprecated.
 
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider
Deprecated.
 
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
 
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider
Deprecated.
 
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider
Deprecated.
 
obtainAuthorizationCode(OAuth2ProtectedResourceDetails, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
 
obtainNewAccessTokenInternal(OAuth2ProtectedResourceDetails, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.AccessTokenProviderChain
Deprecated.
 
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
Deprecated.
 
onNewTimestamp() - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
Deprecated.
 
onNewTimestamp() - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Logic to be performed on a new timestamp.
onNewTimestamp() - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
Deprecated.
 
onSuccessfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
 
onTokenCreated(OAuthProviderTokenImpl) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
Logic for handling event firing of a created token.
onTokenRemoved(OAuthProviderTokenImpl) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
Logic for handling event firing of a removed token.
onUnsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
 
onValidSignature(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
Deprecated.
 
onValidSignature(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Logic executed on valid signature.
onValidSignature(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
Deprecated.
 
onValidSignature(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
Deprecated.
 
openConnection(URL) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
Open a connection to the given URL.
openConnection(URL, Proxy) - Method in class org.springframework.security.oauth.consumer.net.OAuthOverHttpsURLStreamHandler
Deprecated.
 
openConnection(URL, Proxy) - Method in class org.springframework.security.oauth.consumer.net.OAuthOverHttpURLStreamHandler
Deprecated.
 
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
 
org.springframework.security.oauth2.client - package org.springframework.security.oauth2.client
 
org.springframework.security.oauth2.client.discovery - package org.springframework.security.oauth2.client.discovery
 
org.springframework.security.oauth2.client.filter - package org.springframework.security.oauth2.client.filter
 
org.springframework.security.oauth2.client.filter.state - package org.springframework.security.oauth2.client.filter.state
 
org.springframework.security.oauth2.client.http - package org.springframework.security.oauth2.client.http
 
org.springframework.security.oauth2.client.resource - package org.springframework.security.oauth2.client.resource
 
org.springframework.security.oauth2.client.test - package org.springframework.security.oauth2.client.test
 
org.springframework.security.oauth2.client.token - package org.springframework.security.oauth2.client.token
 
org.springframework.security.oauth2.client.token.auth - package org.springframework.security.oauth2.client.token.auth
 
org.springframework.security.oauth2.client.token.grant.client - package org.springframework.security.oauth2.client.token.grant.client
 
org.springframework.security.oauth2.client.token.grant.code - package org.springframework.security.oauth2.client.token.grant.code
 
org.springframework.security.oauth2.client.token.grant.implicit - package org.springframework.security.oauth2.client.token.grant.implicit
 
org.springframework.security.oauth2.client.token.grant.password - package org.springframework.security.oauth2.client.token.grant.password
 
org.springframework.security.oauth2.client.token.grant.redirect - package org.springframework.security.oauth2.client.token.grant.redirect
 
org.springframework.security.oauth2.common - package org.springframework.security.oauth2.common
 
org.springframework.security.oauth2.common.exceptions - package org.springframework.security.oauth2.common.exceptions
 
org.springframework.security.oauth2.common.util - package org.springframework.security.oauth2.common.util
 
org.springframework.security.oauth2.config.annotation.builders - package org.springframework.security.oauth2.config.annotation.builders
 
org.springframework.security.oauth2.config.annotation.configuration - package org.springframework.security.oauth2.config.annotation.configuration
 
org.springframework.security.oauth2.config.annotation.configurers - package org.springframework.security.oauth2.config.annotation.configurers
 
org.springframework.security.oauth2.config.annotation.web.configuration - package org.springframework.security.oauth2.config.annotation.web.configuration
 
org.springframework.security.oauth2.config.annotation.web.configurers - package org.springframework.security.oauth2.config.annotation.web.configurers
 
org.springframework.security.oauth2.config.xml - package org.springframework.security.oauth2.config.xml
 
org.springframework.security.oauth2.http.converter - package org.springframework.security.oauth2.http.converter
 
org.springframework.security.oauth2.http.converter.jaxb - package org.springframework.security.oauth2.http.converter.jaxb
 
org.springframework.security.oauth2.provider - package org.springframework.security.oauth2.provider
 
org.springframework.security.oauth2.provider.approval - package org.springframework.security.oauth2.provider.approval
 
org.springframework.security.oauth2.provider.authentication - package org.springframework.security.oauth2.provider.authentication
 
org.springframework.security.oauth2.provider.client - package org.springframework.security.oauth2.provider.client
 
org.springframework.security.oauth2.provider.code - package org.springframework.security.oauth2.provider.code
 
org.springframework.security.oauth2.provider.endpoint - package org.springframework.security.oauth2.provider.endpoint
 
org.springframework.security.oauth2.provider.error - package org.springframework.security.oauth2.provider.error
 
org.springframework.security.oauth2.provider.expression - package org.springframework.security.oauth2.provider.expression
 
org.springframework.security.oauth2.provider.implicit - package org.springframework.security.oauth2.provider.implicit
 
org.springframework.security.oauth2.provider.password - package org.springframework.security.oauth2.provider.password
 
org.springframework.security.oauth2.provider.refresh - package org.springframework.security.oauth2.provider.refresh
 
org.springframework.security.oauth2.provider.request - package org.springframework.security.oauth2.provider.request
 
org.springframework.security.oauth2.provider.token - package org.springframework.security.oauth2.provider.token
 
org.springframework.security.oauth2.provider.token.store - package org.springframework.security.oauth2.provider.token.store
 
org.springframework.security.oauth2.provider.token.store.jwk - package org.springframework.security.oauth2.provider.token.store.jwk
 
org.springframework.security.oauth2.provider.token.store.redis - package org.springframework.security.oauth2.provider.token.store.redis
 
org.springframework.security.oauth2.provider.vote - package org.springframework.security.oauth2.provider.vote
 

P

parametersAreAdequate(Map<String, String>) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
By default, OAuth parameters are adequate if a consumer key is present.
parse(Element, ParserContext) - Method in class org.springframework.security.oauth.config.OAuthConsumerBeanDefinitionParser
Deprecated.
 
parse(Element, ParserContext) - Method in class org.springframework.security.oauth.config.OAuthProviderBeanDefinitionParser
Deprecated.
 
parseEndpointAndReturnFilter(Element, ParserContext, String, String) - Method in class org.springframework.security.oauth2.config.xml.AuthorizationServerBeanDefinitionParser
Deprecated.
 
parseEndpointAndReturnFilter(Element, ParserContext, String, String) - Method in class org.springframework.security.oauth2.config.xml.ProviderBeanDefinitionParser
Deprecated.
 
parseEndpointAndReturnFilter(Element, ParserContext, String, String) - Method in class org.springframework.security.oauth2.config.xml.ResourceServerBeanDefinitionParser
Deprecated.
 
parseExpression(String) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionParser
Deprecated.
 
parseExpression(String, ParserContext) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionParser
Deprecated.
 
parseHeaderParameters(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
Deprecated.
Parse the OAuth header parameters.
parseInternal(Element, ParserContext) - Method in class org.springframework.security.oauth2.config.xml.ClientBeanDefinitionParser
Deprecated.
 
parseInternal(Element, ParserContext) - Method in class org.springframework.security.oauth2.config.xml.ProviderBeanDefinitionParser
Deprecated.
 
parseMap(String) - Method in class org.springframework.security.oauth2.common.util.Jackson2JsonParser
Deprecated.
 
parseMap(String) - Method in interface org.springframework.security.oauth2.common.util.JsonParser
Deprecated.
Parse the specified JSON string into a Map.
parseParameterList(String) - Static method in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Parses a string parameter value into a set of strings.
parseParameters(HttpServletRequest) - Method in class org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
Deprecated.
 
parseParameters(HttpServletRequest) - Method in interface org.springframework.security.oauth.provider.OAuthProviderSupport
Deprecated.
Parse the oauth consumer paramters from an HttpServletRequest.
passwordEncoder(PasswordEncoder) - Method in class org.springframework.security.oauth2.config.annotation.builders.JdbcClientDetailsServiceBuilder
Deprecated.
 
passwordEncoder(PasswordEncoder) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
pathMapping(String, String) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
performBuild() - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder
Deprecated.
 
performBuild() - Method in class org.springframework.security.oauth2.config.annotation.builders.InMemoryClientDetailsServiceBuilder
Deprecated.
 
performBuild() - Method in class org.springframework.security.oauth2.config.annotation.builders.JdbcClientDetailsServiceBuilder
Deprecated.
 
PERMIT_ALL_ATTRIBUTE - Static variable in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig
Deprecated.
 
PermitAllConsumers - Annotation Type in org.springframework.security.oauth.provider.attributes
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
PlainTextSignatureMethod - Class in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
PlainTextSignatureMethod(String) - Constructor for class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
Deprecated.
Construct a plain text signature method with the given plain-text secret.
PlainTextSignatureMethod(String, PasswordEncoder, Object) - Constructor for class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
Deprecated.
Construct a plain text signature method with the given plain-text secret.
postAccessToken(Principal, Map<String, String>) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
Deprecated.
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.TokenKeyEndpointRegistrar
Deprecated.
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.TokenKeyEndpointRegistrar
Deprecated.
 
prefix(String) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
ProtectedResourceDetails - Interface in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ProtectedResourceDetailsBeanDefinitionParser - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ProtectedResourceDetailsBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.ProtectedResourceDetailsBeanDefinitionParser
Deprecated.
 
ProtectedResourceDetailsService - Interface in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ProtectedResourceDetailsServiceFactoryBean - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ProtectedResourceDetailsServiceFactoryBean() - Constructor for class org.springframework.security.oauth.config.ProtectedResourceDetailsServiceFactoryBean
Deprecated.
 
ProtectedResourceProcessingFilter - Class in org.springframework.security.oauth.provider.filter
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
ProtectedResourceProcessingFilter() - Constructor for class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
Deprecated.
 
ProviderBeanDefinitionParser - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ProviderBeanDefinitionParser() - Constructor for class org.springframework.security.oauth2.config.xml.ProviderBeanDefinitionParser
Deprecated.
 
ProviderConfiguration - Class in org.springframework.security.oauth2.client.discovery
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ProviderConfiguration() - Constructor for class org.springframework.security.oauth2.client.discovery.ProviderConfiguration
Deprecated.
 
ProviderConfiguration.Builder - Class in org.springframework.security.oauth2.client.discovery
Deprecated.
 
ProviderConfiguration.Builder() - Constructor for class org.springframework.security.oauth2.client.discovery.ProviderConfiguration.Builder
Deprecated.
 
ProviderDiscoveryClient - Class in org.springframework.security.oauth2.client.discovery
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ProviderDiscoveryClient(String) - Constructor for class org.springframework.security.oauth2.client.discovery.ProviderDiscoveryClient
Deprecated.
 
ProxyCreator - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ProxyCreator() - Constructor for class org.springframework.security.oauth2.common.util.ProxyCreator
Deprecated.
 
purgeExpiredApprovals() - Method in class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
put(String, List<String>) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 

R

RandomValueAuthorizationCodeServices - Class in org.springframework.security.oauth2.provider.code
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
RandomValueAuthorizationCodeServices() - Constructor for class org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
Deprecated.
 
RandomValueProviderTokenServices - Class in org.springframework.security.oauth.provider.token
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
RandomValueProviderTokenServices() - Constructor for class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
 
RandomValueStringGenerator - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
RandomValueStringGenerator() - Constructor for class org.springframework.security.oauth2.common.util.RandomValueStringGenerator
Deprecated.
Create a generator with the default length (6).
RandomValueStringGenerator(int) - Constructor for class org.springframework.security.oauth2.common.util.RandomValueStringGenerator
Deprecated.
Create a generator of random strings of the length provided
RandomValueVerifierServices - Class in org.springframework.security.oauth.provider.verifier
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
RandomValueVerifierServices() - Constructor for class org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
Deprecated.
 
read(Class<? extends OAuth2Exception>, HttpInputMessage) - Method in class org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter
Deprecated.
 
readAccessToken(String) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
 
readAccessToken(String) - Method in class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 
readAccessToken(String) - Method in interface org.springframework.security.oauth2.provider.token.ResourceServerTokenServices
Deprecated.
Retrieve the full access token details from just the value.
readAccessToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
readAccessToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
readAccessToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
Delegates to the internal instance JwtTokenStore.readAccessToken(String).
readAccessToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
readAccessToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
readAccessToken(String) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
Read an access token from the store.
readAuthentication(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
readAuthentication(String) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
readAuthentication(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
readAuthentication(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
readAuthentication(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
Delegates to the internal instance JwtTokenStore.readAuthentication(OAuth2AccessToken).
readAuthentication(String) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
Delegates to the internal instance JwtTokenStore.readAuthentication(String).
readAuthentication(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
readAuthentication(String) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
readAuthentication(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
readAuthentication(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
readAuthentication(OAuth2AccessToken) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
Read the authentication stored under the specified token value.
readAuthentication(String) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
Read the authentication stored under the specified token value.
readAuthenticationForRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
readAuthenticationForRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
readAuthenticationForRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
readAuthenticationForRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
readAuthenticationForRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
This operation is not applicable for a Resource Server and if called, will throw a JwkException.
readAuthenticationForRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
readAuthenticationForRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
readAuthenticationForRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
readAuthenticationForRefreshToken(OAuth2RefreshToken) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
 
readInternal(Class<? extends OAuth2AccessToken>, HttpInputMessage) - Method in class org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter
Deprecated.
 
readProtectedResource(URL, OAuthConsumerToken, String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
 
readProtectedResource(URL, OAuthConsumerToken, String) - Method in interface org.springframework.security.oauth.consumer.OAuthConsumerSupport
Deprecated.
Read a protected resource from the given URL using the specified access token and HTTP method.
readRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
readRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
readRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
This operation is not applicable for a Resource Server and if called, will throw a JwkException.
readRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
readRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
readRefreshToken(String) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
Read a refresh token from the store.
readResource(ProtectedResourceDetails, URL, String, OAuthConsumerToken, Map<String, String>, Map<String, String>) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
Read a resource.
readToken(String) - Method in class org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
Deprecated.
 
readToken(String) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
Read a token from persistence.
realm(String) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
REDIRECT_URI - Static variable in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Constant to use while parsing and formatting parameter maps for OAuth2 requests
REDIRECT_URI_MISMATCH - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
redirectMatches(String, String) - Method in class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
Deprecated.
Whether the requested redirect URI "matches" the specified redirect URI.
redirectMatches(String, String) - Method in class org.springframework.security.oauth2.provider.endpoint.ExactMatchRedirectResolver
Deprecated.
Whether the requested redirect URI "matches" the specified redirect URI.
RedirectMismatchException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
RedirectMismatchException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.RedirectMismatchException
Deprecated.
 
RedirectMismatchException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.RedirectMismatchException
Deprecated.
 
redirectResolver(RedirectResolver) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
RedirectResolver - Interface in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
redirectUris(String...) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
redirectUser(UserRedirectRequiredException, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
Redirect the user according to the specified exception.
RedisTokenStore - Class in org.springframework.security.oauth2.provider.token.store.redis
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
RedisTokenStore(RedisConnectionFactory) - Constructor for class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
RedisTokenStoreSerializationStrategy - Interface in org.springframework.security.oauth2.provider.token.store.redis
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
refresh(TokenRequest) - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
 
REFRESH_TOKEN - Static variable in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
The refresh token which can be used to obtain new access tokens using the same authorization grant as described in Section 6.
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenProvider
Deprecated.
 
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.AccessTokenProviderChain
Deprecated.
Obtain a new access token for the specified resource using the refresh token.
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider
Deprecated.
 
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
 
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider
Deprecated.
 
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - Method in class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider
Deprecated.
 
refreshAccessToken(String, TokenRequest) - Method in interface org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices
Deprecated.
Refresh an access token.
refreshAccessToken(String, TokenRequest) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
 
RefreshTokenGranter - Class in org.springframework.security.oauth2.provider.refresh
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
RefreshTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory) - Constructor for class org.springframework.security.oauth2.provider.refresh.RefreshTokenGranter
Deprecated.
 
RefreshTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory, String) - Constructor for class org.springframework.security.oauth2.provider.refresh.RefreshTokenGranter
Deprecated.
 
refreshTokenValiditySeconds(int) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
register(OAuthTokenLifecycleListener...) - Method in interface org.springframework.security.oauth.provider.token.OAuthTokenLifecycleRegistry
Deprecated.
Register lifecycle listener(s) with this registry.
register(OAuthTokenLifecycleListener...) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
Register lifecycle listener(s) with these token services.
REMEMBERED_TOKENS_KEY - Static variable in class org.springframework.security.oauth.consumer.rememberme.HttpSessionOAuthRememberMeServices
Deprecated.
 
rememberTokens(Map<String, OAuthConsumerToken>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth.consumer.rememberme.HttpSessionOAuthRememberMeServices
Deprecated.
 
rememberTokens(Map<String, OAuthConsumerToken>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.oauth.consumer.rememberme.NoOpOAuthRememberMeServices
Deprecated.
 
rememberTokens(Map<String, OAuthConsumerToken>, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.security.oauth.consumer.rememberme.OAuthRememberMeServices
Deprecated.
Remember the specified tokens for the given request.
RemoteTokenServices - Class in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
RemoteTokenServices() - Constructor for class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 
remove(Object) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
remove(String) - Method in class org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices
Deprecated.
 
remove(String) - Method in class org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices
Deprecated.
 
remove(String) - Method in class org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
Deprecated.
 
remove(TokenRequest) - Method in interface org.springframework.security.oauth2.provider.implicit.ImplicitGrantService
Deprecated.
Look up and return the OAuth2Request associated with the given TokenRequest.
remove(TokenRequest) - Method in class org.springframework.security.oauth2.provider.implicit.InMemoryImplicitGrantService
Deprecated.
 
removeAccessToken(OAuth2ProtectedResourceDetails, Authentication) - Method in interface org.springframework.security.oauth2.client.token.ClientTokenServices
Deprecated.
Remove the token (if any) that is stored with the provided resource and authentication.
removeAccessToken(OAuth2ProtectedResourceDetails, Authentication) - Method in class org.springframework.security.oauth2.client.token.JdbcClientTokenServices
Deprecated.
 
removeAccessToken(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
removeAccessToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
removeAccessToken(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
removeAccessToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
removeAccessToken(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
Delegates to the internal instance JwtTokenStore.removeAccessToken(OAuth2AccessToken).
removeAccessToken(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
removeAccessToken(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
removeAccessToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
removeAccessToken(OAuth2AccessToken) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
Remove an access token from the store.
removeAccessTokenUsingRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
removeAccessTokenUsingRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
removeAccessTokenUsingRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
removeAccessTokenUsingRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
This operation is not applicable for a Resource Server and if called, will throw a JwkException.
removeAccessTokenUsingRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
removeAccessTokenUsingRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
removeAccessTokenUsingRefreshToken(OAuth2RefreshToken) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
Remove an access token using a refresh token.
removeClientDetails(String) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
removeClientDetails(String) - Method in interface org.springframework.security.oauth2.provider.ClientRegistrationService
Deprecated.
 
removePreservedState(String) - Method in class org.springframework.security.oauth2.client.DefaultOAuth2ClientContext
Deprecated.
 
removePreservedState(String) - Method in interface org.springframework.security.oauth2.client.OAuth2ClientContext
Deprecated.
 
removeRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
removeRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
removeRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
removeRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
removeRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
This operation is not applicable for a Resource Server and if called, will throw a JwkException.
removeRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
removeRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
removeRefreshToken(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
removeRefreshToken(OAuth2RefreshToken) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
Remove a refresh token from the store.
removeToken(String) - Method in class org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
Deprecated.
 
removeToken(String) - Method in interface org.springframework.security.oauth.consumer.token.OAuthConsumerTokenServices
Deprecated.
Removes the token for the specified resource.
removeToken(String) - Method in class org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
Deprecated.
 
removeToken(String) - Method in class org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
Deprecated.
Remove a token from persistence.
RequestEnhancer - Interface in org.springframework.security.oauth2.client.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
requestFactory(OAuth2RequestFactory) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
requestStore - Variable in class org.springframework.security.oauth2.provider.implicit.InMemoryImplicitGrantService
Deprecated.
 
requestValidator(OAuth2RequestValidator) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
requiresAuthentication(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Whether this filter is configured to process the specified request.
requiresAuthentication(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
Deprecated.
 
resetPreviousAuthentication(Authentication) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
 
resolveRedirect(String, ClientDetails) - Method in class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
Deprecated.
 
resolveRedirect(String, ClientDetails) - Method in interface org.springframework.security.oauth2.provider.endpoint.RedirectResolver
Deprecated.
Resolve the redirect for the specified client.
ResourceBeanDefinitionParser - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ResourceBeanDefinitionParser() - Constructor for class org.springframework.security.oauth2.config.xml.ResourceBeanDefinitionParser
Deprecated.
 
ResourceBeanDefinitionParser.StringListFactoryBean - Class in org.springframework.security.oauth2.config.xml
Deprecated.
Convenience factory bean for enabling comma-separated lists to be specified either as literals or externalized as expressions or placeholders.
ResourceBeanDefinitionParser.StringListFactoryBean(String) - Constructor for class org.springframework.security.oauth2.config.xml.ResourceBeanDefinitionParser.StringListFactoryBean
Deprecated.
 
resourceId(String) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
resourceIds(String...) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
ResourceOwnerPasswordAccessTokenProvider - Class in org.springframework.security.oauth2.client.token.grant.password
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ResourceOwnerPasswordAccessTokenProvider() - Constructor for class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider
Deprecated.
 
ResourceOwnerPasswordResourceDetails - Class in org.springframework.security.oauth2.client.token.grant.password
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ResourceOwnerPasswordResourceDetails() - Constructor for class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails
Deprecated.
 
ResourceOwnerPasswordTokenGranter - Class in org.springframework.security.oauth2.provider.password
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ResourceOwnerPasswordTokenGranter(AuthenticationManager, AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory) - Constructor for class org.springframework.security.oauth2.provider.password.ResourceOwnerPasswordTokenGranter
Deprecated.
 
ResourceOwnerPasswordTokenGranter(AuthenticationManager, AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory, String) - Constructor for class org.springframework.security.oauth2.provider.password.ResourceOwnerPasswordTokenGranter
Deprecated.
 
ResourceServerBeanDefinitionParser - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ResourceServerBeanDefinitionParser() - Constructor for class org.springframework.security.oauth2.config.xml.ResourceServerBeanDefinitionParser
Deprecated.
 
ResourceServerConfiguration - Class in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ResourceServerConfiguration() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration
Deprecated.
 
ResourceServerConfigurer - Interface in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ResourceServerConfigurerAdapter - Class in org.springframework.security.oauth2.config.annotation.web.configuration
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ResourceServerConfigurerAdapter() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
Deprecated.
 
ResourceServerSecurityConfigurer - Class in org.springframework.security.oauth2.config.annotation.web.configurers
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ResourceServerSecurityConfigurer() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
ResourceServerTokenServices - Interface in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ResourceSpecificConsumerDetails - Interface in org.springframework.security.oauth.provider
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
RESPONSE_TYPE - Static variable in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Constant to use while parsing and formatting parameter maps for OAuth2 requests
restTemplate - Variable in class org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter
Deprecated.
 
RestTemplateBeanDefinitionParser - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
RestTemplateBeanDefinitionParser() - Constructor for class org.springframework.security.oauth2.config.xml.RestTemplateBeanDefinitionParser
Deprecated.
 
RestTemplateHolder - Interface in org.springframework.security.oauth2.client.test
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
retrieveToken(AccessTokenRequest, OAuth2ProtectedResourceDetails, MultiValueMap<String, String>, HttpHeaders) - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
reuseRefreshTokens(boolean) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
revokeApprovals(Collection<Approval>) - Method in interface org.springframework.security.oauth2.provider.approval.ApprovalStore
Deprecated.
 
revokeApprovals(Collection<Approval>) - Method in class org.springframework.security.oauth2.provider.approval.InMemoryApprovalStore
Deprecated.
 
revokeApprovals(Collection<Approval>) - Method in class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
revokeApprovals(Collection<Approval>) - Method in class org.springframework.security.oauth2.provider.approval.TokenApprovalStore
Deprecated.
Revoke all tokens that match the client and user in the approvals supplied.
revokeToken(String) - Method in interface org.springframework.security.oauth2.provider.token.ConsumerTokenServices
Deprecated.
 
revokeToken(String) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
 
RSA_SHA1SignatureMethod - Class in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
RSA_SHA1SignatureMethod(PrivateKey, PublicKey) - Constructor for class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
Deprecated.
Construct a RSA-SHA1 signature method with the given RSA-SHA1 public/private key pair.
RSA_SHA1SignatureMethod(PrivateKey) - Constructor for class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
Deprecated.
Construct a RSA-SHA1 signature method with the given RSA-SHA1 private key.
RSA_SHA1SignatureMethod(PublicKey) - Constructor for class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
Deprecated.
Construct a RSA-SHA1 signature method with the given RSA-SHA1 public key.
RSAKeySecret - Class in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
RSAKeySecret(PrivateKey, PublicKey) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Deprecated.
 
RSAKeySecret(byte[], byte[]) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Deprecated.
Create an RSA public key secret with the given private and public key value.
RSAKeySecret(String, String) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Deprecated.
Create an RSA public key secret with the given private and public key.
RSAKeySecret(PublicKey) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Deprecated.
Construct an RSA public key secret with the given public key.
RSAKeySecret(byte[]) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Deprecated.
Create an RSA public key secret with the given public key value.
RSAKeySecret(String) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Deprecated.
Create an RSA public key secret with the given public key value.
RSAKeySecret(X509Certificate) - Constructor for class org.springframework.security.oauth.common.signature.RSAKeySecret
Deprecated.
Create an RSA public key secret with the given X509 certificate.

S

SAFE_CHARACTERS - Static variable in class org.springframework.security.oauth.common.OAuthCodec
Deprecated.
 
SaltedConsumerSecret - Interface in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
saveAccessToken(OAuth2ProtectedResourceDetails, Authentication, OAuth2AccessToken) - Method in interface org.springframework.security.oauth2.client.token.ClientTokenServices
Deprecated.
Save or update the access token for this resource and authentication (may be null).
saveAccessToken(OAuth2ProtectedResourceDetails, Authentication, OAuth2AccessToken) - Method in class org.springframework.security.oauth2.client.token.JdbcClientTokenServices
Deprecated.
 
SCOPE - Static variable in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
The scope of the access token as described by Section 3.3
SCOPE - Static variable in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Constant to use while parsing and formatting parameter maps for OAuth2 requests
SCOPE - Static variable in interface org.springframework.security.oauth2.provider.token.AccessTokenConverter
Deprecated.
 
SCOPE_PREFIX - Static variable in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Constant to use as a prefix for scope approval
scopes(String...) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
ScopeVoter - Class in org.springframework.security.oauth2.provider.vote
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
ScopeVoter() - Constructor for class org.springframework.security.oauth2.provider.vote.ScopeVoter
Deprecated.
 
secret(String) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.ClientBuilder
Deprecated.
 
SecurityContextAccessor - Interface in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
selectProxy(URL) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
Selects a proxy for the given URL.
SerializationException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
SerializationException() - Constructor for exception org.springframework.security.oauth2.common.exceptions.SerializationException
Deprecated.
 
SerializationException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.SerializationException
Deprecated.
 
SerializationException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.SerializationException
Deprecated.
 
SerializationException(Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.SerializationException
Deprecated.
 
SerializationStrategy - Interface in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
SerializationUtils - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
SerializationUtils() - Constructor for class org.springframework.security.oauth2.common.util.SerializationUtils
Deprecated.
 
serialize(OAuth2Exception, JsonGenerator, SerializerProvider) - Method in class org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Serializer
Deprecated.
 
serialize(OAuth2AccessToken, JsonGenerator, SerializerProvider) - Method in class org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Serializer
Deprecated.
 
serialize(Object) - Method in class org.springframework.security.oauth2.common.util.DefaultSerializationStrategy
Deprecated.
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.springframework.security.oauth2.common.util.JsonDateSerializer
Deprecated.
 
serialize(Object) - Method in interface org.springframework.security.oauth2.common.util.SerializationStrategy
Deprecated.
Serializes an object.
serialize(Object) - Static method in class org.springframework.security.oauth2.common.util.SerializationUtils
Deprecated.
 
serialize(Object) - Method in class org.springframework.security.oauth2.provider.token.store.redis.BaseRedisTokenStoreSerializationStrategy
Deprecated.
 
serialize(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.BaseRedisTokenStoreSerializationStrategy
Deprecated.
 
serialize(Object) - Method in interface org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStoreSerializationStrategy
Deprecated.
 
serialize(String) - Method in interface org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStoreSerializationStrategy
Deprecated.
 
serializeAccessToken(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
serializeAuthentication(OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
serializeInternal(Object) - Method in class org.springframework.security.oauth2.provider.token.store.redis.BaseRedisTokenStoreSerializationStrategy
Deprecated.
 
serializeInternal(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.BaseRedisTokenStoreSerializationStrategy
Deprecated.
 
serializeInternal(Object) - Method in class org.springframework.security.oauth2.provider.token.store.redis.JdkSerializationStrategy
Deprecated.
 
serializeInternal(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.StandardStringSerializationStrategy
Deprecated.
 
serializeRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
set(String, String) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
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.
setAccessToken(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.client.DefaultOAuth2ClientContext
Deprecated.
 
setAccessToken(OAuth2AccessToken) - Method in interface org.springframework.security.oauth2.client.OAuth2ClientContext
Deprecated.
 
setAccessTokenConverter(AccessTokenConverter) - Method in class org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint
Deprecated.
 
setAccessTokenConverter(AccessTokenConverter) - Method in class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 
setAccessTokenConverter(AccessTokenConverter) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
setAccessTokenHttpMethod(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
Deprecated.
 
setAccessTokenProvider(AccessTokenProvider) - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
 
setAccessTokenProvider(AccessTokenProvider) - Method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
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.
setAccessTokenUri(String) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
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.
setAccessTokenValiditySeconds(Integer) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
setAccessTokenValiditySeconds(int) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
The default validity (in seconds) of the access token.
setAddApprovalStatement(String) - Method in class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
setAdditionalInformation(Map<String, Object>) - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
Additional information that token granters would like to add to the token, e.g. to support new token types.
setAdditionalInformation(Map<String, ?>) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
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.
 
setAll(Map<String, String>) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
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.
setAllowedRequestMethods(Set<HttpMethod>) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
Deprecated.
 
setAllowOnlyPost(boolean) - Method in class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter
Deprecated.
 
setAllowRefresh(boolean) - Method in class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenGranter
Deprecated.
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter
Deprecated.
 
setApprovalExpiryInSeconds(int) - Method in class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
 
setApprovalParameter(String) - Method in class org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler
Deprecated.
 
setApprovalParameter(String) - Method in class org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler
Deprecated.
 
setApprovalParameter(String) - Method in class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
Deprecated.
The name of the request parameter that distinguishes a call to approve an authorization.
setApprovalParameters(Map<String, String>) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
setApprovalStore(ApprovalStore) - Method in class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
 
setApprovalStore(ApprovalStore) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
ApprovalStore to be used to validate and restrict refresh tokens.
setApproved(boolean) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
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.
setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
 
setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
A source of authentication details for requests that result in authentication.
setAuthenticationEntryPoint(OAuthProcessingFilterEntryPoint) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
The authentication entry point.
setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
 
setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter
Deprecated.
 
setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
An authentication entry point that can handle unsuccessful authentication.
setAuthenticationEventPublisher(AuthenticationEventPublisher) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
 
setAuthenticationHandler(ClientAuthenticationHandler) - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
setAuthenticationKeyGenerator(AuthenticationKeyGenerator) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
setAuthenticationKeyGenerator(AuthenticationKeyGenerator) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setAuthenticationKeyGenerator(AuthenticationKeyGenerator) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
 
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
An authentication manager that will be used (if provided) to check the user authentication when a token is refreshed.
setAuthenticationScheme(AuthenticationScheme) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
setAuthenticator(OAuth2RequestAuthenticator) - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
Strategy for extracting an Authorization header from an access token and the request details.
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.
setAuthorities(Collection<? extends GrantedAuthority>) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
setAuthorities(Collection<? extends GrantedAuthority>) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
setAuthorizationCode(String) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
setAuthorizationCode(String) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
setAuthorizationCodeServices(AuthorizationCodeServices) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
setAuthorizationHeaderRealm(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
Deprecated.
 
setAuthorizationRequestEnhancer(RequestEnhancer) - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
A custom enhancer for the authorization request
setAuthorizedGrantTypes(Collection<String>) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
setAutoApproveScopes(Collection<String>) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
setBareContext(OAuth2ClientContext) - Method in class org.springframework.security.oauth2.config.xml.OAuth2ClientContextFactoryBean
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.
setCheckTokenEndpointUrl(String) - Method in class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 
setCheckUserScopes(boolean) - Method in class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestFactory
Deprecated.
Flag to indicate that scopes should be interpreted as valid authorities.
setCleanupIntervalSeconds(Integer) - Method in class org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
Deprecated.
The interval at which to schedule cleanup.
setClientAuthenticationScheme(AuthenticationScheme) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
setClientAuthoritiesAreScopes(boolean) - Method in class org.springframework.security.oauth2.provider.vote.ClientScopeVoter
Deprecated.
Flag to signal that when there is no user authentication client authorities are to be treated as scopes.
setClientDetailsService(ClientDetailsService) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
N.B. this method is not part of the public API.
setClientDetailsService(ClientDetailsService) - Method in class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
Service to load client details (optional) for auto approval checks.
setClientDetailsService(ClientDetailsService) - Method in class org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler
Deprecated.
Service to load client details (optional) for auto approval checks.
setClientDetailsService(ClientDetailsService) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager
Deprecated.
 
setClientDetailsService(ClientDetailsService) - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
setClientDetailsService(ClientDetailsService) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
The client details service to use for looking up clients (if necessary).
setClientDetailsService(ClientDetailsService) - Method in class org.springframework.security.oauth2.provider.vote.ClientScopeVoter
Deprecated.
ClientDetailsService for looking up clients by ID.
setClientDetailsStore(Map<String, ? extends ClientDetails>) - Method in class org.springframework.security.oauth2.provider.client.InMemoryClientDetailsService
Deprecated.
 
setClientId(String) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
setClientId(String) - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
setClientId(String) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
setClientId(String) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
setClientId(String) - Method in class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 
setClientId(String) - Method in class org.springframework.security.oauth2.provider.TokenRequest
Deprecated.
 
setClientIdAttribute(String) - Method in class org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverter
Deprecated.
Set client id attribute name to be used in the converted token.
setClientKeyGenerator(ClientKeyGenerator) - Method in class org.springframework.security.oauth2.client.token.JdbcClientTokenServices
Deprecated.
 
setClientSecret(String) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
setClientSecret(String) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
setClientSecret(String) - Method in class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 
setClientTokenServices(ClientTokenServices) - Method in class org.springframework.security.oauth2.client.token.AccessTokenProviderChain
Deprecated.
Token services for long-term persistence of access tokens.
setConfigurers(List<ResourceServerConfigurer>) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration
Deprecated.
 
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.
 
setCookie(String) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
setCookie(String) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
setCurrentUri(String) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
setCurrentUri(String) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
setDecodedDetails(Object) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
The authentication details obtained by decoding the access token if available.
setDefaultAuthorities(String[]) - Method in class org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter
Deprecated.
Default value for authorities if an Authentication is being created and the input has no data for authorities.
setDeleteAccessTokenFromRefreshTokenSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setDeleteAccessTokenSql(String) - Method in class org.springframework.security.oauth2.client.token.JdbcClientTokenServices
Deprecated.
 
setDeleteAccessTokenSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setDeleteApprovalStatment(String) - Method in class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
setDeleteAuthenticationSql(String) - Method in class org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices
Deprecated.
 
setDeleteClientDetailsSql(String) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
setDeleteRefreshTokenSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setDenyAccess(String) - Method in class org.springframework.security.oauth2.provider.vote.ClientScopeVoter
Deprecated.
The name of the config attribute that can be used to deny access to OAuth2 client.
setDenyAccess(String) - Method in class org.springframework.security.oauth2.provider.vote.ScopeVoter
Deprecated.
The name of the config attribute that can be used to deny access to OAuth2 client.
setDetails(Object) - Method in class org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
Deprecated.
 
setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
 
setErrorPage(String) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
setExceptionRenderer(OAuth2ExceptionRenderer) - Method in class org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler
Deprecated.
 
setExceptionTranslator(WebResponseExceptionTranslator<OAuth2Exception>) - Method in class org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint
Deprecated.
 
setExceptionTranslator(WebResponseExceptionTranslator<?>) - Method in class org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler
Deprecated.
 
setExistingToken(OAuth2AccessToken) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
setExistingToken(OAuth2AccessToken) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
setExpiration(Date) - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
The instant the token expires.
setExpireApprovalStatement(String) - Method in class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
setExpiresAt(Date) - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
setExpiresIn(int) - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
 
setExtensions(Map<String, Serializable>) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
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.
 
setFindApprovalStatement(String) - Method in class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
setFindClientDetailsSql(String) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
setFlushInterval(int) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
The number of tokens to store before flushing expired tokens.
setGrantType(String) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
setGrantType(String) - Method in class org.springframework.security.oauth2.provider.TokenRequest
Deprecated.
 
setHandleRevocationsAsExpiry(boolean) - Method in class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
setHeaders(Map<? extends String, ? extends List<String>>) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
setHeaders(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
setId(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
Deprecated.
 
setId(String) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
setIgnoreMissingCredentials(boolean) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Whether to ignore missing OAuth credentials.
setImplicitGrantService(ImplicitGrantService) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
setImplicitGrantService(ImplicitGrantService) - Method in class org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter
Deprecated.
 
setIncludeGrantType(boolean) - Method in class org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverter
Deprecated.
Flag to indicate the the grant type should be included in the converted token.
setInsertAccessTokenSql(String) - Method in class org.springframework.security.oauth2.client.token.JdbcClientTokenServices
Deprecated.
 
setInsertAccessTokenSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setInsertAuthenticationSql(String) - Method in class org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices
Deprecated.
 
setInsertClientDetailsSql(String) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
setInsertRefreshTokenSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
Sets the request interceptors that this accessor should use.
setJwtClaimsSetVerifier(JwtClaimsSetVerifier) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
setKeyPair(KeyPair) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
 
setLastUpdatedAt(Date) - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
setLength(int) - Method in class org.springframework.security.oauth2.common.util.RandomValueStringGenerator
Deprecated.
The length of string to generate.
setListFactory(JdbcListFactory) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
setMappings(Map<String, String>) - Method in class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
Deprecated.
Custom mappings for framework endpoint paths.
setMatchPorts(boolean) - Method in class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
Deprecated.
Flag that enables/disables port matching between the requested redirect URI and the registered redirect URI(s).
setMatchSubdomains(boolean) - Method in class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
Deprecated.
Flag to indicate that requested URIs will match if they are a subdomain of the registered value.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.security.oauth2.client.http.OAuth2ErrorHandler
Deprecated.
 
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
 
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.security.oauth2.provider.error.DefaultOAuth2ExceptionRenderer
Deprecated.
 
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.
setOAuth2RequestFactory(OAuth2RequestFactory) - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
setOAuth2RequestValidator(OAuth2RequestValidator) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
setOAuth2RequestValidator(OAuth2RequestValidator) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
Deprecated.
 
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.
setOrder(int) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration
Deprecated.
 
setParameterIncludes(Collection<String>) - Method in class org.springframework.security.oauth2.client.token.DefaultRequestEnhancer
Deprecated.
 
setParameters(Map<String, String>) - Method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
 
setPassword(String) - Method in class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails
Deprecated.
 
setPasswordEncoder(PasswordEncoder) - Method in class org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService
Deprecated.
 
setPasswordEncoder(PasswordEncoder) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
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.
setPreEstablishedRedirectUri(String) - Method in class org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails
Deprecated.
The redirect URI that has been pre-established with the server.
setPrefix(String) - Method in class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
Deprecated.
 
setPrefix(String) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
setPreservedState(String, Object) - Method in class org.springframework.security.oauth2.client.DefaultOAuth2ClientContext
Deprecated.
 
setPreservedState(String, Object) - Method in interface org.springframework.security.oauth2.client.OAuth2ClientContext
Deprecated.
Convenience method for saving state in the OAuth2ClientContext.
setPreservedState(Object) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
setPreservedState(Object) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
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.
setProviderExceptionHandler(WebResponseExceptionTranslator<OAuth2Exception>) - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
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.
setRandom(Random) - Method in class org.springframework.security.oauth2.common.util.RandomValueStringGenerator
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.
 
setRealmName(String) - Method in class org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint
Deprecated.
 
setRedirectGrantTypes(Collection<String>) - Method in class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
Deprecated.
Grant types that are permitted to have a redirect uri.
setRedirectResolver(RedirectResolver) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
setRedirectStrategy(RedirectStrategy) - Method in class org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
Deprecated.
The redirect strategy.
setRedirectStrategy(RedirectStrategy) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
 
setRedirectUri(String) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
setRefreshApprovalStatement(String) - Method in class org.springframework.security.oauth2.provider.approval.JdbcApprovalStore
Deprecated.
 
setRefreshToken(OAuth2RefreshToken) - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
The refresh token associated with the access token, if any.
setRefreshTokenValiditySeconds(Integer) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
setRefreshTokenValiditySeconds(int) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
The validity (in seconds) of the refresh token.
setRegisteredRedirectUri(Set<String>) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
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.
 
setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
Set the request factory that this template uses for obtaining HttpRequests.
setRequestFactory(OAuth2RequestFactory) - Method in class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
 
setRequestFactory(OAuth2RequestFactory) - Method in class org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler
Deprecated.
 
setRequestParameters(Map<String, String>) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
Set the Request Parameters on this authorization request, which represent the original request parameters and should never be changed during processing.
setRequestParameters(Map<String, String>) - Method in class org.springframework.security.oauth2.provider.TokenRequest
Deprecated.
Set the Request Parameters on this authorization request, which represent the original request parameters and should never be changed during processing.
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.
setResource(OAuth2ProtectedResourceDetails) - Method in exception org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
Deprecated.
 
setResource(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.config.xml.OAuth2ClientContextFactoryBean
Deprecated.
 
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.
setResourceId(String) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager
Deprecated.
 
setResourceIds(Set<String>) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
setResourceIds(Collection<String>) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
setResourceIdsAndAuthoritiesFromClientDetails(ClientDetails) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
Convenience method to set resourceIds and authorities on this request by inheriting from a ClientDetails object.
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.
setResponseTypes(Set<String>) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
setRestTemplate(OAuth2RestOperations) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter
Deprecated.
A rest template to be used to obtain an access token.
setRestTemplate(RestOperations) - Method in interface org.springframework.security.oauth2.client.test.RestTemplateHolder
Deprecated.
 
setRestTemplate(RestOperations) - Method in class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 
setRetryBadAccessTokens(boolean) - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
Flag to determine whether a request that has an existing access token, and which then leads to an AccessTokenRequiredException should be retried (immediately, once).
setReuseRefreshToken(boolean) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
Whether to reuse refresh tokens (until expired).
setRowMapper(RowMapper<ClientDetails>) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
setScope(List<String>) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
setScope(Set<String>) - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
The scope of the token.
setScope(String) - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
setScope(Collection<String>) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
Set the scope value.
setScope(Collection<String>) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
setScope(Collection<String>) - Method in class org.springframework.security.oauth2.provider.TokenRequest
Deprecated.
Set the scope value.
setScopeAttribute(String) - Method in class org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverter
Deprecated.
Set scope attribute name to be used in the converted token.
setScopedContext(OAuth2ClientContext) - Method in class org.springframework.security.oauth2.config.xml.OAuth2ClientContextFactoryBean
Deprecated.
 
setScopePrefix(String) - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
Prefix for scope approval parameters.
setScopePrefix(String) - Method in class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
The prefix applied to incoming parameters that signal approval or denial of a scope.
setScopePrefix(String) - Method in class org.springframework.security.oauth2.provider.vote.ScopeVoter
Deprecated.
Allows the default role prefix of SCOPE_ to be overridden.
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.
setSecurityContextAccessor(SecurityContextAccessor) - Method in class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestFactory
Deprecated.
 
setSelectAccessTokenAuthenticationSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setSelectAccessTokenFromAuthenticationSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setSelectAccessTokensFromClientIdSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setSelectAccessTokensFromUserNameAndClientIdSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setSelectAccessTokensFromUserNameSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setSelectAccessTokenSql(String) - Method in class org.springframework.security.oauth2.client.token.JdbcClientTokenServices
Deprecated.
 
setSelectAccessTokenSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setSelectAuthenticationSql(String) - Method in class org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices
Deprecated.
 
setSelectClientDetailsSql(String) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
setSelectRefreshTokenAuthenticationSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setSelectRefreshTokenSql(String) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
setSerializationStrategy(SerializationStrategy) - Static method in class org.springframework.security.oauth2.common.util.SerializationUtils
Deprecated.
Sets a new serialization strategy.
setSerializationStrategy(RedisTokenStoreSerializationStrategy) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
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.
setSigner(Signer) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
Unconditionally set the signer to use (if needed).
setSigningKey(String) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
Sets the JWT signing key.
setState(String) - Method in class org.springframework.security.oauth2.provider.AuthorizationRequest
Deprecated.
 
setStateKey(String) - Method in exception org.springframework.security.oauth2.client.resource.UserRedirectRequiredException
Deprecated.
The key to the state to preserve.
setStateKey(String) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenRequest
Deprecated.
 
setStateKey(String) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
setStateKeyGenerator(StateKeyGenerator) - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
 
setStateless(boolean) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
Flag to say that this filter guards stateless resources (default true).
setStateMandatory(boolean) - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
Flag to say that the use of state parameter is mandatory.
setStateToPreserve(Object) - Method in exception org.springframework.security.oauth2.client.resource.UserRedirectRequiredException
Deprecated.
The state that needs to be preserved and set up in the security context when the user returns.
setStatus(Approval.ApprovalStatus) - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
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.
setSupportRefreshToken(boolean) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
Whether to support the refresh token.
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.
setThrowableAnalyzer(ThrowableAnalyzer) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
 
setThrowableAnalyzer(ThrowableAnalyzer) - Method in class org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator
Deprecated.
 
setThrowException(boolean) - Method in class org.springframework.security.oauth2.provider.vote.ClientScopeVoter
Deprecated.
Flag to determine the behaviour on access denied.
setThrowException(boolean) - Method in class org.springframework.security.oauth2.provider.vote.ScopeVoter
Deprecated.
Flag to determine the behaviour on access denied.
setTimestamp(long) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
Deprecated.
Timestamp associated with this token.
setTokenEnhancer(TokenEnhancer) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
An access token enhancer that will be applied to a new token before it is saved in the token store.
setTokenEnhancer(JwtAccessTokenConverter) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
setTokenEnhancers(List<TokenEnhancer>) - Method in class org.springframework.security.oauth2.provider.token.TokenEnhancerChain
Deprecated.
 
setTokenExtractor(TokenExtractor) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
Deprecated.
 
setTokenGranter(TokenGranter) - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
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.
setTokenName(String) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
setTokenName(String) - Method in class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 
setTokenRequestEnhancer(RequestEnhancer) - Method in class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
Deprecated.
A custom enhancer for the access token request
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.
setTokenServices(ResourceServerTokenServices) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter
Deprecated.
Reference to a CheckTokenServices that can validate an OAuth2AccessToken
setTokenServices(ResourceServerTokenServices) - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager
Deprecated.
 
setTokenStore(TokenStore) - Method in class org.springframework.security.oauth2.provider.approval.TokenApprovalStore
Deprecated.
 
setTokenStore(TokenStore) - Method in class org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler
Deprecated.
 
setTokenStore(TokenStore) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
The persistence strategy for token storage.
setTokenType(String) - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
The token type, as introduced in draft 11 of the OAuth 2 spec.
setTypeName(String) - Method in class org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint
Deprecated.
 
setTypeOfSecret(Object) - Method in class org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
Deprecated.
 
setUpdateClientDetailsSql(String) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
setUpdateClientSecretSql(String) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
setUse10a(boolean) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
Deprecated.
 
setUseCurrentUri(boolean) - Method in class org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails
Deprecated.
Flag to signal that the current URI (if set) in the request should be used in preference to the pre-established redirect URI.
setUserApprovalHandler(UserApprovalHandler) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
setUserApprovalPage(String) - Method in class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
Deprecated.
 
setUserAuthentication(Authentication) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
Deprecated.
The authentication of the user who granted the access token.
setUserAuthorizationUri(String) - Method in class org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails
Deprecated.
The URI to which the user is to be redirected to authorize an access token.
setUserAuthorizationURL(String) - Method in class org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
Deprecated.
 
setUserDetailsService(UserDetailsService) - Method in class org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter
Deprecated.
Optional UserDetailsService to use when extracting an Authentication from the incoming map.
setUserId(String) - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
setUsername(String) - Method in class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails
Deprecated.
 
setUserTokenConverter(UserAuthenticationConverter) - Method in class org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverter
Deprecated.
Converter for the part of the data in the token representing a user.
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.
setValue(String) - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
 
setVerifier(String) - Method in class org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
Deprecated.
The verifier string for this (access) token.
setVerifier(SignatureVerifier) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
Unconditionally set the verifier (the verifer key is then ignored).
setVerifierKey(String) - Method in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
The key used for verifying signatures produced by this class.
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
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
SharedConsumerSecretImpl - Class in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
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
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
SignatureSecretEditor - Class in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
SignatureSecretEditor() - Constructor for class org.springframework.security.oauth.common.signature.SignatureSecretEditor
Deprecated.
 
size() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
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.
split(String, String) - Static method in class org.springframework.security.oauth2.client.http.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.
splitEachArrayElementAndCreateMap(String[], String, String) - Static method in class org.springframework.security.oauth2.client.http.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.
splitIgnoringQuotes(String, char) - Static method in class org.springframework.security.oauth2.client.http.StringSplitUtils
Deprecated.
Splits a given string on the given separator character, skips the contents of quoted substrings when looking for separators.
sslOnly() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
standard(RestTemplateHolder) - Static method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
Create a new client that knows how to create its protected resource with no externalization help.
StandardStringSerializationStrategy - Class in org.springframework.security.oauth2.provider.token.store.redis
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
StandardStringSerializationStrategy() - Constructor for class org.springframework.security.oauth2.provider.token.store.redis.StandardStringSerializationStrategy
Deprecated.
 
starting(FrameworkMethod) - Method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
 
STATE - Static variable in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Constant to use while parsing and formatting parameter maps for OAuth2 requests
StateKeyGenerator - Interface in org.springframework.security.oauth2.client.filter.state
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
stateless(boolean) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
Flag to indicate that only token-based authentication is allowed on these resources.
store(String, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices
Deprecated.
 
store(String, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices
Deprecated.
 
store(String, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
Deprecated.
 
store(OAuth2Request, TokenRequest) - Method in interface org.springframework.security.oauth2.provider.implicit.ImplicitGrantService
Deprecated.
Save an association between an OAuth2Request and a TokenRequest.
store(OAuth2Request, TokenRequest) - Method in class org.springframework.security.oauth2.provider.implicit.InMemoryImplicitGrantService
Deprecated.
 
storeAccessToken(OAuth2AccessToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
storeAccessToken(OAuth2AccessToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
storeAccessToken(OAuth2AccessToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
This operation is not applicable for a Resource Server and if called, will throw a JwkException.
storeAccessToken(OAuth2AccessToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
storeAccessToken(OAuth2AccessToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
storeAccessToken(OAuth2AccessToken, OAuth2Authentication) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
Store an access token.
storeRefreshToken(OAuth2RefreshToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore
Deprecated.
 
storeRefreshToken(OAuth2RefreshToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.JdbcTokenStore
Deprecated.
 
storeRefreshToken(OAuth2RefreshToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore
Deprecated.
This operation is not applicable for a Resource Server and if called, will throw a JwkException.
storeRefreshToken(OAuth2RefreshToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.JwtTokenStore
Deprecated.
 
storeRefreshToken(OAuth2RefreshToken, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore
Deprecated.
 
storeRefreshToken(OAuth2RefreshToken, OAuth2Authentication) - Method in interface org.springframework.security.oauth2.provider.token.TokenStore
Deprecated.
Store the specified refresh token in the store.
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
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
StringSplitUtils() - Constructor for class org.springframework.security.oauth.common.StringSplitUtils
Deprecated.
 
StringSplitUtils - Class in org.springframework.security.oauth2.client.http
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
StringSplitUtils() - Constructor for class org.springframework.security.oauth2.client.http.StringSplitUtils
Deprecated.
 
subSequence(int, int) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
Deprecated.
 
successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter
Deprecated.
 
successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter
Deprecated.
 
supports(ConfigAttribute) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
Deprecated.
The config attribute is supported if it's an instance of ConsumerSecurityConfig.
supports(Class<?>) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
Deprecated.
All classes are supported.
supports(Class<?>) - Method in class org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter
Deprecated.
 
supports(ConfigAttribute) - Method in class org.springframework.security.oauth2.provider.vote.ClientScopeVoter
Deprecated.
 
supports(Class<?>) - Method in class org.springframework.security.oauth2.provider.vote.ClientScopeVoter
Deprecated.
This implementation supports any type of class, because it does not query the presented secure object.
supports(ConfigAttribute) - Method in class org.springframework.security.oauth2.provider.vote.ScopeVoter
Deprecated.
 
supports(Class<?>) - Method in class org.springframework.security.oauth2.provider.vote.ScopeVoter
Deprecated.
This implementation supports any type of class, because it does not query the presented secure object.
supportsRefresh(OAuth2ProtectedResourceDetails) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenProvider
Deprecated.
 
supportsRefresh(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.token.AccessTokenProviderChain
Deprecated.
 
supportsRefresh(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider
Deprecated.
 
supportsRefresh(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
 
supportsRefresh(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider
Deprecated.
 
supportsRefresh(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider
Deprecated.
 
supportsResource(OAuth2ProtectedResourceDetails) - Method in interface org.springframework.security.oauth2.client.token.AccessTokenProvider
Deprecated.
Whether this provider supports the specified resource.
supportsResource(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.token.AccessTokenProviderChain
Deprecated.
 
supportsResource(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider
Deprecated.
 
supportsResource(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
Deprecated.
 
supportsResource(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider
Deprecated.
 
supportsResource(OAuth2ProtectedResourceDetails) - Method in class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider
Deprecated.
 

T

TestAccounts - Interface in org.springframework.security.oauth2.client.test
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
throwOnError(boolean) - Method in class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
Deprecated.
Check if any scope decisions have been denied in the current context and throw an exception if so.
TOKEN_ID - Static variable in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
Deprecated.
Field name for token id.
TOKEN_TYPE - Static variable in interface org.springframework.security.oauth2.common.OAuth2AccessToken
Deprecated.
The type of the token issued as described in Section 7.1.
TokenApprovalStore - Class in org.springframework.security.oauth2.provider.approval
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
TokenApprovalStore() - Constructor for class org.springframework.security.oauth2.provider.approval.TokenApprovalStore
Deprecated.
 
tokenCreated(OAuthProviderToken) - Method in interface org.springframework.security.oauth.provider.token.OAuthTokenLifecycleListener
Deprecated.
Lifecycle event for a created token.
tokenEndpoint(String) - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration.Builder
Deprecated.
 
tokenEndpoint() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
 
TokenEndpoint - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
TokenEndpoint() - Constructor for class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
Deprecated.
 
TokenEndpointAuthenticationFilter - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
TokenEndpointAuthenticationFilter(AuthenticationManager, OAuth2RequestFactory) - Constructor for class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
 
tokenEndpointAuthenticationFilters(List<Filter>) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
Sets a new list of custom authentication filters for the TokenEndpoint.
tokenEnhancer(TokenEnhancer) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
TokenEnhancer - Interface in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
TokenEnhancerChain - Class in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
TokenEnhancerChain() - Constructor for class org.springframework.security.oauth2.provider.token.TokenEnhancerChain
Deprecated.
 
tokenExpired(OAuthProviderToken) - Method in interface org.springframework.security.oauth.provider.token.OAuthTokenLifecycleListener
Deprecated.
Lifecycle event for an expired token.
tokenExtractor(TokenExtractor) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
TokenExtractor - Interface in org.springframework.security.oauth2.provider.authentication
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
tokenGranter(TokenGranter) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
TokenGranter - Interface in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
tokenKeyAccess(String) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
TokenKeyEndpoint - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
TokenKeyEndpoint(JwtAccessTokenConverter) - Constructor for class org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint
Deprecated.
 
TokenRequest - Class in org.springframework.security.oauth2.provider
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
TokenRequest() - Constructor for class org.springframework.security.oauth2.provider.TokenRequest
Deprecated.
Default constructor
TokenRequest(Map<String, String>, String, Collection<String>, String) - Constructor for class org.springframework.security.oauth2.provider.TokenRequest
Deprecated.
Full constructor.
TokenServiceBeanDefinitionParser - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
TokenServiceBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.TokenServiceBeanDefinitionParser
Deprecated.
 
tokenServices(AuthorizationServerTokenServices) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
tokenServices(ResourceServerTokenServices) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
tokenStore - Variable in class org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
Deprecated.
 
tokenStore(TokenStore) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
tokenStore(TokenStore) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
Deprecated.
 
TokenStore - Interface in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
TokenStoreUserApprovalHandler - Class in org.springframework.security.oauth2.provider.approval
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
TokenStoreUserApprovalHandler() - Constructor for class org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler
Deprecated.
 
toSingleValueMap() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
toString() - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
Deprecated.
 
toString() - Method in class org.springframework.security.oauth.consumer.OAuthConsumerToken
Deprecated.
 
toString() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
toString() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
 
toString() - Method in class org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken
Deprecated.
 
toString() - Method in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
toString() - Method in class org.springframework.security.oauth2.provider.approval.Approval
Deprecated.
 
toString() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
 
toString() - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
translate(Exception) - Method in class org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator
Deprecated.
 
translate(Exception) - Method in interface org.springframework.security.oauth2.provider.error.WebResponseExceptionTranslator
Deprecated.
 

U

UnapprovedClientAuthenticationException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
UnapprovedClientAuthenticationException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UnapprovedClientAuthenticationException
Deprecated.
 
UnapprovedClientAuthenticationException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UnapprovedClientAuthenticationException
Deprecated.
 
UnauthenticatedRequestTokenProcessingFilter - Class in org.springframework.security.oauth.provider.filter
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
UnauthenticatedRequestTokenProcessingFilter() - Constructor for class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
Deprecated.
 
UNAUTHORIZED_CLIENT - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
UnauthorizedClientException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
UnauthorizedClientException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException
Deprecated.
 
UnauthorizedClientException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException
Deprecated.
 
UnauthorizedUserException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
UnauthorizedUserException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UnauthorizedUserException
Deprecated.
 
UnauthorizedUserException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UnauthorizedUserException
Deprecated.
 
unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter
Deprecated.
 
UNSUPPORTED_GRANT_TYPE - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
UNSUPPORTED_RESPONSE_TYPE - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
UnsupportedGrantTypeException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
UnsupportedGrantTypeException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UnsupportedGrantTypeException
Deprecated.
 
UnsupportedGrantTypeException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UnsupportedGrantTypeException
Deprecated.
 
UnsupportedResponseTypeException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
UnsupportedResponseTypeException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UnsupportedResponseTypeException
Deprecated.
 
UnsupportedResponseTypeException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UnsupportedResponseTypeException
Deprecated.
 
UnsupportedSignatureMethodException - Exception in org.springframework.security.oauth.common.signature
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
UnsupportedSignatureMethodException(String) - Constructor for exception org.springframework.security.oauth.common.signature.UnsupportedSignatureMethodException
Deprecated.
 
UnverifiedRequestTokenException - Exception in org.springframework.security.oauth.consumer
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
UnverifiedRequestTokenException(String) - Constructor for exception org.springframework.security.oauth.consumer.UnverifiedRequestTokenException
Deprecated.
 
UnverifiedRequestTokenException(String, Throwable) - Constructor for exception org.springframework.security.oauth.consumer.UnverifiedRequestTokenException
Deprecated.
 
updateAfterApproval(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler
Deprecated.
Requires the authorization request to be explicitly approved, including all individual scopes, and the user to be authenticated.
updateAfterApproval(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler
Deprecated.
 
updateAfterApproval(AuthorizationRequest, Authentication) - Method in class org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler
Deprecated.
 
updateAfterApproval(AuthorizationRequest, Authentication) - Method in interface org.springframework.security.oauth2.provider.approval.UserApprovalHandler
Deprecated.
Provides an opportunity to update the authorization request after the approval parameters are set but before it is checked for approval.
updateClientDetails(ClientDetails) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
updateClientDetails(ClientDetails) - Method in interface org.springframework.security.oauth2.provider.ClientRegistrationService
Deprecated.
 
updateClientSecret(String, String) - Method in class org.springframework.security.oauth2.provider.client.JdbcClientDetailsService
Deprecated.
 
updateClientSecret(String, String) - Method in interface org.springframework.security.oauth2.provider.ClientRegistrationService
Deprecated.
 
URI - Static variable in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
urlDecode(String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
URL-decode a token.
urlEncode(String) - Method in class org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
Deprecated.
URL-encode a value.
USER_OAUTH_APPROVAL - Static variable in class org.springframework.security.oauth2.common.util.OAuth2Utils
Deprecated.
Constant to use while parsing and formatting parameter maps for OAuth2 requests
userApprovalHandler(UserApprovalHandler) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
UserApprovalHandler - Interface in org.springframework.security.oauth2.provider.approval
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
UserApprovalRequiredException - Exception in org.springframework.security.oauth2.client.resource
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
UserApprovalRequiredException(String, Map<String, String>, String, List<String>) - Constructor for exception org.springframework.security.oauth2.client.resource.UserApprovalRequiredException
Deprecated.
 
UserAuthenticationConverter - Interface in org.springframework.security.oauth2.provider.token
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
UserAuthorizationProcessingFilter - Class in org.springframework.security.oauth.provider.filter
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
UserAuthorizationProcessingFilter() - Constructor for class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
Deprecated.
 
UserAuthorizationProcessingFilter(String) - Constructor for class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
Deprecated.
 
UserAuthorizationSuccessfulAuthenticationHandler - Class in org.springframework.security.oauth.provider.filter
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
UserAuthorizationSuccessfulAuthenticationHandler() - Constructor for class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
Deprecated.
 
UserAuthorizationSuccessfulAuthenticationHandler(String) - Constructor for class org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
Deprecated.
 
UserDeniedAuthorizationException - Exception in org.springframework.security.oauth2.common.exceptions
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
UserDeniedAuthorizationException(String, Throwable) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UserDeniedAuthorizationException
Deprecated.
 
UserDeniedAuthorizationException(String) - Constructor for exception org.springframework.security.oauth2.common.exceptions.UserDeniedAuthorizationException
Deprecated.
 
userDetailsService(UserDetailsService) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
userInfoEndpoint(String) - Method in class org.springframework.security.oauth2.client.discovery.ProviderConfiguration.Builder
Deprecated.
 
USERNAME - Static variable in interface org.springframework.security.oauth2.provider.token.UserAuthenticationConverter
Deprecated.
 
UserRedirectRequiredException - Exception in org.springframework.security.oauth2.client.resource
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
UserRedirectRequiredException(String, Map<String, String>) - Constructor for exception org.springframework.security.oauth2.client.resource.UserRedirectRequiredException
Deprecated.
 
UUIDNonceFactory - Class in org.springframework.security.oauth.consumer.nonce
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
UUIDNonceFactory() - Constructor for class org.springframework.security.oauth.consumer.nonce.UUIDNonceFactory
Deprecated.
 

V

validateAdditionalParameters(ConsumerDetails, Map<String, String>) - Method in class org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
Deprecated.
 
validateAdditionalParameters(ConsumerDetails, Map<String, String>) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Do any additional validation checks for the specified oauth params.
validateAdditionalParameters(ConsumerDetails, Map<String, String>) - Method in class org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
Deprecated.
 
validateGrantType(String, ClientDetails) - Method in class org.springframework.security.oauth2.provider.token.AbstractTokenGranter
Deprecated.
 
validateNonce(ConsumerDetails, long, String) - Method in class org.springframework.security.oauth.provider.nonce.ExpiringTimestampNonceServices
Deprecated.
 
validateNonce(ConsumerDetails, long, String) - Method in class org.springframework.security.oauth.provider.nonce.InMemoryNonceServices
Deprecated.
 
validateNonce(ConsumerDetails, long, String) - Method in class org.springframework.security.oauth.provider.nonce.NullNonceServices
Deprecated.
 
validateNonce(ConsumerDetails, long, String) - Method in interface org.springframework.security.oauth.provider.nonce.OAuthNonceServices
Deprecated.
Validate a nonce for a specific consumer timestamp.
validateOAuthParams(ConsumerDetails, Map<String, String>) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Validates the OAuth parameters for the given consumer.
validateScope(AuthorizationRequest, ClientDetails) - Method in interface org.springframework.security.oauth2.provider.OAuth2RequestValidator
Deprecated.
Ensure that the client has requested a valid set of scopes.
validateScope(TokenRequest, ClientDetails) - Method in interface org.springframework.security.oauth2.provider.OAuth2RequestValidator
Deprecated.
Ensure that the client has requested a valid set of scopes.
validateScope(AuthorizationRequest, ClientDetails) - Method in class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestValidator
Deprecated.
 
validateScope(TokenRequest, ClientDetails) - Method in class org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestValidator
Deprecated.
 
validateSignature(ConsumerAuthentication) - Method in class org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
Deprecated.
Validate the signature of the request given the authentication request.
valueOf(String) - Static method in enum org.springframework.security.oauth.common.OAuthConsumerParameter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.security.oauth.common.OAuthProviderParameter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig.ConsumerSecurityType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.security.oauth2.common.AuthenticationScheme
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(Map<String, String>) - Static method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
 
valueOf(Map<String, String>) - Static method in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
Creates an OAuth2Exception from a Map<String,String>.
valueOf(String) - Static method in enum org.springframework.security.oauth2.provider.approval.Approval.ApprovalStatus
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.security.oauth.common.OAuthConsumerParameter
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.security.oauth.common.OAuthProviderParameter
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig.ConsumerSecurityType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
values() - Static method in enum org.springframework.security.oauth2.common.AuthenticationScheme
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.security.oauth2.provider.approval.Approval.ApprovalStatus
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationFailedException - Exception in org.springframework.security.oauth.provider.verifier
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
VerificationFailedException(String) - Constructor for exception org.springframework.security.oauth.provider.verifier.VerificationFailedException
Deprecated.
 
VERIFIER_ATTRIBUTE - Static variable in class org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
Deprecated.
 
VerifierServiceBeanDefinitionParser - Class in org.springframework.security.oauth.config
Deprecated.
The OAuth 1.0 Protocol RFC 5849 is obsoleted by the OAuth 2.0 Authorization Framework RFC 6749.
VerifierServiceBeanDefinitionParser() - Constructor for class org.springframework.security.oauth.config.VerifierServiceBeanDefinitionParser
Deprecated.
 
verify(String, String) - Method in class org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
Deprecated.
Verify the signature of the given signature base string.
verify(String, String) - Method in interface org.springframework.security.oauth.common.signature.OAuthSignatureMethod
Deprecated.
Verify the specified signature on the given signature base string.
verify(String, String) - Method in class org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
Deprecated.
Validates that the signature is the same as the secret.
verify(String, String) - Method in class org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
Deprecated.
Verify the signature of the given signature base string.
verify(Map<String, Object>) - Method in class org.springframework.security.oauth2.provider.token.store.DelegatingJwtClaimsSetVerifier
Deprecated.
 
verify(Map<String, Object>) - Method in class org.springframework.security.oauth2.provider.token.store.IssuerClaimVerifier
Deprecated.
 
verify(Map<String, Object>) - Method in interface org.springframework.security.oauth2.provider.token.store.JwtClaimsSetVerifier
Deprecated.
Verify the claim(s) in the JWT Claims Set.
vote(Authentication, Object, Collection<ConfigAttribute>) - Method in class org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
Deprecated.
Votes on giving access to the specified authentication based on the security attributes.
vote(Authentication, Object, Collection<ConfigAttribute>) - Method in class org.springframework.security.oauth2.provider.vote.ClientScopeVoter
Deprecated.
 
vote(Authentication, Object, Collection<ConfigAttribute>) - Method in class org.springframework.security.oauth2.provider.vote.ScopeVoter
Deprecated.
 

W

WebExpressionHandlerBeanDefinitionParser - Class in org.springframework.security.oauth2.config.xml
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
WebExpressionHandlerBeanDefinitionParser() - Constructor for class org.springframework.security.oauth2.config.xml.WebExpressionHandlerBeanDefinitionParser
Deprecated.
 
WebResponseExceptionTranslator<T> - Interface in org.springframework.security.oauth2.provider.error
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
whitelabelApprovalEndpoint() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
 
WhitelabelApprovalEndpoint - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
WhitelabelApprovalEndpoint() - Constructor for class org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint
Deprecated.
 
whitelabelErrorEndpoint() - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration
Deprecated.
 
WhitelabelErrorEndpoint - Class in org.springframework.security.oauth2.provider.endpoint
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
WhitelabelErrorEndpoint() - Constructor for class org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint
Deprecated.
 
WhitelistedSerializationStrategy - Class in org.springframework.security.oauth2.common.util
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
WhitelistedSerializationStrategy() - Constructor for class org.springframework.security.oauth2.common.util.WhitelistedSerializationStrategy
Deprecated.
Initializes WhitelistedSerializationStrategy with the list of classes which are allowed to deserialize by default.
WhitelistedSerializationStrategy(List<String>) - Constructor for class org.springframework.security.oauth2.common.util.WhitelistedSerializationStrategy
Deprecated.
Initializes WhitelistedSerializationStrategy with specified allowed classes.
withClient(String) - Method in class org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder
Deprecated.
 
withClientDetails(ClientDetailsService) - Method in class org.springframework.security.oauth2.config.annotation.configurers.ClientDetailsServiceConfigurer
Deprecated.
 
withEnvironment(RestTemplateHolder, Environment) - Static method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
Create a new client that can inject an Environment into its protected resource details.
withTestAccounts(RestTemplateHolder, TestAccounts) - Static method in class org.springframework.security.oauth2.client.test.OAuth2ContextSetup
Deprecated.
Create a new client that can inject a TestAccounts instance into its protected resource details.
write(OAuth2Exception, MediaType, HttpOutputMessage) - Method in class org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter
Deprecated.
 
writeInternal(OAuth2AccessToken, HttpOutputMessage) - Method in class org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter
Deprecated.
 
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2019. All rights reserved.