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

Packages that use Authenticator
org.eclipse.jetty.security   
org.eclipse.jetty.security.authentication   
org.eclipse.jetty.security.jaspi   
 

Uses of Authenticator in org.eclipse.jetty.security
 

Methods in org.eclipse.jetty.security that return Authenticator
 Authenticator SecurityHandler.getAuthenticator()
           
 Authenticator Authenticator.Factory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 Authenticator DefaultAuthenticatorFactory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 

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

Uses of Authenticator in org.eclipse.jetty.security.authentication
 

Classes in org.eclipse.jetty.security.authentication that implement Authenticator
 class BasicAuthenticator
           
 class ClientCertAuthenticator
           
 class DigestAuthenticator
           
 class FormAuthenticator
          FORM Authenticator.
 class LoginAuthenticator
           
 class SpnegoAuthenticator
           
 

Fields in org.eclipse.jetty.security.authentication declared as Authenticator
protected  Authenticator DeferredAuthentication._authenticator
           
 

Constructors in org.eclipse.jetty.security.authentication with parameters of type Authenticator
DeferredAuthentication(Authenticator authenticator)
           
 

Uses of Authenticator in org.eclipse.jetty.security.jaspi
 

Classes in org.eclipse.jetty.security.jaspi that implement Authenticator
 class JaspiAuthenticator
           
 

Methods in org.eclipse.jetty.security.jaspi that return Authenticator
 Authenticator JaspiAuthenticatorFactory.getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
           
 



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