Uses of Class
org.springframework.security.core.session.SessionDestroyedEvent

Packages that use SessionDestroyedEvent
org.springframework.security.authentication.jaas An authentication provider for JAAS. 
org.springframework.security.core.session Session registry and other related classes. 
org.springframework.security.web.session Session management filters, HttpSession events and publisher classes. 
 

Uses of SessionDestroyedEvent in org.springframework.security.authentication.jaas
 

Methods in org.springframework.security.authentication.jaas with parameters of type SessionDestroyedEvent
protected  void JaasAuthenticationProvider.handleLogout(SessionDestroyedEvent event)
          Handles the logout by getting the SecurityContext for the session that was destroyed.
 void JaasAuthenticationProvider.onApplicationEvent(SessionDestroyedEvent event)
           
 

Uses of SessionDestroyedEvent in org.springframework.security.core.session
 

Methods in org.springframework.security.core.session with parameters of type SessionDestroyedEvent
 void SessionRegistryImpl.onApplicationEvent(SessionDestroyedEvent event)
           
 

Uses of SessionDestroyedEvent in org.springframework.security.web.session
 

Subclasses of SessionDestroyedEvent in org.springframework.security.web.session
 class HttpSessionDestroyedEvent
          Published by the HttpSessionEventPublisher when a HttpSession is created in the container
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.