|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-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.wss.WSSElement
oracle.security.xmlsec.wss.WSSecurityTokenReference
This class represents the WSS SecurityTokenReference element for referencing security tokens.
| Field Summary |
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
node, systemId |
| Constructor Summary | |
WSSecurityTokenReference(org.w3c.dom.Document owner)Create a new WSSecurityTokenReference instance from the given XML element. |
|
WSSecurityTokenReference(org.w3c.dom.Element element)Create a new WSSecurityTokenReference instance from the given XML element. |
|
WSSecurityTokenReference(org.w3c.dom.Element element, java.lang.String systemId)Create a new WSSecurityTokenReference instance from the given XML element. |
|
| Method Summary | |
static WSSecurityTokenReferenceType |
createSTReference(org.w3c.dom.Element element)Create a WSS security token reference mechanism. |
WSSecurityTokenReferenceType |
getSTReference()Get the underlying security token reference mechanism. |
java.lang.String |
getType()Get the type identifier. |
java.lang.String |
getUsage()Get the Usage attribute. |
void |
setSTReference(WSSecurityTokenReferenceType ref)Set the underlying security token reference mechanism. |
void |
setUsage(java.lang.String usage)Set the Usage attribute. |
| Methods inherited from class oracle.security.xmlsec.wss.WSSElement |
getId, getWsuId, setId, setWsuId |
| 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 WSSecurityTokenReference(org.w3c.dom.Element element)
WSSecurityTokenReference instance from the given XML element.element - A wsse:SecurityTokenReference element.
public WSSecurityTokenReference(org.w3c.dom.Element element,
java.lang.String systemId)
WSSecurityTokenReference instance from the given XML element.element - A wsse:SecurityTokenReference element.systemId - The URI string system ID for this element.public WSSecurityTokenReference(org.w3c.dom.Document owner)
WSSecurityTokenReference instance from the given XML element.owner - A XML Document to be used as the owner document of this structure.| Method Detail |
public void setUsage(java.lang.String usage)
usage - The wsse:Usage attribute value.public java.lang.String getUsage()
public void setSTReference(WSSecurityTokenReferenceType ref)
ref - The WSSecurityTokenReferenceType reference mechanism element.
public WSSecurityTokenReferenceType getSTReference()
throws WSSException
WSSecurityTokenReferenceType.WSSExceptionpublic java.lang.String getType()
getType in interface oracle.security.xmlsec.keys.KeyInfoDatanull
public static WSSecurityTokenReferenceType createSTReference(org.w3c.dom.Element element)
throws WSSException
element - The element representing a security token reference mechanism.WSSecurityTokenReferenceType instance.WSSException
|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||