Spring Security Framework

Uses of Class
org.springframework.security.ui.session.HttpSessionDestroyedEvent

Packages that use HttpSessionDestroyedEvent
org.springframework.security.providers.jaas An authentication provider for JAAS. 
 

Uses of HttpSessionDestroyedEvent in org.springframework.security.providers.jaas
 

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


Spring Security Framework

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