Uses of Interface
org.mortbay.jetty.security.Authenticator

Packages that use Authenticator
org.mortbay.jetty.security   
 

Uses of Authenticator in org.mortbay.jetty.security
 

Classes in org.mortbay.jetty.security that implement Authenticator
 class BasicAuthenticator
          BASIC authentication.
 class ClientCertAuthenticator
          Client Certificate Authenticator.
 class DigestAuthenticator
          DIGEST authentication.
 class FormAuthenticator
          FORM Authentication Authenticator.
 

Methods in org.mortbay.jetty.security that return Authenticator
 Authenticator SecurityHandler.getAuthenticator()
           
 

Methods in org.mortbay.jetty.security with parameters of type Authenticator
 void SecurityHandler.setAuthenticator(Authenticator authenticator)