Uses of Interface
org.sourceid.saml20.xmlbinding.protocol.IDPListDocument
-
Packages that use IDPListDocument Package Description org.sourceid.saml20.xmlbinding.protocol -
-
Uses of IDPListDocument in org.sourceid.saml20.xmlbinding.protocol
Methods in org.sourceid.saml20.xmlbinding.protocol that return IDPListDocument Modifier and Type Method Description static IDPListDocumentIDPListDocument.Factory. newInstance()static IDPListDocumentIDPListDocument.Factory. newInstance(XmlOptions options)static IDPListDocumentIDPListDocument.Factory. parse(File file)static IDPListDocumentIDPListDocument.Factory. parse(File file, XmlOptions options)static IDPListDocumentIDPListDocument.Factory. parse(InputStream is)static IDPListDocumentIDPListDocument.Factory. parse(InputStream is, XmlOptions options)static IDPListDocumentIDPListDocument.Factory. parse(Reader r)static IDPListDocumentIDPListDocument.Factory. parse(Reader r, XmlOptions options)static IDPListDocumentIDPListDocument.Factory. parse(String xmlAsString)static IDPListDocumentIDPListDocument.Factory. parse(String xmlAsString, XmlOptions options)static IDPListDocumentIDPListDocument.Factory. parse(URL u)static IDPListDocumentIDPListDocument.Factory. parse(URL u, XmlOptions options)static IDPListDocumentIDPListDocument.Factory. parse(XMLStreamReader sr)static IDPListDocumentIDPListDocument.Factory. parse(XMLStreamReader sr, XmlOptions options)static IDPListDocumentIDPListDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IDPListDocumentIDPListDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic IDPListDocumentIDPListDocument.Factory. parse(Node node)static IDPListDocumentIDPListDocument.Factory. parse(Node node, XmlOptions options)
-