Interface Authenticator

All Known Implementing Classes:
AuthenticatorBase, BasicAuthenticator, DigestAuthenticator, FormAuthenticator, NonLoginAuthenticator, SpnegoAuthenticator, SSLAuthenticator

public interface Authenticator
An Authenticator is a component (usually a Valve or Container) that provides some sort of authentication service.
Author:
Craig R. McClanahan