Package | Description |
---|---|
com.caucho.security | |
com.caucho.server.admin | |
com.caucho.server.security |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagementAuthenticator
Special authenticator for management
|
Modifier and Type | Class and Description |
---|---|
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.
|