Interface SAMLIdp.Builder

    • Method Detail

      • metadataContent

        SAMLIdp.Builder metadataContent​(String metadataContent)

        The metadata of the SAML application, in XML format.

        Parameters:
        metadataContent - The metadata of the SAML application, in XML format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityId

        SAMLIdp.Builder entityId​(String entityId)

        The unique entity ID of the application in the SAML identity provider.

        Parameters:
        entityId - The unique entity ID of the application in the SAML identity provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.