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 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:
      onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandler
      Throws:
      IOException
      javax.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