Package | Description |
---|---|
com.caucho.cloud.security | |
com.caucho.hemp.servlet | |
com.caucho.security | |
com.caucho.server.admin | |
com.caucho.server.security | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
Authenticator |
SecurityService.getAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityService.setAuthenticator(Authenticator auth) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
ServerAuthManager.getAuth() |
Modifier and Type | Interface and Description |
---|---|
interface |
CookieAuthenticator
Base implementation to log in a user.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticator
All applications should extend AbstractAuthenticator to implement
their custom authenticators.
|
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 | Field and Description |
---|---|
protected Authenticator |
AbstractLogin._auth
The configured authenticator for the login.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
AbstractLogin.getAuthenticator()
Gets the authenticator.
|
Authenticator |
LoginList.getAuthenticator()
Returns the configured authenticator
|
Authenticator |
Login.getAuthenticator()
Returns the configured authenticator
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLogin.setAuthenticator(Authenticator auth)
Sets the authenticator.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagementAuthenticator
Special authenticator for management
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPasswordAuthenticator
Base class for authenticators which lookup passwords from a database.
|
class |
PropertyAuthenticator
The Property authenticator reads a properties file for authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
LoginConfig.setAuthenticator(Authenticator auth)
Sets the authenticator.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
WebApp.getAuthenticator()
Gets the authenticator
|
Authenticator |
WebApp.getConfiguredAuthenticator()
Gets the authenticator
|