Class OpenIdAuthenticatorFactory
java.lang.Object
org.eclipse.jetty.ee9.security.openid.OpenIdAuthenticatorFactory
- All Implemented Interfaces:
- Authenticator.Factory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAuthenticator(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) 
- 
Constructor Details- 
OpenIdAuthenticatorFactorypublic OpenIdAuthenticatorFactory()
 
- 
- 
Method Details- 
getAuthenticatorpublic Authenticator getAuthenticator(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) - Specified by:
- getAuthenticatorin interface- Authenticator.Factory
 
 
-