Package org.eclipse.jetty.security
Interface Authenticator.Factory
- All Known Implementing Classes:
DefaultAuthenticatorFactory
- Enclosing interface:
Authenticator
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Authenticator Factory
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthenticator
(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) Deprecated.
-
Method Details
-
getAuthenticator
Authenticator getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) Deprecated.
-