Package org.eclipse.jetty.security
Interface Authenticator.Factory
-
- All Known Implementing Classes:
DefaultAuthenticatorFactory
- Enclosing interface:
- Authenticator
@Deprecated(since="2021-05-27") public static interface Authenticator.Factory
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Authenticator Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Authenticator
getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
Deprecated.
-
-
-
Method Detail
-
getAuthenticator
Authenticator getAuthenticator(Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
Deprecated.
-
-