public class AuthenticatorTransportProtocol
extends oracle.security.xmlsec.util.XMLElement
Constructor and Description |
---|
AuthenticatorTransportProtocol(org.w3c.dom.Document doc, java.lang.String nsURI)
Creates a new
ADSL instance. |
AuthenticatorTransportProtocol(org.w3c.dom.Element element)
Creates a new
AuthenticatorTransportProtocol instance from the given Element node. |
AuthenticatorTransportProtocol(org.w3c.dom.Element element, java.lang.String systemID)
Creates a new
AuthenticatorTransportProtocol instance from the given Element node. |
Modifier and Type | Method and Description |
---|---|
void |
addExtension(Extension extension)
Adds a schema extension.
|
java.util.List |
getExtensions()
Returns the schema extensions.
|
AuthenticatorTransport |
getTransportProtocol()
Returns the authenticator transport protocol.
|
void |
setTransportProtocol(AuthenticatorTransport trans)
Sets the authenticator transport protocol.
|
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, setDefaultNSPrefix
appendChild, 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, toStringXML
public AuthenticatorTransportProtocol(org.w3c.dom.Element element) throws org.w3c.dom.DOMException
AuthenticatorTransportProtocol
instance from the given Element node.element
- An AuthenticatorTransportProtocol element.org.w3c.dom.DOMException
public AuthenticatorTransportProtocol(org.w3c.dom.Element element, java.lang.String systemID) throws org.w3c.dom.DOMException
AuthenticatorTransportProtocol
instance from the given Element node.element
- An AuthenticatorTransportProtocol element.systemID
- The URI string system ID for the AuthenticatorTransportProtocol
.org.w3c.dom.DOMException
public AuthenticatorTransportProtocol(org.w3c.dom.Document doc, java.lang.String nsURI) throws org.w3c.dom.DOMException
ADSL
instance.doc
- The owner document of the new ADSL.nsURI
- The namespace URI in which the new ADSL is to be created.org.w3c.dom.DOMException
public void setTransportProtocol(AuthenticatorTransport trans)
trans
- The AuthenticatorTransport
mechanism.public AuthenticatorTransport getTransportProtocol()
AuthenticatorTransport
mechanism or null
if not present.public void addExtension(Extension extension)
extension
- The Extension
instance.public java.util.List getExtensions()
List
of Extension
objects or null
if not present.