Interface SamlConfiguration


public interface SamlConfiguration
  • Field Details

  • Method Details

    • keyStorePath

      String keyStorePath()
    • keyStorePassword

      String keyStorePassword()
    • keyStoreType

      String keyStoreType()
    • getIdpSsoSessionCheckInterval

      int getIdpSsoSessionCheckInterval()
      Set the interval in minutes on how often to check for and delete SAML IDP SSO sessions that are older than the maximum age set in the property "saml.idp.sso.session.max.age".
    • getMaxSamlSsoRequestContexts

      int getMaxSamlSsoRequestContexts()
    • getMetadataRefreshInterval

      int getMetadataRefreshInterval()
    • getReplayChacheDuration

      int getReplayChacheDuration()
      Set the duration in milliseconds to prevent replaying messages.
    • getSpAuthRequestCheckInterval

      int getSpAuthRequestCheckInterval()
      Set the interval in minutes on how often to check for and delete SAML SP authentication requests that are older than the maximum age set in the property "saml.sp.auth.request.max.age".
    • getSpAuthRequestMaxAge

      int getSpAuthRequestMaxAge()
      Set the duration in milliseconds to remove and expire SAML SP authentication requests.
    • getSpMessageCheckInterval

      int getSpMessageCheckInterval()
      Set the interval in minutes on how often to check for and delete expired SAML SP messages.
    • idpRoleConfigurationEnabled

      boolean idpRoleConfigurationEnabled()