public class AuthenticationQuery extends SubjectQuery
| Constructor and Description |
|---|
AuthenticationQuery(org.w3c.dom.Document owner)
Creates a new
AuthenticationQuery instance. |
AuthenticationQuery(org.w3c.dom.Element element)
Creates a new
AuthenticationQuery instance from the given Element node. |
AuthenticationQuery(org.w3c.dom.Element element,
java.lang.String systemId)
Creates a new
AuthenticationQuery instance from the given Element node. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthenticationMethod()
Gets the authentication method.
|
void |
setAuthenticationMethod(java.lang.String uri)
Sets the authentication method.
|
getSubject, setSubjectaddNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefixappendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXMLpublic AuthenticationQuery(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
AuthenticationQuery instance from the given Element node.element - An AuthenticationQuery element.org.w3c.dom.DOMExceptionpublic AuthenticationQuery(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
AuthenticationQuery instance from the given Element node.element - An AuthenticationQuery element.systemId - The URI string system ID for the AuthenticationQuery.org.w3c.dom.DOMExceptionpublic AuthenticationQuery(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
AuthenticationQuery instance.owner - The owner document of the new AuthenticationQuery.org.w3c.dom.DOMExceptionpublic void setAuthenticationMethod(java.lang.String uri)
uri - A String representing a filter for possible responses.public java.lang.String getAuthenticationMethod()