|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogoutHandler | |
---|---|
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. |
Uses of LogoutHandler in org.springframework.security.web.authentication.logout |
---|
Classes in org.springframework.security.web.authentication.logout that implement LogoutHandler | |
---|---|
class |
SecurityContextLogoutHandler
Performs a logout by modifying the SecurityContextHolder . |
Constructors in org.springframework.security.web.authentication.logout with parameters of type LogoutHandler | |
---|---|
LogoutFilter(LogoutSuccessHandler logoutSuccessHandler,
LogoutHandler... handlers)
Constructor which takes a LogoutSuccessHandler instance to determine the target destination after logging out. |
|
LogoutFilter(String logoutSuccessUrl,
LogoutHandler... handlers)
|
Uses of LogoutHandler in org.springframework.security.web.authentication.rememberme |
---|
Classes in org.springframework.security.web.authentication.rememberme that implement LogoutHandler | |
---|---|
class |
AbstractRememberMeServices
Base class for RememberMeServices implementations. |
class |
PersistentTokenBasedRememberMeServices
RememberMeServices implementation based on Barry Jaspan's
Improved Persistent Login Cookie
Best Practice. |
class |
TokenBasedRememberMeServices
Identifies previously remembered users by a Base-64 encoded cookie. |
Uses of LogoutHandler in org.springframework.security.web.session |
---|
Methods in org.springframework.security.web.session with parameters of type LogoutHandler | |
---|---|
void |
ConcurrentSessionFilter.setLogoutHandlers(LogoutHandler[] handlers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |