Uses of Interface
org.sourceid.saml20.xmlbinding.assertion.OneTimeUseType
-
Packages that use OneTimeUseType Package Description org.sourceid.saml20.xmlbinding.assertion -
-
Uses of OneTimeUseType in org.sourceid.saml20.xmlbinding.assertion
Methods in org.sourceid.saml20.xmlbinding.assertion that return OneTimeUseType Modifier and Type Method Description OneTimeUseTypeConditionsType. addNewOneTimeUse()Appends and returns a new empty value (as xml) as the last "OneTimeUse" elementOneTimeUseTypeOneTimeUseDocument. addNewOneTimeUse()Appends and returns a new empty "OneTimeUse" elementOneTimeUseTypeOneTimeUseDocument. getOneTimeUse()Gets the "OneTimeUse" elementOneTimeUseType[]ConditionsType. getOneTimeUseArray()Gets array of all "OneTimeUse" elementsOneTimeUseTypeConditionsType. getOneTimeUseArray(int i)Gets ith "OneTimeUse" elementOneTimeUseTypeConditionsType. insertNewOneTimeUse(int i)Inserts and returns a new empty value (as xml) as the ith "OneTimeUse" elementstatic OneTimeUseTypeOneTimeUseType.Factory. newInstance()static OneTimeUseTypeOneTimeUseType.Factory. newInstance(XmlOptions options)static OneTimeUseTypeOneTimeUseType.Factory. parse(File file)static OneTimeUseTypeOneTimeUseType.Factory. parse(File file, XmlOptions options)static OneTimeUseTypeOneTimeUseType.Factory. parse(InputStream is)static OneTimeUseTypeOneTimeUseType.Factory. parse(InputStream is, XmlOptions options)static OneTimeUseTypeOneTimeUseType.Factory. parse(Reader r)static OneTimeUseTypeOneTimeUseType.Factory. parse(Reader r, XmlOptions options)static OneTimeUseTypeOneTimeUseType.Factory. parse(String xmlAsString)static OneTimeUseTypeOneTimeUseType.Factory. parse(String xmlAsString, XmlOptions options)static OneTimeUseTypeOneTimeUseType.Factory. parse(URL u)static OneTimeUseTypeOneTimeUseType.Factory. parse(URL u, XmlOptions options)static OneTimeUseTypeOneTimeUseType.Factory. parse(XMLStreamReader sr)static OneTimeUseTypeOneTimeUseType.Factory. parse(XMLStreamReader sr, XmlOptions options)static OneTimeUseTypeOneTimeUseType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OneTimeUseTypeOneTimeUseType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic OneTimeUseTypeOneTimeUseType.Factory. parse(Node node)static OneTimeUseTypeOneTimeUseType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.saml20.xmlbinding.assertion with parameters of type OneTimeUseType Modifier and Type Method Description voidOneTimeUseDocument. setOneTimeUse(OneTimeUseType oneTimeUse)Sets the "OneTimeUse" elementvoidConditionsType. setOneTimeUseArray(int i, OneTimeUseType oneTimeUse)Sets ith "OneTimeUse" elementvoidConditionsType. setOneTimeUseArray(OneTimeUseType[] oneTimeUseArray)Sets array of all "OneTimeUse" element
-