Uses of Interface
org.sourceid.saml20.xmlbinding.protocol.AuthnQueryType
-
Packages that use AuthnQueryType Package Description org.sourceid.saml20.xmlbinding.protocol -
-
Uses of AuthnQueryType in org.sourceid.saml20.xmlbinding.protocol
Methods in org.sourceid.saml20.xmlbinding.protocol that return AuthnQueryType Modifier and Type Method Description AuthnQueryTypeAuthnQueryDocument. addNewAuthnQuery()Appends and returns a new empty "AuthnQuery" elementAuthnQueryTypeAuthnQueryDocument. getAuthnQuery()Gets the "AuthnQuery" elementstatic AuthnQueryTypeAuthnQueryType.Factory. newInstance()static AuthnQueryTypeAuthnQueryType.Factory. newInstance(XmlOptions options)static AuthnQueryTypeAuthnQueryType.Factory. parse(File file)static AuthnQueryTypeAuthnQueryType.Factory. parse(File file, XmlOptions options)static AuthnQueryTypeAuthnQueryType.Factory. parse(InputStream is)static AuthnQueryTypeAuthnQueryType.Factory. parse(InputStream is, XmlOptions options)static AuthnQueryTypeAuthnQueryType.Factory. parse(Reader r)static AuthnQueryTypeAuthnQueryType.Factory. parse(Reader r, XmlOptions options)static AuthnQueryTypeAuthnQueryType.Factory. parse(String xmlAsString)static AuthnQueryTypeAuthnQueryType.Factory. parse(String xmlAsString, XmlOptions options)static AuthnQueryTypeAuthnQueryType.Factory. parse(URL u)static AuthnQueryTypeAuthnQueryType.Factory. parse(URL u, XmlOptions options)static AuthnQueryTypeAuthnQueryType.Factory. parse(XMLStreamReader sr)static AuthnQueryTypeAuthnQueryType.Factory. parse(XMLStreamReader sr, XmlOptions options)static AuthnQueryTypeAuthnQueryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AuthnQueryTypeAuthnQueryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AuthnQueryTypeAuthnQueryType.Factory. parse(Node node)static AuthnQueryTypeAuthnQueryType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.saml20.xmlbinding.protocol with parameters of type AuthnQueryType Modifier and Type Method Description voidAuthnQueryDocument. setAuthnQuery(AuthnQueryType authnQuery)Sets the "AuthnQuery" element
-