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.
 

Fields in org.mortbay.jetty.security declared as Authenticator
private  Authenticator SecurityHandler._authenticator
           
 

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

Methods in org.mortbay.jetty.security with parameters of type Authenticator
private  boolean SecurityHandler.check(Object constraints, Authenticator authenticator, UserRealm realm, String pathInContext, Request request, Response response)
          Check security contraints
 void SecurityHandler.setAuthenticator(Authenticator authenticator)