Interface AttributeQueryProfileConfiguration

All Superinterfaces:
AttributeResolvingProfileConfiguration, Component, IdentifiedComponent, ProfileConfiguration, SAML2ProfileConfiguration, SAMLProfileConfiguration

public interface AttributeQueryProfileConfiguration extends AttributeResolvingProfileConfiguration, SAML2ProfileConfiguration
Configuration support for SAML 2.0 attribute query profile.

Note that this interface extends neither the assertion producing nor consuming interfaces, as this is specific to IdP and SP behavior.

  • Field Details

  • Method Details

    • isSignSOAPRequests

      boolean isSignSOAPRequests(@Nullable MessageContext messageContext)
      Get whether SOAP-based requests should be signed.
      Parameters:
      messageContext - current message context
      Returns:
      whether SOAP-based requests should be signed
      Since:
      5.2.0
    • isClientTLSSOAPRequests

      boolean isClientTLSSOAPRequests(@Nullable MessageContext messageContext)
      Get whether SOAP-based requests should use client TLS.
      Parameters:
      messageContext - current message context
      Returns:
      whether SOAP-based requests should use client TLS
      Since:
      5.2.0