|
Oracle Security Developer Tools SAML Java API Reference 10g Release 2 (10.1.2.0.2) B15568-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.util.XMLNode
oracle.security.xmlsec.util.XMLElement
oracle.security.xmlsec.saml.AttributeDesignator
The AttributeDesignator element identifies an attribute name within an attribute namespace.
| Field Summary |
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
node, systemId |
| Constructor Summary | |
AttributeDesignator(org.w3c.dom.Document owner)Creates a new AttributeDesignator instance. |
|
protected |
AttributeDesignator(org.w3c.dom.Document owner, java.lang.String uri, java.lang.String localName)Creates a new AttributeDesignator instance. |
AttributeDesignator(org.w3c.dom.Element element)Creates a new AttributeDesignator instance from the given Element node. |
|
AttributeDesignator(org.w3c.dom.Element element, java.lang.String systemId)Creates a new AttributeDesignator instance from the given Element node. |
|
| Method Summary | |
java.lang.String |
getAttributeName()Gets the name of the attribute. |
java.lang.String |
getAttributeNamespace()Gets the namespace in which the AttributeName element is interpreted. |
void |
setAttributeName(java.lang.String attributeName)Sets the name of the attribute. |
void |
setAttributeNamespace(java.lang.String uri)Sets the namespace in which the AttributeName element is interpreted. |
| Methods inherited from class oracle.security.xmlsec.util.XMLElement |
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefix |
| Methods inherited from class oracle.security.xmlsec.util.XMLNode |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeDesignator(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
AttributeDesignator instance from the given Element node.element - An AttributeDesignator element.
public AttributeDesignator(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
AttributeDesignator instance from the given Element node.element - An AttributeDesignator element.systemId - The URI string system ID for the AttributeDesignator.
public AttributeDesignator(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
AttributeDesignator instance.owner - The owner document of the new AttributeDesignator.
protected AttributeDesignator(org.w3c.dom.Document owner,
java.lang.String uri,
java.lang.String localName)
throws org.w3c.dom.DOMException
AttributeDesignator instance.owner - The owner document of the new AttributeDesignator.localName - The local name of the new AttributeDesignator.| Method Detail |
public void setAttributeName(java.lang.String attributeName)
attributeName - The String name of the attribute.public java.lang.String getAttributeName()
null if none has been set.public void setAttributeNamespace(java.lang.String uri)
uri - The URI representing the namespace.public java.lang.String getAttributeNamespace()
URI as a String object, or null if none has been set.
|
Oracle Security Developer Tools SAML Java API Reference 10g Release 2 (10.1.2.0.2) B15568-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||