Class OpenIdAuthConfiguration
java.lang.Object
org.eclipse.jetty.security.WrappedAuthConfiguration
org.eclipse.jetty.security.openid.OpenIdAuthConfiguration
- All Implemented Interfaces:
Authenticator.AuthConfiguration
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
-
Constructor Summary
ConstructorDescriptionOpenIdAuthConfiguration
(OpenIdConfiguration openIdConfiguration, Authenticator.AuthConfiguration authConfiguration) -
Method Summary
Methods inherited from class org.eclipse.jetty.security.WrappedAuthConfiguration
getAuthMethod, getIdentityService, getInitParameter, getInitParameterNames, getRealmName, getSessionMaxInactiveIntervalOnAuthentication, isSessionRenewedOnAuthentication
-
Constructor Details
-
OpenIdAuthConfiguration
public OpenIdAuthConfiguration(OpenIdConfiguration openIdConfiguration, Authenticator.AuthConfiguration authConfiguration)
-
-
Method Details
-
getLoginService
- Specified by:
getLoginService
in interfaceAuthenticator.AuthConfiguration
- Overrides:
getLoginService
in classWrappedAuthConfiguration
-