Class PunchOutAuthenticationSuccessHandler

java.lang.Object
de.hybris.platform.b2b.punchout.security.impl.PunchOutAuthenticationSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler

public class PunchOutAuthenticationSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
Authentication handler invoked after a successful authentication of a Punch Out user.
  • Constructor Details

    • PunchOutAuthenticationSuccessHandler

      public PunchOutAuthenticationSuccessHandler()
  • 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
    • getCustomerFacade

      protected CustomerFacade getCustomerFacade()
    • setCustomerFacade

      public void setCustomerFacade(CustomerFacade customerFacade)