public class Scoping
extends oracle.security.xmlsec.util.XMLElement
| Constructor and Description | 
|---|
Scoping(org.w3c.dom.Document owner)
Creates a new  
Scoping instance. | 
Scoping(org.w3c.dom.Element element)
Creates a new  
Scoping instance from the given Element node. | 
Scoping(org.w3c.dom.Element element, java.lang.String SystemId)
Creates a new  
Scoping instance from the given Element node. | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.String[] | 
getChildElementsLocalNames()  | 
protected java.lang.String[] | 
getChildElementsNSURIs()  | 
IDPList | 
getIDPList()
Returns this Scoping element's IDPList child element, or  
null if the child element is not specified. | 
java.lang.Integer | 
getProxyCount()
Returns the value of this Scoping element's ProxyCount child element, or  
null if the child element is not specified. | 
void | 
setIDPList(IDPList idpList)
Sets this Scoping element's IDPList child element. 
 | 
void | 
setProxyCount(java.lang.Integer proxyCount)
Sets the value for this Scoping element's ProxyCount child element. 
 | 
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, toStringXML
public Scoping(org.w3c.dom.Element element)
        throws org.w3c.dom.DOMException
Scoping instance from the given Element node.element - A Liberty Scoping element.org.w3c.dom.DOMException
public Scoping(org.w3c.dom.Element element,
       java.lang.String SystemId)
        throws org.w3c.dom.DOMException
Scoping instance from the given Element node.element - A Liberty Scoping element.systemId - The URI string system ID for the Scoping.org.w3c.dom.DOMException
public Scoping(org.w3c.dom.Document owner)
        throws org.w3c.dom.DOMException
Scoping instance.owner - The owner document of the new Liberty Scoping element.org.w3c.dom.DOMExceptionpublic java.lang.Integer getProxyCount()
null if the child element is not specified.public void setProxyCount(java.lang.Integer proxyCount)
proxyCount - The proxy count.public IDPList getIDPList()
null if the child element is not specified.public void setIDPList(IDPList idpList)
idpList - The IDPList element.protected java.lang.String[] getChildElementsNSURIs()
protected java.lang.String[] getChildElementsLocalNames()