Uses of Class
com.caucho.security.AbstractAuthenticator

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

Uses of AbstractAuthenticator in com.caucho.security
 

Subclasses of AbstractAuthenticator in com.caucho.security
 class AbstractCookieAuthenticator
          All applications should extend AbstractAuthenticator to implement their custom authenticators.
 class AdminAuthenticator
          The admin authenticator provides authentication for Resin admin/management purposes.
 class AnonymousAuthenticator
          The anonymous authenticator always succeeds
 class DatabaseAuthenticator
          An authenticator using JDBC.
 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 PropertiesAuthenticator
          The Property authenticator reads a properties file for authentication.
 class XmlAuthenticator
          The XML authenticator reads a static file for authentication.
 

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 AbstractAuthenticator
          All applications should extend AbstractAuthenticator to implement their custom authenticators.
 class AbstractPasswordAuthenticator
          Base class for authenticators which lookup passwords from a database.
 class PropertyAuthenticator
          The Property authenticator reads a properties file for authentication.