| java.lang.Object org.apache.commons.httpclient.server.AuthRequestHandler
AuthRequestHandler | public class AuthRequestHandler implements HttpRequestHandler(Code) | | This request handler guards access to the http server when used in a request handler
chain. It checks the headers for valid credentials and performs the
authentication handshake if necessary.
author: Ortwin Glueck author: Oleg Kalnichevski |
Field Summary | |
final public static String | AUTH_RESP The authenticate response header. |
AUTH_RESP | final public static String AUTH_RESP(Code) | | The authenticate response header.
|
AuthRequestHandler | public AuthRequestHandler(Credentials creds, String realm, boolean keepalive)(Code) | | TODO replace creds parameter with a class specific to an auth scheme
encapsulating all required information for a specific scheme
Parameters: creds - |
|
|