Interface BaseID

  • All Superinterfaces:
    BaseIDAbstract
    All Known Implementing Classes:
    BaseIDImpl

    public interface BaseID
    extends BaseIDAbstract
    The BaseID is an extension point that allows applications to add new kinds of identifiers.
    • Method Detail

      • toXMLString

        String toXMLString​(boolean includeNSPrefix,
                           boolean declareNS)
                    throws SAML2Exception
        Returns a String representation
        Parameters:
        includeNSPrefix - Determines whether or not the namespace qualifier is prepended to the Element when converted
        declareNS - Determines whether or not the namespace is declared within the Element.
        Returns:
        A String representation
        Throws:
        SAML2Exception - if something is wrong during conversion
      • toXMLString

        String toXMLString()
                    throws SAML2Exception
        Returns a String representation
        Returns:
        A String representation
        Throws:
        SAML2Exception - if something is wrong during conversion