| java.lang.Object winstone.auth.BaseAuthenticationHandler winstone.auth.DigestAuthenticationHandler
DigestAuthenticationHandler | public class DigestAuthenticationHandler extends BaseAuthenticationHandler (Code) | | Implements the MD5 digest version of authentication
author: Rick Knowles version: $Id: DigestAuthenticationHandler.java,v 1.3 2004/05/22 06:53:45 version: rickknowles Exp $ |
md5Encode | public String md5Encode(String input) throws UnsupportedEncodingException(Code) | | Returns a hex encoded MD5 digested version of the input string
Parameters: input - The string to encode MD5 digested, hex encoded version of the input |
validatePossibleAuthenticationResponse | protected boolean validatePossibleAuthenticationResponse(HttpServletRequest request, HttpServletResponse response, String pathRequested) throws IOException(Code) | | Handling the (possible) response
True if the request should continue, or false if we haveintercepted it |
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)
|
|
|