org.eclipse.jetty.security
Interface Authenticator.Factory

All Known Implementing Classes:
DefaultAuthenticatorFactory, JaspiAuthenticatorFactory
Enclosing interface:
Authenticator

public static interface Authenticator.Factory

Authenticator Facotory


Method Summary
 Authenticator getAuthenticator(Server server, ServletContext context, Authenticator.Configuration configuration, IdentityService identityService, LoginService loginService)
           
 

Method Detail

getAuthenticator

Authenticator getAuthenticator(Server server,
                               ServletContext context,
                               Authenticator.Configuration configuration,
                               IdentityService identityService,
                               LoginService loginService)


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