Class SamlConfiguration

    • Method Detail

      • metadataXML

        public final String metadataXML()

        The metadata XML that your IdP generated.

        Returns:
        The metadata XML that your IdP generated.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of an IAM role assumed by users when they authenticate into their Amazon Q Business web experience, containing the relevant Amazon Q Business permissions for conversing with Amazon Q Business.

        Returns:
        The Amazon Resource Name (ARN) of an IAM role assumed by users when they authenticate into their Amazon Q Business web experience, containing the relevant Amazon Q Business permissions for conversing with Amazon Q Business.
      • userIdAttribute

        public final String userIdAttribute()

        The user attribute name in your IdP that maps to the user email.

        Returns:
        The user attribute name in your IdP that maps to the user email.
      • userGroupAttribute

        public final String userGroupAttribute()

        The group attribute name in your IdP that maps to user groups.

        Returns:
        The group attribute name in your IdP that maps to user groups.
      • 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)