Wednesday, August 12, 2009

How do I get authentication with myServlet?

Many popular Servlet engines offer Servlet authentication and the API has a call HttpServletRequest.getUserName() which is responsible for returning the username of an authenticated user.

No comments:

Post a Comment