Interface Authenticator.Factory
- All Known Implementing Classes:
DefaultAuthenticatorFactory
,JaspiAuthenticatorFactory
,OpenIdAuthenticatorFactory
- 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
(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
-
Method Details
-
getAuthenticator
Authenticator getAuthenticator(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
-