|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| ConcurrentSessionFilter | Filter required by concurrent session handling package. |
| HttpSessionCreatedEvent | Published by the HttpSessionEventPublisher when a HttpSession is destroyed by the container |
| HttpSessionDestroyedEvent | Published by the HttpSessionEventPublisher when a HttpSession is created in the container |
| HttpSessionEventPublisher | Declared in web.xml as
<listener>
<listener-class>org.springframework.security.web.session.HttpSessionEventPublisher</listener-class>
</listener>
Publishes HttpSessionApplicationEvents to the Spring Root WebApplicationContext. |
| SessionManagementFilter | Detects that a user has been authenticated since the start of the request and, if they have, calls the
configured SessionAuthenticationStrategy to perform any session-related activity such as
activating session-fixation protection mechanisms or checking for multiple concurrent logins. |
Session management filters, HttpSession events and publisher classes.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||