Class OpenIdAuthenticatorConfiguration
java.lang.Object
org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
org.eclipse.jetty.security.openid.OpenIdAuthenticatorConfiguration
- All Implemented Interfaces:
 Authenticator.Configuration
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
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Authenticator.Configuration
Authenticator.Configuration.Wrapper - 
Constructor Summary
ConstructorsConstructorDescriptionOpenIdAuthenticatorConfiguration(OpenIdConfiguration openIdConfiguration, Authenticator.Configuration authenticatorConfiguration)  - 
Method Summary
 
- 
Constructor Details
- 
OpenIdAuthenticatorConfiguration
public OpenIdAuthenticatorConfiguration(OpenIdConfiguration openIdConfiguration, Authenticator.Configuration authenticatorConfiguration)  
 - 
 - 
Method Details
- 
getLoginService
- Specified by:
 getLoginServicein interfaceAuthenticator.Configuration- Overrides:
 getLoginServicein classAuthenticator.Configuration.Wrapper
 
 -