FileDocCategorySizeDatePackage
Authenticator.javaAPI DocGlassfish v2 API2533Fri May 04 22:31:50 BST 2007org.apache.catalina

Authenticator

public interface Authenticator
An Authenticator is a component (usually a Valve or Container) that provides some sort of authentication service. The interface itself has no functional significance, but is used as a tagging mechanism so that other components can detect the presence (via an "instanceof Authenticator" test) of an already configured authentication service.
author
Craig R. McClanahan
version
$Revision: 1.3 $ $Date: 2007/05/05 05:31:50 $

Fields Summary
Constructors Summary
Methods Summary