Interface SAMLOptionsOutput.Builder

    • Method Detail

      • enabled

        SAMLOptionsOutput.Builder enabled​(Boolean enabled)

        True if SAML is enabled.

        Parameters:
        enabled - True if SAML is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • idp

        SAMLOptionsOutput.Builder idp​(SAMLIdp idp)

        Describes the SAML Identity Provider's information.

        Parameters:
        idp - Describes the SAML Identity Provider's information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subjectKey

        SAMLOptionsOutput.Builder subjectKey​(String subjectKey)

        The key used for matching the SAML Subject attribute.

        Parameters:
        subjectKey - The key used for matching the SAML Subject attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rolesKey

        SAMLOptionsOutput.Builder rolesKey​(String rolesKey)

        The key used for matching the SAML Roles attribute.

        Parameters:
        rolesKey - The key used for matching the SAML Roles attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionTimeoutMinutes

        SAMLOptionsOutput.Builder sessionTimeoutMinutes​(Integer sessionTimeoutMinutes)

        The duration, in minutes, after which a user session becomes inactive.

        Parameters:
        sessionTimeoutMinutes - The duration, in minutes, after which a user session becomes inactive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.