public class HttpSessionEventPublisher extends Object implements javax.servlet.http.HttpSessionListener
 <listener>
     <listener-class>org.springframework.security.web.session.HttpSessionEventPublisher</listener-class>
 </listener>
 
 Publishes HttpSessionApplicationEvents to the Spring Root
 WebApplicationContext. Maps javax.servlet.http.HttpSessionListener.sessionCreated() to
 HttpSessionCreatedEvent. Maps
 javax.servlet.http.HttpSessionListener.sessionDestroyed() to
 HttpSessionDestroyedEvent.| Constructor and Description | 
|---|
HttpSessionEventPublisher()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
sessionCreated(javax.servlet.http.HttpSessionEvent event)
Handles the HttpSessionEvent by publishing a  
HttpSessionCreatedEvent to the
 application appContext. | 
void | 
sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
Handles the HttpSessionEvent by publishing a  
HttpSessionDestroyedEvent to
 the application appContext. | 
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
HttpSessionCreatedEvent to the
 application appContext.sessionCreated in interface javax.servlet.http.HttpSessionListenerevent - HttpSessionEvent passed in by the containerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
HttpSessionDestroyedEvent to
 the application appContext.sessionDestroyed in interface javax.servlet.http.HttpSessionListenerevent - The HttpSessionEvent pass in by the container