Package org.eclipse.jetty.security
Interface Authenticator.Factory
- All Known Implementing Classes:
DefaultAuthenticatorFactory
,JaspiAuthenticatorFactory
,OpenIdAuthenticatorFactory
- Enclosing interface:
- Authenticator
public static interface Authenticator.Factory
Authenticator Factory
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthenticator
(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
-
Method Details
-
getAuthenticator
Authenticator getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
-