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 Details

    • INIT_PARAMETER_IDP_ACTIVATION

      @Nonnull @NotEmpty public static final String INIT_PARAMETER_IDP_ACTIVATION
      Context parameter name for the installation of the IdP servlet.
      See Also:
    • INIT_PARAMETER_REMOTEUSER_ACTIVATION

      @Nonnull @NotEmpty public static final String INIT_PARAMETER_REMOTEUSER_ACTIVATION
      Context parameter name for the installation of the IdP servlet.
      See Also:
    • INIT_PARAMETER_X509_ACTIVATION

      @Nonnull @NotEmpty public static final String INIT_PARAMETER_X509_ACTIVATION
      Context parameter name for the installation of the IdP servlet.
      See Also:
    • INIT_PARAMETER_METADATA_ACTIVATION

      @Nonnull @NotEmpty public static final String INIT_PARAMETER_METADATA_ACTIVATION
      Context parameter name for the installation of the IdP servlet.
      See Also:
    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • ServletConfigServletContextInitializer

      public ServletConfigServletContextInitializer()
  • Method Details