Uses of Interface
org.sourceid.saml20.xmlbinding.protocol.IDPEntryType
-
Packages that use IDPEntryType Package Description org.sourceid.saml20.xmlbinding.protocol -
-
Uses of IDPEntryType in org.sourceid.saml20.xmlbinding.protocol
Methods in org.sourceid.saml20.xmlbinding.protocol that return IDPEntryType Modifier and Type Method Description IDPEntryTypeIDPEntryDocument. addNewIDPEntry()Appends and returns a new empty "IDPEntry" elementIDPEntryTypeIDPListType. addNewIDPEntry()Appends and returns a new empty value (as xml) as the last "IDPEntry" elementIDPEntryTypeIDPEntryDocument. getIDPEntry()Gets the "IDPEntry" elementIDPEntryType[]IDPListType. getIDPEntryArray()Gets array of all "IDPEntry" elementsIDPEntryTypeIDPListType. getIDPEntryArray(int i)Gets ith "IDPEntry" elementIDPEntryTypeIDPListType. insertNewIDPEntry(int i)Inserts and returns a new empty value (as xml) as the ith "IDPEntry" elementstatic IDPEntryTypeIDPEntryType.Factory. newInstance()static IDPEntryTypeIDPEntryType.Factory. newInstance(XmlOptions options)static IDPEntryTypeIDPEntryType.Factory. parse(File file)static IDPEntryTypeIDPEntryType.Factory. parse(File file, XmlOptions options)static IDPEntryTypeIDPEntryType.Factory. parse(InputStream is)static IDPEntryTypeIDPEntryType.Factory. parse(InputStream is, XmlOptions options)static IDPEntryTypeIDPEntryType.Factory. parse(Reader r)static IDPEntryTypeIDPEntryType.Factory. parse(Reader r, XmlOptions options)static IDPEntryTypeIDPEntryType.Factory. parse(String xmlAsString)static IDPEntryTypeIDPEntryType.Factory. parse(String xmlAsString, XmlOptions options)static IDPEntryTypeIDPEntryType.Factory. parse(URL u)static IDPEntryTypeIDPEntryType.Factory. parse(URL u, XmlOptions options)static IDPEntryTypeIDPEntryType.Factory. parse(XMLStreamReader sr)static IDPEntryTypeIDPEntryType.Factory. parse(XMLStreamReader sr, XmlOptions options)static IDPEntryTypeIDPEntryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IDPEntryTypeIDPEntryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic IDPEntryTypeIDPEntryType.Factory. parse(Node node)static IDPEntryTypeIDPEntryType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.saml20.xmlbinding.protocol with parameters of type IDPEntryType Modifier and Type Method Description voidIDPEntryDocument. setIDPEntry(IDPEntryType idpEntry)Sets the "IDPEntry" elementvoidIDPListType. setIDPEntryArray(int i, IDPEntryType idpEntry)Sets ith "IDPEntry" elementvoidIDPListType. setIDPEntryArray(IDPEntryType[] idpEntryArray)Sets array of all "IDPEntry" element
-