Package | Description |
---|---|
org.springframework.security.web |
Spring Security's web security module.
|
org.springframework.security.web.access.channel |
Classes that ensure web requests are received over required transport channels.
|
org.springframework.security.web.authentication |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRedirectStrategy
Simple implementation of RedirectStrategy which is the default used throughout the framework.
|
Modifier and Type | Method and Description |
---|---|
protected RedirectStrategy |
AbstractRetryEntryPoint.getRedirectStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRetryEntryPoint.setRedirectStrategy(RedirectStrategy redirectStrategy)
Sets the strategy to be used for redirecting to the required channel URL.
|
Modifier and Type | Method and Description |
---|---|
protected RedirectStrategy |
AbstractAuthenticationTargetUrlRequestHandler.getRedirectStrategy() |
protected RedirectStrategy |
SimpleUrlAuthenticationFailureHandler.getRedirectStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAuthenticationTargetUrlRequestHandler.setRedirectStrategy(RedirectStrategy redirectStrategy)
Allows overriding of the behaviour when redirecting to a target URL.
|
void |
SimpleUrlAuthenticationFailureHandler.setRedirectStrategy(RedirectStrategy redirectStrategy)
Allows overriding of the behaviour when redirecting to a target URL.
|
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentSessionFilter.setRedirectStrategy(RedirectStrategy redirectStrategy) |
Copyright © 2019. All rights reserved.