Skip navigation links
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.
 
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.
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.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.
addAuthenticationProvider(AuthenticationProvider) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
Authentication provider(s) to use with the AuthenticationManager.
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.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.
 
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.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.
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.
 
authenticationEventPublisher(AuthenticationEventPublisher) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
AuthenticationEventPublisher to use with the AuthenticationManager.
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.TokenKeyEndpointRegistrar - Class in org.springframework.security.oauth2.config.annotation.web.configuration
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.
AuthorizationServerTokenServicesFactoryBean() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean
Deprecated.
 
AuthorizationServerTokenServicesFactoryBean(AuthorizationServerEndpointsConfigurer) - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean
Deprecated.
 
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.
 
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.
 
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.
 
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.
 
Builder() - Constructor for class org.springframework.security.oauth2.client.discovery.ProviderConfiguration.Builder
Deprecated.
 

C

calculateCurrentUri(HttpServletRequest) - Method in class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
Deprecated.
Calculate the current URI given the request.
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.
 
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).
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.
 
ClientCredentials(TestAccounts) - Constructor for class org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ClientCredentials
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.
 
ClientCredentialsRequestMatcher(String) - Constructor for class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter.ClientCredentialsRequestMatcher
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.
 
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.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.
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.
 
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.
 
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.
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(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.
 
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.
 
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.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.
 
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.
 
createRequest(URI, HttpMethod) - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
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.
 
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.
 
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.
 
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.
 
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.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.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.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.
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.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.
 
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.
expressionHandler(SecurityExpressionHandler<FilterInvocation>) - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer
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.
 

F

findDefaultFilterChainBeanId(ParserContext) - Static method in class org.springframework.security.oauth2.config.xml.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.
 
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.
 
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() - 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.
 
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.
 
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.
 
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.
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.
getAdminClientId() - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
Deprecated.
 
getAdminClientSecret() - Method in interface org.springframework.security.oauth2.client.test.TestAccounts
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.
 
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.
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)
getAuthorities(Map<String, ?>) - Method in class org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter
Deprecated.
 
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.
 
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.
 
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.
 
getCheckTokenAccess() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer
Deprecated.
 
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.
getConsumerTokenServices() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
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.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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.oauth2.provider.OAuth2Authentication
Deprecated.
 
getProxy(Class<T>, ObjectFactory<T>) - Static method in class org.springframework.security.oauth2.common.util.ProxyCreator
Deprecated.
 
getRedirectResolver() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
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.
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.
getRequestValidator() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
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.
 
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.
 
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.
 
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.
 
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.
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.
 
getSessionId() - Method in class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
Deprecated.
Indicates the HttpSession id the authentication request was received from.
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.
 
getSummary() - Method in exception org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Deprecated.
 
getSupportedMediaTypes() - Method in class org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter
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.
 
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.
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).
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 class org.springframework.security.oauth2.provider.OAuth2Authentication
Deprecated.
The user authentication.
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.
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.
 
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.
 
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.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.
hostMatches(String, String) - Method in class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
Deprecated.
Check if host matches the registered value.

I

Implicit(TestAccounts) - Constructor for class org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Implicit
Deprecated.
 
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(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.
 
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.
 
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.
 
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.
 
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.
 
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.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() - 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.
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.
 
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.
 
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.
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.
 
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.
isTokenServicesOverride() - Method in class org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer
Deprecated.
 
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

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

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.
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

matches(HttpServletRequest) - Method in class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter.ClientCredentialsRequestMatcher
Deprecated.
 

N

narrowScope(Set<String>) - Method in class org.springframework.security.oauth2.provider.OAuth2Request
Deprecated.
Update the scope and create a new request.
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.
 

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.
 
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.
 
OAuth2ClientContextConfiguration() - Constructor for 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.Implicit - Class in org.springframework.security.oauth2.client.test
Deprecated.
Set up an OAuth2 context for this test using implicit grant type
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.ResourceHelper - Class in org.springframework.security.oauth2.client.test
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.
 
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.
 
onSuccessfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
 
onUnsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter
Deprecated.
 
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

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.
 
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.
Password(TestAccounts) - Constructor for class org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Password
Deprecated.
 
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.
 
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.
 
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.
 
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.
 
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
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.
 
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.
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.
RedisAuthorizationCodeServices - Class in org.springframework.security.oauth2.provider.code
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
RedisAuthorizationCodeServices(RedisConnectionFactory) - Constructor for class org.springframework.security.oauth2.provider.code.RedisAuthorizationCodeServices
Deprecated.
Default constructor.
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.
 
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(String) - Method in class org.springframework.security.oauth2.provider.code.RedisAuthorizationCodeServices
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.
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.
 
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.
ResourceHelper() - Constructor for class org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ResourceHelper
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.
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.
 

S

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.
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.
 
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.
 
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.
 
setAccessTokenUri(String) - Method in class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
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.
setAdditionalInformation(Map<String, ?>) - Method in class org.springframework.security.oauth2.provider.client.BaseClientDetails
Deprecated.
 
setAdditionalParameters(Map<String, String>) - Method in class org.springframework.security.oauth2.provider.token.RemoteTokenServices
Deprecated.
 
setAll(Map<String, String>) - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
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.
 
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(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.
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.
 
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.
 
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.
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.
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.
setClockSkew(int) - Method in class org.springframework.security.oauth2.client.OAuth2RestTemplate
Deprecated.
Sets the maximum acceptable clock skew, which is used when checking the access token expiry.
setConfigurers(List<ResourceServerConfigurer>) - Method in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration
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.
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.
 
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.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
Deprecated.
 
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.
 
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.
 
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.
 
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.code.RedisAuthorizationCodeServices
Deprecated.
 
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.
 
setProviderExceptionHandler(WebResponseExceptionTranslator<OAuth2Exception>) - Method in class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
Deprecated.
 
setRandom(Random) - Method in class org.springframework.security.oauth2.common.util.RandomValueStringGenerator
Deprecated.
The random value generator used to create token secrets.
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.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.
 
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.
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.
 
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.
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.
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.code.RedisAuthorizationCodeServices
Deprecated.
 
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.
 
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.
 
setSupportRefreshToken(boolean) - Method in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
Deprecated.
Whether to support the refresh token.
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.
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.
 
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
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.
 
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.
 
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.
 
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.
setUserClaimName(String) - Method in class org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter
Deprecated.
Set the name of the user claim to use when extracting an Authentication from the incoming map or when converting an Authentication to a map.
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.
setValue(String) - Method in class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
Deprecated.
 
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.
size() - Method in class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
Deprecated.
 
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.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.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(String, OAuth2Authentication) - Method in class org.springframework.security.oauth2.provider.code.RedisAuthorizationCodeServices
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.
StringListFactoryBean(String) - Constructor for class org.springframework.security.oauth2.config.xml.ResourceBeanDefinitionParser.StringListFactoryBean
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.
 
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(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.
 
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.
 
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.
 
TokenKeyEndpointRegistrar() - Constructor for class org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.TokenKeyEndpointRegistrar
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.
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(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.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.
 
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.
 
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.
 
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.
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.
 

V

validateGrantType(String, ClientDetails) - Method in class org.springframework.security.oauth2.provider.token.AbstractTokenGranter
Deprecated.
 
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.
 
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() - 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.
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.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 
Skip navigation links

Copyright © 2022. All rights reserved.