Package | Description |
---|---|
org.springframework.security.web.authentication.logout |
Logout functionality based around a filter which handles a specific logout URL.
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
CookieClearingLogoutHandler
A logout handler which clears a defined list of cookies, using the context path as the
cookie path.
|
class |
SecurityContextLogoutHandler
Performs a logout by modifying the
SecurityContextHolder . |
Constructor and Description |
---|
LogoutFilter(LogoutSuccessHandler logoutSuccessHandler,
LogoutHandler... handlers)
Constructor which takes a LogoutSuccessHandler instance to determine the target destination
after logging out.
|
LogoutFilter(String logoutSuccessUrl,
LogoutHandler... handlers) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentSessionFilter.setLogoutHandlers(LogoutHandler[] handlers) |
Copyright © 2015. All rights reserved.