Class GUIDAuthenticationSuccessHandler
java.lang.Object
de.hybris.platform.yacceleratorstorefront.security.GUIDAuthenticationSuccessHandler
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class GUIDAuthenticationSuccessHandler
extends Object
implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
Default implementation of
AuthenticationSuccessHandler-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.security.web.authentication.AuthenticationSuccessHandlerprotected GUIDCookieStrategyvoidonAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) voidsetAuthenticationSuccessHandler(org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler) voidsetGuidCookieStrategy(GUIDCookieStrategy guidCookieStrategy) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.web.authentication.AuthenticationSuccessHandler
onAuthenticationSuccess
-
Constructor Details
-
GUIDAuthenticationSuccessHandler
public GUIDAuthenticationSuccessHandler()
-
-
Method Details
-
onAuthenticationSuccess
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, javax.servlet.ServletException - Specified by:
onAuthenticationSuccessin interfaceorg.springframework.security.web.authentication.AuthenticationSuccessHandler- Throws:
IOExceptionjavax.servlet.ServletException
-
getGuidCookieStrategy
-
setGuidCookieStrategy
- Parameters:
guidCookieStrategy- the guidCookieStrategy to set
-
getAuthenticationSuccessHandler
protected org.springframework.security.web.authentication.AuthenticationSuccessHandler getAuthenticationSuccessHandler() -
setAuthenticationSuccessHandler
public void setAuthenticationSuccessHandler(org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler) - Parameters:
authenticationSuccessHandler- the authenticationSuccessHandler to set
-