Uses of Interface
org.sourceid.protocol.saml11.xml.AssertionType
-
Packages that use AssertionType Package Description org.sourceid.protocol.saml11.xml org.sourceid.protocol.samlp11.xml -
-
Uses of AssertionType in org.sourceid.protocol.saml11.xml
Methods in org.sourceid.protocol.saml11.xml that return AssertionType Modifier and Type Method Description AssertionTypeAssertionDocument. addNewAssertion()Appends and returns a new empty "Assertion" elementAssertionTypeEvidenceType. addNewAssertion()Appends and returns a new empty value (as xml) as the last "Assertion" elementAssertionTypeAssertionDocument. getAssertion()Gets the "Assertion" elementAssertionType[]EvidenceType. getAssertionArray()Gets array of all "Assertion" elementsAssertionTypeEvidenceType. getAssertionArray(int i)Gets ith "Assertion" elementAssertionTypeEvidenceType. insertNewAssertion(int i)Inserts and returns a new empty value (as xml) as the ith "Assertion" elementstatic AssertionTypeAssertionType.Factory. newInstance()static AssertionTypeAssertionType.Factory. newInstance(XmlOptions options)static AssertionTypeAssertionType.Factory. parse(File file)static AssertionTypeAssertionType.Factory. parse(File file, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(InputStream is)static AssertionTypeAssertionType.Factory. parse(InputStream is, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(Reader r)static AssertionTypeAssertionType.Factory. parse(Reader r, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(String xmlAsString)static AssertionTypeAssertionType.Factory. parse(String xmlAsString, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(URL u)static AssertionTypeAssertionType.Factory. parse(URL u, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(XMLStreamReader sr)static AssertionTypeAssertionType.Factory. parse(XMLStreamReader sr, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AssertionTypeAssertionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AssertionTypeAssertionType.Factory. parse(Node node)static AssertionTypeAssertionType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.saml11.xml with parameters of type AssertionType Modifier and Type Method Description voidAssertionDocument. setAssertion(AssertionType assertion)Sets the "Assertion" elementvoidEvidenceType. setAssertionArray(int i, AssertionType assertion)Sets ith "Assertion" elementvoidEvidenceType. setAssertionArray(AssertionType[] assertionArray)Sets array of all "Assertion" element -
Uses of AssertionType in org.sourceid.protocol.samlp11.xml
Methods in org.sourceid.protocol.samlp11.xml that return AssertionType Modifier and Type Method Description AssertionTypeResponseType. addNewAssertion()Appends and returns a new empty value (as xml) as the last "Assertion" elementAssertionType[]ResponseType. getAssertionArray()Gets array of all "Assertion" elementsAssertionTypeResponseType. getAssertionArray(int i)Gets ith "Assertion" elementAssertionTypeResponseType. insertNewAssertion(int i)Inserts and returns a new empty value (as xml) as the ith "Assertion" elementMethods in org.sourceid.protocol.samlp11.xml with parameters of type AssertionType Modifier and Type Method Description voidResponseType. setAssertionArray(int i, AssertionType assertion)Sets ith "Assertion" elementvoidResponseType. setAssertionArray(AssertionType[] assertionArray)Sets array of all "Assertion" element
-