Package overit.geocall.ux.util
Class LoginUtils
java.lang.Object
overit.geocall.ux.util.LoginUtils
Utility class to use into the system enter phase.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRouteAndEnter(WebParameters wp, HttpServletResponse response, overit.geocall.servlet.WebSession ws, String wmid, Hyperlink h) 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.
-
Constructor Details
-
LoginUtils
-
-
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 requestresponse- The HttpServletResponse objectws- The active WebSessionwmid- The current window manager's id.- Throws:
IOException
-