Interface IdpMetadata.Builder

    • Method Detail

      • url

        IdpMetadata.Builder url​(String url)

        The URL of the location containing the IdP metadata.

        Parameters:
        url - The URL of the location containing the IdP metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • xml

        IdpMetadata.Builder xml​(String xml)

        The full IdP metadata, in XML format.

        Parameters:
        xml - The full IdP metadata, in XML format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.