Class HttpBasicAuthenticationHandler

java.lang.Object
com.gmt2001.httpwsserver.auth.HttpBasicAuthenticationHandler
All Implemented Interfaces:
HttpAuthenticationHandler

public class HttpBasicAuthenticationHandler extends Object implements HttpAuthenticationHandler
Provides a HttpAuthenticationHandler that implements HTTP Basic authentication, as well as allowing the same format to be provided in a cookie
Author:
gmt2001