| java.lang.Object winstone.auth.BaseAuthenticationHandler winstone.auth.ClientcertAuthenticationHandler
ClientcertAuthenticationHandler | public class ClientcertAuthenticationHandler extends BaseAuthenticationHandler (Code) | | author: Rick Knowles version: $Id: ClientcertAuthenticationHandler.java,v 1.3 2006/02/28 07:32:47 rickknowles Exp $ |
Methods inherited from winstone.auth.BaseAuthenticationHandler | protected boolean doRoleCheck(HttpServletRequest request, HttpServletResponse response, String pathRequested) throws IOException, ServletException(Code)(Java Doc) public boolean processAuthentication(ServletRequest inRequest, ServletResponse inResponse, String pathRequested) throws IOException, ServletException(Code)(Java Doc) abstract protected void requestAuthentication(HttpServletRequest request, HttpServletResponse response, String pathRequested) throws IOException, ServletException(Code)(Java Doc) protected void setNoCache(HttpServletResponse response)(Code)(Java Doc) abstract protected boolean validatePossibleAuthenticationResponse(HttpServletRequest request, HttpServletResponse response, String pathRequested) throws ServletException, IOException(Code)(Java Doc)
|
|
|