Class OpenIdAuthenticatorConfiguration

java.lang.Object
org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
org.eclipse.jetty.security.openid.OpenIdAuthenticatorConfiguration
All Implemented Interfaces:
Authenticator.Configuration

public class OpenIdAuthenticatorConfiguration extends Authenticator.Configuration.Wrapper

This class is used to wrap the Authenticator.Configuration given to the OpenIdAuthenticator.

When getLoginService() method is called, this implementation will always return an instance of OpenIdLoginService. This allows you to configure an OpenIdAuthenticator using a null LoginService or any alternative LoginService implementation which will be wrapped by the OpenIdLoginService