Interface SAML2AssertionProducingProfileConfiguration

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

public interface SAML2AssertionProducingProfileConfiguration extends SAML2ProfileConfiguration, SAMLAssertionProducingProfileConfiguration
Interface for SAML 2.0 profiles that produce assertions.
  • Method Details

    • isEncryptAssertions

      @ConfigurationSetting(name="encryptAssertions") boolean isEncryptAssertions(@Nullable ProfileRequestContext profileRequestContext)
      Gets whether assertions should be encrypted.
      Parameters:
      profileRequestContext - current profile request context
      Returns:
      whether assertions should be encrypted
    • isEncryptAttributes

      @ConfigurationSetting(name="encryptAttributes") boolean isEncryptAttributes(@Nullable ProfileRequestContext profileRequestContext)
      Gets whether attributes should be encrypted.
      Parameters:
      profileRequestContext - current profile request context
      Returns:
      whether attributes should be encrypted