Interface AutoLoginStrategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void login​(java.lang.String username, java.lang.String password, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Login a user
    • Method Detail

      • login

        void login​(java.lang.String username,
                   java.lang.String password,
                   javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
        Login a user
        Parameters:
        username -
        password -
        request -
        response -