Uses of Interface
org.openqa.jetty.http.Authenticator

Packages that use Authenticator
org.openqa.jetty.http   
org.openqa.jetty.jetty.servlet   
 

Uses of Authenticator in org.openqa.jetty.http
 

Classes in org.openqa.jetty.http that implement Authenticator
 class BasicAuthenticator
          BASIC authentication.
 class ClientCertAuthenticator
          Client Certificate Authenticator.
 class DigestAuthenticator
          DIGEST authentication.
 

Methods in org.openqa.jetty.http that return Authenticator
 Authenticator HttpContext.getAuthenticator()
           
 

Methods in org.openqa.jetty.http with parameters of type Authenticator
static boolean SecurityConstraint.check(List constraints, Authenticator authenticator, UserRealm realm, String pathInContext, HttpRequest request, HttpResponse response)
          Check security contraints
 void HttpContext.setAuthenticator(Authenticator authenticator)
           
 

Uses of Authenticator in org.openqa.jetty.jetty.servlet
 

Classes in org.openqa.jetty.jetty.servlet that implement Authenticator
 class FormAuthenticator
          FORM Authentication Authenticator.
 



Copyright © 2011. All Rights Reserved.