Uses of Interface
org.sourceid.protocol.saml11.xml.SubjectType
-
Packages that use SubjectType Package Description org.sourceid.protocol.saml11.xml org.sourceid.protocol.samlp11.xml -
-
Uses of SubjectType in org.sourceid.protocol.saml11.xml
Methods in org.sourceid.protocol.saml11.xml that return SubjectType Modifier and Type Method Description SubjectTypeSubjectDocument. addNewSubject()Appends and returns a new empty "Subject" elementSubjectTypeSubjectStatementAbstractType. addNewSubject()Appends and returns a new empty "Subject" elementSubjectTypeSubjectDocument. getSubject()Gets the "Subject" elementSubjectTypeSubjectStatementAbstractType. 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.protocol.saml11.xml with parameters of type SubjectType Modifier and Type Method Description voidSubjectDocument. setSubject(SubjectType subject)Sets the "Subject" elementvoidSubjectStatementAbstractType. setSubject(SubjectType subject)Sets the "Subject" element -
Uses of SubjectType in org.sourceid.protocol.samlp11.xml
Methods in org.sourceid.protocol.samlp11.xml that return SubjectType Modifier and Type Method Description SubjectTypeSubjectQueryAbstractType. addNewSubject()Appends and returns a new empty "Subject" elementSubjectTypeSubjectQueryAbstractType. getSubject()Gets the "Subject" elementMethods in org.sourceid.protocol.samlp11.xml with parameters of type SubjectType Modifier and Type Method Description voidSubjectQueryAbstractType. setSubject(SubjectType subject)Sets the "Subject" element
-