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