Class SAMLOptionsInput

    • Method Detail

      • enabled

        public final Boolean enabled()

        True if SAML is enabled.

        Returns:
        True if SAML is enabled.
      • idp

        public final SAMLIdp idp()

        Specifies the SAML Identity Provider's information.

        Returns:
        Specifies the SAML Identity Provider's information.
      • masterUserName

        public final String masterUserName()

        The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.

        Returns:
        The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.
      • masterBackendRole

        public final String masterBackendRole()

        The backend role to which the SAML master user is mapped to.

        Returns:
        The backend role to which the SAML master user is mapped to.
      • subjectKey

        public final String subjectKey()

        The key to use for matching the SAML Subject attribute.

        Returns:
        The key to use for matching the SAML Subject attribute.
      • rolesKey

        public final String rolesKey()

        The key to use for matching the SAML Roles attribute.

        Returns:
        The key to use for matching the SAML Roles attribute.
      • sessionTimeoutMinutes

        public final Integer sessionTimeoutMinutes()

        The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.

        Returns:
        The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)