Class SOAPConfigurationInitializer

java.lang.Object
org.opensaml.soap.config.impl.SOAPConfigurationInitializer
All Implemented Interfaces:
Initializer

public class SOAPConfigurationInitializer extends Object implements Initializer
An initializer which initializes the SOAPConfiguration instance held by the ConfigurationService.

This includes the artifact factories for SAML 1 and SAML 2 artifacts.

  • Field Details

    • CONFIG_PROP_PREFIX_DECODE

      public static final String CONFIG_PROP_PREFIX_DECODE
      Config property prefix for decoders.
      See Also:
    • CONFIG_PROPERTY_ENFORCE_SIZE_LIMIT

      public static final String CONFIG_PROPERTY_ENFORCE_SIZE_LIMIT
      Config property name: Enforce SOAP size limit.
      See Also:
    • ENFORCE_SIZE_LIMIT_DEFAULT

      public static final String ENFORCE_SIZE_LIMIT_DEFAULT
      Config property default: Enforce SOAP size limit: false.
      See Also:
    • CONFIG_PROPERTY_SIZE_LIMIT

      public static final String CONFIG_PROPERTY_SIZE_LIMIT
      Config property name: SAMLRequest size limit.
      See Also:
    • SIZE_LIMIT_DEFAULT

      public static final String SIZE_LIMIT_DEFAULT
      Config property default: SAMLRequest size limit: 2 MB.
      See Also:
    • log

      @Nonnull private org.slf4j.Logger log
      Logger.
  • Constructor Details

    • SOAPConfigurationInitializer

      public SOAPConfigurationInitializer()
  • Method Details