org.eclipse.jetty.security.authentication
Class LoginAuthenticator

java.lang.Object
  extended by org.eclipse.jetty.security.authentication.LoginAuthenticator
All Implemented Interfaces:
Authenticator
Direct Known Subclasses:
BasicAuthenticator, ClientCertAuthenticator, DigestAuthenticator, FormAuthenticator

public abstract class LoginAuthenticator
extends Object
implements Authenticator


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jetty.security.Authenticator
Authenticator.Configuration, Authenticator.Factory
 
Field Summary
protected  DeferredAuthentication _deferred
           
protected  IdentityService _identityService
           
protected  LoginService _loginService
           
 
Constructor Summary
protected LoginAuthenticator()
           
 
Method Summary
 LoginService getLoginService()
           
 void setConfiguration(Authenticator.Configuration configuration)
          Configure the Authenticator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jetty.security.Authenticator
getAuthMethod, secureResponse, validateRequest
 

Field Detail

_deferred

protected final DeferredAuthentication _deferred

_loginService

protected LoginService _loginService

_identityService

protected IdentityService _identityService
Constructor Detail

LoginAuthenticator

protected LoginAuthenticator()
Method Detail

setConfiguration

public void setConfiguration(Authenticator.Configuration configuration)
Description copied from interface: Authenticator
Configure the Authenticator

Specified by:
setConfiguration in interface Authenticator

getLoginService

public LoginService getLoginService()


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