| Package | Description | 
|---|---|
| com.caucho.security | |
| com.caucho.server.admin | |
| com.caucho.server.security | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCookieAuthenticatorAll applications should extend AbstractAuthenticator to implement
 their custom authenticators. | 
| class  | AdminAuthenticatorThe admin authenticator provides authentication for Resin admin/management
 purposes. | 
| class  | AnonymousAuthenticatorThe anonymous authenticator always succeeds
   | 
| class  | DatabaseAuthenticatorAn authenticator using JDBC. | 
| class  | JaasAuthenticatorThe JAAS authenticator uses an existing JAAS LoginModule. | 
| class  | JdbcAuthenticatorAn authenticator using JDBC. | 
| class  | LdapAuthenticatorThe LDAP authenticator uses the underlying LDAP services
 provided by the JDK. | 
| class  | NullAuthenticatorThe null authenticator creates a dummy user. | 
| class  | PropertiesAuthenticatorThe Property authenticator reads a properties file for authentication. | 
| class  | XmlAuthenticatorThe XML authenticator reads a static file for authentication. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ManagementAuthenticatorSpecial authenticator for management | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAuthenticatorAll applications should extend AbstractAuthenticator to implement
 their custom authenticators. | 
| class  | AbstractPasswordAuthenticatorBase class for authenticators which lookup passwords from a database. | 
| class  | PropertyAuthenticatorThe Property authenticator reads a properties file for authentication. |