Class ProfileLogoutHandler
java.lang.Object
org.craftercms.engine.util.spring.security.profile.ProfileLogoutHandler
- All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutHandler
public class ProfileLogoutHandler
extends Object
implements org.springframework.security.web.authentication.logout.LogoutHandler
Implementation of
LogoutHandler for Profile- Since:
- 3.1.5
- Author:
- joseross
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.craftercms.security.authentication.AuthenticationManager -
Constructor Summary
ConstructorsConstructorDescriptionProfileLogoutHandler(org.craftercms.security.authentication.AuthenticationManager profileAuthenticationManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidlogout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
-
Field Details
-
profileAuthenticationManager
protected org.craftercms.security.authentication.AuthenticationManager profileAuthenticationManager
-
-
Constructor Details
-
ProfileLogoutHandler
@ConstructorProperties("profileAuthenticationManager") public ProfileLogoutHandler(org.craftercms.security.authentication.AuthenticationManager profileAuthenticationManager)
-
-
Method Details
-
logout
public void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) - Specified by:
logoutin interfaceorg.springframework.security.web.authentication.logout.LogoutHandler
-