Uses of Interface
org.mortbay.jetty.Authenticator

Packages that use Authenticator
org.mortbay.jetty.handler   
org.mortbay.jetty.security   
org.mortbay.jetty.ssl   
 

Uses of Authenticator in org.mortbay.jetty.handler
 

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

Uses of Authenticator in org.mortbay.jetty.security
 

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

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

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

Uses of Authenticator in org.mortbay.jetty.ssl
 

Classes in org.mortbay.jetty.ssl that implement Authenticator
 class ClientCertAuthenticator
          Client Certificate Authenticator.
 



Copyright © 1995-2008 Mort Bay Consulting. All Rights Reserved.