Class SOAPConfiguration

java.lang.Object
org.opensaml.soap.config.SOAPConfiguration

public class SOAPConfiguration extends Object
SAML-related configuration information.

The configuration instance to use would typically be retrieved from the ConfigurationService.

  • Field Details

    • enforceDecoderSizeLimit

      private boolean enforceDecoderSizeLimit
      Flag indicating whether to enforce SOAP message size limits in the decoders.
    • decoderSizeLimit

      @Nullable private Integer decoderSizeLimit
      SOAP message size limit.
  • Constructor Details

    • SOAPConfiguration

      public SOAPConfiguration()
  • Method Details

    • isEnforceDecoderSizeLimit

      public boolean isEnforceDecoderSizeLimit()
      Get the flag indicating whether to enforce SOAP message size limits in the decoders.
      Returns:
      true if enforcement enabled, false if not
    • setEnforceDecoderSizeLimit

      public void setEnforceDecoderSizeLimit(boolean flag)
      Set the flag indicating whether to enforce SOAP message size limits in the decoders.
      Parameters:
      flag - true if enforcement enabled, false if not
    • getDecoderSizeLimit

      @Nullable public Integer getDecoderSizeLimit()
      Get the SOAP message size limit.
      Returns:
      the limit in bytes
    • setDecoderSizeLimit

      public void setDecoderSizeLimit(@Nullable Integer limit)
      Set the SOAP message size limit.
      Parameters:
      limit - the limit in bytes