Module org.elasticsearch.xcore
Class SamlRealmSettings.AttributeSetting
java.lang.Object
org.elasticsearch.xpack.core.security.authc.saml.SamlRealmSettings.AttributeSetting
- Enclosing class:
SamlRealmSettings
The SAML realm offers a number of settings that rely on attributes that are populate by the Identity Provider in the SAML Response.
Each attribute has 2 settings:
- The name of the SAML attribute to use
- A java pattern (regex) to apply to that attribute value in order to extract the substring that should be used.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ATTRIBUTES_PREFIX
- See Also:
-
ATTRIBUTE_PATTERNS_PREFIX
- See Also:
-
-
Constructor Details
-
AttributeSetting
-
-
Method Details
-
settings
-
name
-
getAttribute
-
getPattern
-