Uses of Interface
org.springframework.security.web.authentication.logout.LogoutSuccessHandler

Packages that use LogoutSuccessHandler
org.springframework.security.web.authentication.logout   
 

Uses of LogoutSuccessHandler in org.springframework.security.web.authentication.logout
 

Classes in org.springframework.security.web.authentication.logout that implement LogoutSuccessHandler
 class SimpleUrlLogoutSuccessHandler
          Handles the navigation on logout by delegating to the AbstractAuthenticationTargetUrlRequestHandler base class logic.
 

Constructors in org.springframework.security.web.authentication.logout with parameters of type LogoutSuccessHandler
LogoutFilter(LogoutSuccessHandler logoutSuccessHandler, LogoutHandler... handlers)
          Constructor which takes a LogoutSuccessHandler instance to determine the target destination after logging out.
 



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