Class HttpSharedTokenOrPasswordAuthenticationHandler

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

public class HttpSharedTokenOrPasswordAuthenticationHandler extends Object implements HttpAuthenticationHandler
Provides a HttpAuthenticationHandler that implements password and token-based authentication The token must be in one of the following locations to succeed: - The header webauth - The query parameter webauth The password must be in the header password to succeed
Author:
gmt2001