|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServletAuthenticator | |
|---|---|
| com.caucho.http.security | |
| com.caucho.server.admin | |
| com.caucho.server.security | |
| com.caucho.server.session | |
| com.caucho.server.webapp | |
| Uses of ServletAuthenticator in com.caucho.http.security |
|---|
| Subinterfaces of ServletAuthenticator in com.caucho.http.security | |
|---|---|
interface |
ServletAuthenticator
Deprecated servlet authenticator for backward compatibilty |
| Uses of ServletAuthenticator in com.caucho.server.admin |
|---|
| Classes in com.caucho.server.admin that implement ServletAuthenticator | |
|---|---|
class |
ManagementAuthenticator
Special authenticator for management |
| Uses of ServletAuthenticator in com.caucho.server.security |
|---|
| Classes in com.caucho.server.security that implement ServletAuthenticator | |
|---|---|
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 |
AnonymousAuthenticator
The anonymous authenticator always succeeds |
class |
AuthenticatorList
The AuthenticatorList is used to configure more than one authenticators in a list, each authenticator is tried in turn and if the authentication fails the next authenticator in the list is attempted. |
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 |
PropertyAuthenticator
The Property authenticator reads a properties file for authentication. |
class |
XmlAuthenticator
The XML authenticator reads a static file for authentication. |
| Fields in com.caucho.server.security declared as ServletAuthenticator | |
|---|---|
protected ServletAuthenticator |
AbstractLogin._auth
The configured authenticator for the login. |
| Methods in com.caucho.server.security that return ServletAuthenticator | |
|---|---|
ServletAuthenticator |
AbstractLogin.getAuthenticator()
Gets the authenticator. |
| Methods in com.caucho.server.security with parameters of type ServletAuthenticator | |
|---|---|
void |
AuthenticatorList.addAuthenticator(ServletAuthenticator authenticator)
Sets the path to the XML file. |
void |
AbstractLogin.setAuthenticator(ServletAuthenticator auth)
Sets the authenticator. |
void |
LoginConfig.setAuthenticator(ServletAuthenticator auth)
Sets the authenticator. |
| Uses of ServletAuthenticator in com.caucho.server.session |
|---|
| Methods in com.caucho.server.session that return ServletAuthenticator | |
|---|---|
ServletAuthenticator |
SessionImpl.getAuthenticator()
Returns the authenticator |
| Uses of ServletAuthenticator in com.caucho.server.webapp |
|---|
| Methods in com.caucho.server.webapp that return ServletAuthenticator | |
|---|---|
ServletAuthenticator |
WebApp.getAuthenticator()
Gets the authenticator |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||