public class SharedSecretChallengeResponse extends oracle.security.xmlsec.util.XMLElement implements AuthenticatorType
Modifier | Constructor and Description |
---|---|
|
SharedSecretChallengeResponse(org.w3c.dom.Document doc, java.lang.String nsURI)
Creates a new
SharedSecretChallengeResponse instance. |
protected |
SharedSecretChallengeResponse(org.w3c.dom.Document doc, java.lang.String nsURI, java.lang.String localName)
Creates a new
SharedSecretChallengeResponse instance. |
|
SharedSecretChallengeResponse(org.w3c.dom.Element element)
Creates a new
SharedSecretChallengeResponse instance from the given Element node. |
|
SharedSecretChallengeResponse(org.w3c.dom.Element element, java.lang.String systemID)
Creates a new
SharedSecretChallengeResponse instance from the given Element node. |
Modifier and Type | Method and Description |
---|---|
void |
addExtension(Extension extn)
Adds a schema extension.
|
java.util.List |
getExtensions()
Returns the schema extensions.
|
java.lang.String |
getMethod()
Returns the challenge-response method identifier.
|
void |
setMethod(java.lang.String method)
Sets the challenge-response method identifier.
|
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNode
public SharedSecretChallengeResponse(org.w3c.dom.Element element) throws org.w3c.dom.DOMException
SharedSecretChallengeResponse
instance from the given Element node.element
- An SharedSecretChallengeResponse element.org.w3c.dom.DOMException
public SharedSecretChallengeResponse(org.w3c.dom.Element element, java.lang.String systemID) throws org.w3c.dom.DOMException
SharedSecretChallengeResponse
instance from the given Element node.element
- An SharedSecretChallengeResponse element.systemID
- The URI string system ID for the SharedSecretChallengeResponse
.org.w3c.dom.DOMException
public SharedSecretChallengeResponse(org.w3c.dom.Document doc, java.lang.String nsURI) throws org.w3c.dom.DOMException
SharedSecretChallengeResponse
instance.doc
- The owner document of the new ResumeSession.nsURI
- The namespace URI in which the new ResumeSession is to be created.org.w3c.dom.DOMException
protected SharedSecretChallengeResponse(org.w3c.dom.Document doc, java.lang.String nsURI, java.lang.String localName) throws org.w3c.dom.DOMException
SharedSecretChallengeResponse
instance.doc
- The owner document of the new ResumeSession.nsURI
- The namespace URI in which the new ResumeSession is to be created.localName
- The localName of the element represented by the class that extends this class.org.w3c.dom.DOMException
public void setMethod(java.lang.String method)
method
- The URI identifier.public java.lang.String getMethod()
URI
or null
if not specified.public void addExtension(Extension extn)
extn
- The Extension
object.public java.util.List getExtensions()
List
of Extension
objects or null
if not specified.