This method returns the user name for authentication.
java.lang.String getUserName( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
The req parameter identifies the HTTP request that carries the information that is used to determine the user name. The res parameter is not used (preset for backward compatibility).