Class SAML10Converter


  • public class SAML10Converter
    extends Object
    The Class SAML10Converter.
    • Constructor Detail

      • SAML10Converter

        public SAML10Converter()
    • Method Detail

      • toElement

        @Deprecated
        public static Element toElement​(oasis.names.tc.saml._2_0.assertion.Assertion assertionType)
        Deprecated.
        To W3C Element
        Parameters:
        assertionType - the assertion type
        Returns:
        the element
      • toXMLString

        @Deprecated
        public static String toXMLString​(oasis.names.tc.saml._2_0.assertion.Assertion assertion)
        Deprecated.
        To xml string.
        Parameters:
        assertion - the assertion type
        Returns:
        the string
      • toElement

        public static Element toElement​(String assertion)
        To element.
        Parameters:
        assertion - the assertion
        Returns:
        the element
      • toXMLString

        public static String toXMLString​(Element element)
        To xml string.
        Parameters:
        element - the element
        Returns:
        the string