Interface PunchOutUserAuthenticationStrategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void authenticate​(UserModel user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Authenticates a user into the system.
      void logout()
      Logs out a user from the system.
    • Method Detail

      • authenticate

        void authenticate​(UserModel user,
                          javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
        Authenticates a user into the system.
        Parameters:
        user - the user
        request - the HTTP request
        response - the HTTP response
      • logout

        void logout()
        Logs out a user from the system.