| Modifier and Type | Method and Description |
|---|---|
void |
ResourceServerConfigurer.configure(ResourceServerSecurityConfigurer resources)
Deprecated.
Add resource-server specific properties (like a resource id).
|
void |
ResourceServerConfigurerAdapter.configure(ResourceServerSecurityConfigurer resources)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.accessDeniedHandler(org.springframework.security.web.access.AccessDeniedHandler accessDeniedHandler)
Deprecated.
|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.authenticationDetailsSource(org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,?> authenticationDetailsSource)
Deprecated.
Sets a custom
AuthenticationDetailsSource to use as a source
of authentication details. |
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.authenticationEntryPoint(org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint)
Deprecated.
|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.authenticationManager(org.springframework.security.authentication.AuthenticationManager authenticationManager)
Deprecated.
|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.eventPublisher(org.springframework.security.authentication.AuthenticationEventPublisher eventPublisher)
Deprecated.
|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.expressionHandler(org.springframework.security.access.expression.SecurityExpressionHandler<org.springframework.security.web.FilterInvocation> expressionHandler)
Deprecated.
|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.resourceId(String resourceId)
Deprecated.
|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.stateless(boolean stateless)
Deprecated.
Flag to indicate that only token-based authentication is allowed on these resources.
|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.tokenExtractor(TokenExtractor tokenExtractor)
Deprecated.
|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.tokenServices(ResourceServerTokenServices tokenServices)
Deprecated.
|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.tokenStore(TokenStore tokenStore)
Deprecated.
|
Copyright © 2021. All rights reserved.