Class PunchOutOrderAuthenticationSuccessHandler

  • All Implemented Interfaces:
    org.springframework.security.web.authentication.AuthenticationSuccessHandler

    public class PunchOutOrderAuthenticationSuccessHandler
    extends java.lang.Object
    implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
    Authentication handler invoked after a successful authentication of a Punch Out user for a Order Request.
    • Constructor Detail

      • PunchOutOrderAuthenticationSuccessHandler

        public PunchOutOrderAuthenticationSuccessHandler()
    • 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:
        onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandler
        Throws:
        java.io.IOException
        javax.servlet.ServletException
      • setCustomerFacade

        public void setCustomerFacade​(CustomerFacade customerFacade)