Class GUIDAuthenticationSuccessHandler
- java.lang.Object
-
- de.hybris.platform.yacceleratorstorefront.security.GUIDAuthenticationSuccessHandler
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class GUIDAuthenticationSuccessHandler extends java.lang.Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandlerDefault implementation ofAuthenticationSuccessHandler
-
-
Constructor Summary
Constructors Constructor Description GUIDAuthenticationSuccessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.security.web.authentication.AuthenticationSuccessHandlergetAuthenticationSuccessHandler()protected GUIDCookieStrategygetGuidCookieStrategy()voidonAuthenticationSuccess(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)
-
-
-
Method Detail
-
onAuthenticationSuccess
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws java.io.IOException, javax.servlet.ServletException- Specified by:
onAuthenticationSuccessin interfaceorg.springframework.security.web.authentication.AuthenticationSuccessHandler- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
getGuidCookieStrategy
protected GUIDCookieStrategy getGuidCookieStrategy()
-
setGuidCookieStrategy
public void setGuidCookieStrategy(GUIDCookieStrategy guidCookieStrategy)
- 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
-
-