public class AuthenticationContextStatement
extends oracle.security.xmlsec.util.XMLElement
| Constructor and Description |
|---|
AuthenticationContextStatement(org.w3c.dom.Document owner)
Creates a new instance of this class.
|
AuthenticationContextStatement(org.w3c.dom.Element element)
Creates a new
AuthenticationContextStatement instance from
the given Element node. |
AuthenticationContextStatement(org.w3c.dom.Element element,
java.lang.String systemId)
Creates a new
AuthenticationContextStatement instance from
the given Element node. |
addNSPrefixAttr, 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 AuthenticationContextStatement(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
owner - The owner document of this new AuthenticationContextStatement
element.org.w3c.dom.DOMExceptionpublic AuthenticationContextStatement(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
AuthenticationContextStatement instance from
the given Element node.element - A Liberty AuthenticationContextStatement XML element.org.w3c.dom.DOMExceptionpublic AuthenticationContextStatement(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
AuthenticationContextStatement instance from
the given Element node.element - A Liberty AuthenticationContextStatement XML element.systemId - The URI string system ID for the
AuthenticationContextStatement.org.w3c.dom.DOMException