Uses of Package
org.springframework.security.web.authentication.logout

Packages that use org.springframework.security.web.authentication.logout
org.springframework.security.web.authentication.logout   
org.springframework.security.web.authentication.rememberme Support for remembering a user between different web sessions. 
org.springframework.security.web.session Session management filters, HttpSession events and publisher classes. 
 

Classes in org.springframework.security.web.authentication.logout used by org.springframework.security.web.authentication.logout
LogoutHandler
          Indicates a class that is able to participate in logout handling.
LogoutSuccessHandler
          Strategy that is called after a successful logout by the LogoutFilter, to handle redirection or forwarding to the appropriate destination.
 

Classes in org.springframework.security.web.authentication.logout used by org.springframework.security.web.authentication.rememberme
LogoutHandler
          Indicates a class that is able to participate in logout handling.
 

Classes in org.springframework.security.web.authentication.logout used by org.springframework.security.web.session
LogoutHandler
          Indicates a class that is able to participate in logout handling.
 



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