Package | Description |
---|---|
org.springframework.security.web.authentication.logout |
Logout functionality based around a filter which handles a specific logout URL.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleUrlLogoutSuccessHandler
Handles the navigation on logout by delegating to the
AbstractAuthenticationTargetUrlRequestHandler
base class logic. |
Constructor and Description |
---|
LogoutFilter(LogoutSuccessHandler logoutSuccessHandler,
LogoutHandler... handlers)
Constructor which takes a LogoutSuccessHandler instance to determine the target destination
after logging out.
|
Copyright © 2015. All rights reserved.