Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers | |
org.springframework.security.web.authentication.logout |
Logout functionality based around a filter which handles a specific logout URL.
|
Modifier and Type | Method and Description |
---|---|
LogoutConfigurer<H> |
LogoutConfigurer.logoutSuccessHandler(LogoutSuccessHandler logoutSuccessHandler)
Sets the
LogoutSuccessHandler to use. |
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 © 2019. All rights reserved.