Package net.shibboleth.idp.conf.impl
Class ServletConfigServletContextInitializer
java.lang.Object
net.shibboleth.idp.conf.impl.ServletConfigServletContextInitializer
- All Implemented Interfaces:
ServletContainerInitializer
public class ServletConfigServletContextInitializer
extends Object
implements ServletContainerInitializer
A
ServletContainerInitializer implementation that registers the servlets used by the IdP.
Registration of each servlet must be enabled by adding specific servlet init-params and is therefore off by default for backward compatibility with old web.xml files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringContext parameter name for the installation of the IdP servlet.static final StringContext parameter name for the installation of the IdP servlet.static final StringContext parameter name for the installation of the IdP servlet.static final StringContext parameter name for the installation of the IdP servlet.private final org.slf4j.LoggerClass logger. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INIT_PARAMETER_IDP_ACTIVATION
Context parameter name for the installation of the IdP servlet.- See Also:
-
INIT_PARAMETER_REMOTEUSER_ACTIVATION
Context parameter name for the installation of the IdP servlet.- See Also:
-
INIT_PARAMETER_X509_ACTIVATION
Context parameter name for the installation of the IdP servlet.- See Also:
-
INIT_PARAMETER_METADATA_ACTIVATION
Context parameter name for the installation of the IdP servlet.- See Also:
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
ServletConfigServletContextInitializer
public ServletConfigServletContextInitializer()
-
-
Method Details
-
onStartup
- Specified by:
onStartupin interfaceServletContainerInitializer- Throws:
ServletException
-