Interface PunchOutUserAuthenticationStrategy

All Known Implementing Classes:
DefaultPunchOutUserAuthenticationStrategy

public interface PunchOutUserAuthenticationStrategy
Authentication strategy for Punch Out users.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    authenticate(String userId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Authenticates a user into the system.
    void
    Logs out a user from the system.
  • Method Details

    • authenticate

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

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