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 SAML Identity Provider.

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