| java.lang.Object winstone.auth.BaseAuthenticationHandler winstone.auth.BasicAuthenticationHandler
BasicAuthenticationHandler | public class BasicAuthenticationHandler extends BaseAuthenticationHandler (Code) | | Handles HTTP basic authentication.
author: mailto: Rick Knowles version: $Id: BasicAuthenticationHandler.java,v 1.5 2007/04/11 13:14:26 rickknowles Exp $ |
decodeBase64 | public static int decodeBase64(char[] input, byte[] output, int inOffset, int inLength, int outOffset)(Code) | | Decodes a byte array from base64
|
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)
|
|
|