Module org.elasticsearch.security
Class SpConfiguration
java.lang.Object
org.elasticsearch.xpack.security.authc.saml.SpConfiguration
A simple container class that holds all configuration related to a SAML Service Provider (SP).
-
Constructor Summary
ConstructorsConstructorDescriptionSpConfiguration(String entityId, String ascUrl, String logoutUrl, SigningConfiguration signingConfiguration, List<org.opensaml.security.x509.X509Credential> encryptionCredential, List<String> authnCtxClassRef) -
Method Summary
Modifier and TypeMethodDescriptionList<org.opensaml.security.x509.X509Credential> The SAML identifier (as a URI) for the Sp
-
Constructor Details
-
SpConfiguration
-
-
Method Details
-
getEntityId
The SAML identifier (as a URI) for the Sp -
getAscUrl
-
getLogoutUrl
-
getEncryptionCredentials
-
getSigningConfiguration
-