public interface Authenticator
boolean authenticate(Request request, HttpServletResponse response) throws java.io.IOException, ServletException
java.io.IOException
ServletException
void login(Request request, java.lang.String username, java.lang.String password) throws ServletException
ServletException
void logout(Request request) throws ServletException
ServletException