Package org.openl.security.saml
Class SamlLogoutSuccessHandler
- java.lang.Object
-
- org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler
-
- org.openl.security.saml.SamlLogoutSuccessHandler
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutHandler
public class SamlLogoutSuccessHandler extends org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler implements org.springframework.security.web.authentication.logout.LogoutHandlerFinishes logout by calling logoutSuccessHandler.- Author:
- Eugene Biruk
-
-
Constructor Summary
Constructors Constructor Description SamlLogoutSuccessHandler(org.springframework.security.saml2.provider.service.web.authentication.logout.OpenSaml4LogoutRequestResolver requestResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)Causes a logout to be completed.
-
-
-
Method Detail
-
logout
public void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)Causes a logout to be completed. Call logoutSuccessHandler.- Specified by:
logoutin interfaceorg.springframework.security.web.authentication.logout.LogoutHandler- Overrides:
logoutin classorg.springframework.security.web.authentication.logout.SecurityContextLogoutHandler- Parameters:
request- the HTTP requestresponse- the HTTP responseauthentication- the current principal details
-
-