Class OpenIdAuthConfiguration

java.lang.Object
org.eclipse.jetty.security.WrappedAuthConfiguration
org.eclipse.jetty.security.openid.OpenIdAuthConfiguration
All Implemented Interfaces:
Authenticator.AuthConfiguration

public class OpenIdAuthConfiguration extends WrappedAuthConfiguration

This class is used to wrap the Authenticator.AuthConfiguration 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