Interface SingleLogoutProfileConfiguration

All Superinterfaces:
Component, IdentifiedComponent, ProfileConfiguration, SAML2ProfileConfiguration, SAMLArtifactConsumerProfileConfiguration, SAMLProfileConfiguration, SingleLogoutProfileConfiguration
All Known Implementing Classes:
SingleLogoutProfileConfiguration

public interface SingleLogoutProfileConfiguration extends SingleLogoutProfileConfiguration
Configuration support for SP SAML 2.0 Single Logout.
  • Method Details

    • isAsynchronous

      @ConfigurationSetting(name="asynchronous") boolean isAsynchronous(@Nullable ProfileRequestContext profileRequestContext)
      Get whether to include the Asynchronous extension in requests.

      Defaults to true.

      Parameters:
      profileRequestContext - current profile request context
      Returns:
      true iff the extension should be included in requests