Uses of Interface
org.sourceid.saml20.xmlbinding.assertion.SubjectType
-
Packages that use SubjectType Package Description org.sourceid.saml20.xmlbinding.assertion org.sourceid.saml20.xmlbinding.protocol -
-
Uses of SubjectType in org.sourceid.saml20.xmlbinding.assertion
Methods in org.sourceid.saml20.xmlbinding.assertion that return SubjectType Modifier and Type Method Description SubjectTypeAssertionType. addNewSubject()Appends and returns a new empty "Subject" elementSubjectTypeSubjectDocument. addNewSubject()Appends and returns a new empty "Subject" elementSubjectTypeAssertionType. getSubject()Gets the "Subject" elementSubjectTypeSubjectDocument. getSubject()Gets the "Subject" elementstatic SubjectTypeSubjectType.Factory. newInstance()static SubjectTypeSubjectType.Factory. newInstance(XmlOptions options)static SubjectTypeSubjectType.Factory. parse(File file)static SubjectTypeSubjectType.Factory. parse(File file, XmlOptions options)static SubjectTypeSubjectType.Factory. parse(InputStream is)static SubjectTypeSubjectType.Factory. parse(InputStream is, XmlOptions options)static SubjectTypeSubjectType.Factory. parse(Reader r)static SubjectTypeSubjectType.Factory. parse(Reader r, XmlOptions options)static SubjectTypeSubjectType.Factory. parse(String xmlAsString)static SubjectTypeSubjectType.Factory. parse(String xmlAsString, XmlOptions options)static SubjectTypeSubjectType.Factory. parse(URL u)static SubjectTypeSubjectType.Factory. parse(URL u, XmlOptions options)static SubjectTypeSubjectType.Factory. parse(XMLStreamReader sr)static SubjectTypeSubjectType.Factory. parse(XMLStreamReader sr, XmlOptions options)static SubjectTypeSubjectType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SubjectTypeSubjectType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic SubjectTypeSubjectType.Factory. parse(Node node)static SubjectTypeSubjectType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.saml20.xmlbinding.assertion with parameters of type SubjectType Modifier and Type Method Description voidAssertionType. setSubject(SubjectType subject)Sets the "Subject" elementvoidSubjectDocument. setSubject(SubjectType subject)Sets the "Subject" element -
Uses of SubjectType in org.sourceid.saml20.xmlbinding.protocol
Methods in org.sourceid.saml20.xmlbinding.protocol that return SubjectType Modifier and Type Method Description SubjectTypeAuthnRequestType. addNewSubject()Appends and returns a new empty "Subject" elementSubjectTypeSubjectQueryAbstractType. addNewSubject()Appends and returns a new empty "Subject" elementSubjectTypeAuthnRequestType. getSubject()Gets the "Subject" elementSubjectTypeSubjectQueryAbstractType. getSubject()Gets the "Subject" elementMethods in org.sourceid.saml20.xmlbinding.protocol with parameters of type SubjectType Modifier and Type Method Description voidAuthnRequestType. setSubject(SubjectType subject)Sets the "Subject" elementvoidSubjectQueryAbstractType. setSubject(SubjectType subject)Sets the "Subject" element
-