Class SAMLOptionsInput

    • Method Detail

      • enabled

        public final Boolean enabled()

        True to enable SAML authentication for a domain.

        Returns:
        True to enable SAML authentication for a domain.
      • idp

        public final SAMLIdp idp()

        The SAML Identity Provider's information.

        Returns:
        The SAML Identity Provider's information.
      • masterUserName

        public final String masterUserName()

        The SAML master user name, which is stored in the domain's internal user database.

        Returns:
        The SAML master user name, which is stored in the domain's internal user database.
      • masterBackendRole

        public final String masterBackendRole()

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

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

        public final String subjectKey()

        Element of the SAML assertion to use for the user name. Default is NameID.

        Returns:
        Element of the SAML assertion to use for the user name. Default is NameID.
      • rolesKey

        public final String rolesKey()

        Element of the SAML assertion to use for backend roles. Default is roles.

        Returns:
        Element of the SAML assertion to use for backend roles. Default is roles.
      • 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)