java.lang.Object
org.elasticsearch.xpack.security.authc.saml.SpConfiguration

public class SpConfiguration extends Object
A simple container class that holds all configuration related to a SAML Service Provider (SP).
  • Constructor Details

  • Method Details

    • getEntityId

      public String getEntityId()
      The SAML identifier (as a URI) for the Sp
    • getAscUrl

      public String getAscUrl()
    • getLogoutUrl

      public String getLogoutUrl()
    • getEncryptionCredentials

      public List<org.opensaml.security.x509.X509Credential> getEncryptionCredentials()
    • getSigningConfiguration

      public SigningConfiguration getSigningConfiguration()