Interface Authenticator.Factory
- All Known Implementing Classes:
DefaultAuthenticatorFactory
- Enclosing interface:
Authenticator
public static interface Authenticator.Factory
Authenticator Factory
- Version:
- $Rev: 4793 $ $Date: 2009-03-19 00:00:01 +0100 (Thu, 19 Mar 2009) $
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthenticator(org.eclipse.jetty.server.Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, org.eclipse.jetty.security.IdentityService identityService, org.eclipse.jetty.security.LoginService loginService)
-
Method Details
-
getAuthenticator
Authenticator getAuthenticator(org.eclipse.jetty.server.Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, org.eclipse.jetty.security.IdentityService identityService, org.eclipse.jetty.security.LoginService loginService)
-