Polls a series of {@link LogoutHandler}s. The handlers should be specified in the order they are required. Generally you will want to call logout handlers TokenBasedRememberMeServices
and SecurityContextLogoutHandler
(in that order).
After logout, a redirect will be performed to the URL determined by either the configured LogoutSuccessHandler or the logoutSuccessUrl, depending on which constructor was used. @author Ben Alex
|
|
|
|
|
|
|
|
|
|
|
|