public class SamlLogoutSuccessHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler
Modifier and Type | Class and Description |
---|---|
static class |
SamlLogoutSuccessHandler.LogoutStatus |
Modifier and Type | Field and Description |
---|---|
static String |
RUN_SUCCESS |
Modifier and Type | Method and Description |
---|---|
void |
onLogoutSuccess(HttpServletRequest request,
HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
public static final String RUN_SUCCESS
public void onLogoutSuccess(HttpServletRequest request, HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, ServletException
onLogoutSuccess
in interface org.springframework.security.web.authentication.logout.LogoutSuccessHandler
IOException
ServletException