Class LoginUtils

java.lang.Object
overit.geocall.ux.util.LoginUtils

@Service public class LoginUtils extends Object
Utility class to use into the system enter phase.
  • Constructor Details

  • Method Details

    • processRouteAndEnter

      public void processRouteAndEnter(WebParameters wp, HttpServletResponse response, overit.geocall.servlet.WebSession ws, String wmid, Hyperlink h) throws IOException
      Process the enter phase into the system.
      The URL to which to redirect the user after login is calculated and if necessary the correct route to which to redirect the user is processed in the window manager.
      Parameters:
      wp - The web parameters obtained from the request
      response - The HttpServletResponse object
      ws - The active WebSession
      wmid - The current window manager's id.
      Throws:
      IOException