|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authenticator | |
---|---|
com.caucho.cloud.security | |
com.caucho.hemp.servlet | |
com.caucho.security | |
com.caucho.server.admin | |
com.caucho.server.security | |
com.caucho.server.webapp |
Uses of Authenticator in com.caucho.cloud.security |
---|
Methods in com.caucho.cloud.security that return Authenticator | |
---|---|
Authenticator |
SecurityService.getAuthenticator()
|
Methods in com.caucho.cloud.security with parameters of type Authenticator | |
---|---|
void |
SecurityService.setAuthenticator(Authenticator auth)
|
Uses of Authenticator in com.caucho.hemp.servlet |
---|
Methods in com.caucho.hemp.servlet that return Authenticator | |
---|---|
Authenticator |
ServerAuthManager.getAuth()
|
Uses of Authenticator in com.caucho.security |
---|
Subinterfaces of Authenticator in com.caucho.security | |
---|---|
interface |
CookieAuthenticator
Base implementation to log in a user. |
Classes in com.caucho.security that implement Authenticator | |
---|---|
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. |
Fields in com.caucho.security declared as Authenticator | |
---|---|
protected Authenticator |
AbstractLogin._auth
The configured authenticator for the login. |
Methods in com.caucho.security that return Authenticator | |
---|---|
Authenticator |
AbstractLogin.getAuthenticator()
Gets the authenticator. |
Authenticator |
Login.getAuthenticator()
Returns the configured authenticator |
Authenticator |
LoginList.getAuthenticator()
Returns the configured authenticator |
Methods in com.caucho.security with parameters of type Authenticator | |
---|---|
void |
AbstractLogin.setAuthenticator(Authenticator auth)
Sets the authenticator. |
Uses of Authenticator in com.caucho.server.admin |
---|
Classes in com.caucho.server.admin that implement Authenticator | |
---|---|
class |
ManagementAuthenticator
Special authenticator for management |
Uses of Authenticator in com.caucho.server.security |
---|
Classes in com.caucho.server.security that implement Authenticator | |
---|---|
class |
AbstractPasswordAuthenticator
Base class for authenticators which lookup passwords from a database. |
class |
PropertyAuthenticator
The Property authenticator reads a properties file for authentication. |
Methods in com.caucho.server.security with parameters of type Authenticator | |
---|---|
void |
LoginConfig.setAuthenticator(Authenticator auth)
Sets the authenticator. |
Uses of Authenticator in com.caucho.server.webapp |
---|
Methods in com.caucho.server.webapp that return Authenticator | |
---|---|
Authenticator |
WebApp.getAuthenticator()
Gets the authenticator |
Authenticator |
WebApp.getConfiguredAuthenticator()
Gets the authenticator |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |