| Package | Description |
|---|---|
| org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRedirectInvalidSessionStrategy
Performs a redirect to a fixed URL when an invalid requested session is detected by the
SessionManagementFilter. |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManagementFilter.setInvalidSessionStrategy(InvalidSessionStrategy invalidSessionStrategy)
Sets the strategy which will be invoked instead of allowing the filter chain to prceed, if the user agent
requests an invalid session Id.
|
| Constructor and Description |
|---|
InvalidSessionAccessDeniedHandler(InvalidSessionStrategy invalidSessionStrategy)
Creates a new instance
|
Copyright © 2016. All rights reserved.