Uses of Class
com.caucho.server.security.AbstractAuthenticator

Packages that use AbstractAuthenticator
com.caucho.http.security   
com.caucho.server.admin   
com.caucho.server.security   
 

Uses of AbstractAuthenticator in com.caucho.http.security
 

Subclasses of AbstractAuthenticator in com.caucho.http.security
 class AbstractAuthenticator
          Deprecated abstract authenticator for backward compatibilty
 

Uses of AbstractAuthenticator in com.caucho.server.admin
 

Subclasses of AbstractAuthenticator in com.caucho.server.admin
 class ManagementAuthenticator
          Special authenticator for management
 

Uses of AbstractAuthenticator in com.caucho.server.security
 

Subclasses of AbstractAuthenticator in com.caucho.server.security
 class AbstractPasswordAuthenticator
          Base class for authenticators which lookup passwords from a database.
 class AnonymousAuthenticator
          The anonymous authenticator always succeeds
 class JaasAuthenticator
          The JAAS authenticator uses an existing JAAS LoginModule.
 class JdbcAuthenticator
          An authenticator using JDBC.
 class LdapAuthenticator
          The LDAP authenticator uses the underlying LDAP services provided by the JDK.
 class NullAuthenticator
          The null authenticator creates a dummy user.
 class PropertyAuthenticator
          The Property authenticator reads a properties file for authentication.
 class XmlAuthenticator
          The XML authenticator reads a static file for authentication.