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 org.eclipse.jetty.security.Authenticator.Configuration
Authenticator.Configuration.Wrapper
-
Constructor Summary
ConstructorDescriptionOpenIdAuthenticatorConfiguration
(OpenIdConfiguration openIdConfiguration, Authenticator.Configuration authenticatorConfiguration) -
Method Summary
Methods inherited from class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
getAuthenticationType, getIdentityService, getParameter, getParameterNames, getRealmName, getSessionMaxInactiveIntervalOnAuthentication, isSessionRenewedOnAuthentication
-
Constructor Details
-
OpenIdAuthenticatorConfiguration
public OpenIdAuthenticatorConfiguration(OpenIdConfiguration openIdConfiguration, Authenticator.Configuration authenticatorConfiguration)
-
-
Method Details
-
getLoginService
- Specified by:
getLoginService
in interfaceAuthenticator.Configuration
- Overrides:
getLoginService
in classAuthenticator.Configuration.Wrapper
-