Uses of Interface
com.caucho.server.security.ServletAuthenticator

Packages that use ServletAuthenticator
com.caucho.http.security   
com.caucho.server.security   
 

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.security
 

Classes in com.caucho.server.security that implement ServletAuthenticator
 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.
 

Methods in com.caucho.server.security with parameters of type ServletAuthenticator
 void AuthenticatorList.addAuthenticator(ServletAuthenticator authenticator)
          Sets the path to the XML file.