|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.misc.SOAPElementExtension
com.sun.xml.wss.impl.misc.SecurityHeaderBlockImpl
com.sun.xml.wss.core.DerivedKeyTokenHeaderBlock
public class DerivedKeyTokenHeaderBlock
| Field Summary |
|---|
| Fields inherited from class com.sun.xml.wss.impl.misc.SecurityHeaderBlockImpl |
|---|
delegateElement |
| Constructor Summary | |
|---|---|
DerivedKeyTokenHeaderBlock(Document contextDocument,
SecurityTokenReference securityTokenRefElement,
String wsuId)
|
|
DerivedKeyTokenHeaderBlock(Document contextDocument,
SecurityTokenReference securityTokenRefElement,
String nonce,
long offset,
long length,
String wsuId)
|
|
DerivedKeyTokenHeaderBlock(Document contextDocument,
SecurityTokenReference securityTokenRefElement,
String nonce,
long offset,
long length,
String wsuId,
String label)
|
|
DerivedKeyTokenHeaderBlock(Document contextDocument,
SecurityTokenReference securityTokenRefElement,
String nonce,
long generation,
String wsuId)
|
|
DerivedKeyTokenHeaderBlock(Document contextDocument,
SecurityTokenReference securityTokenRefElement,
String nonce,
String wsuId)
|
|
DerivedKeyTokenHeaderBlock(javax.xml.soap.SOAPElement derivedKeyTokenHeaderBlock)
|
|
| Method Summary | |
|---|---|
static SecurityHeaderBlock |
fromSoapElement(javax.xml.soap.SOAPElement element)
|
javax.xml.soap.SOAPElement |
getAsSoapElement()
|
Document |
getContextDocument()
|
SecurityTokenReference |
getDerivedKeyElement()
|
String |
getLabel()
|
long |
getLength()
|
byte[] |
getNonce()
|
long |
getOffset()
|
Object |
getTokenValue()
The token Value |
String |
getType()
The type of the Token |
| Methods inherited from class com.sun.xml.wss.impl.misc.SOAPElementExtension |
|---|
addAttribute, addChildElement, createQName, getAttributeValue, getChildElements, getElementQName, removeAttribute, setElementQName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.xml.wss.core.SecurityHeaderBlock |
|---|
getId |
| Methods inherited from interface javax.xml.soap.SOAPElement |
|---|
addAttribute, addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, createQName, getAllAttributes, getAllAttributesAsQNames, getAttributeValue, getAttributeValue, getChildElements, getChildElements, getChildElements, getElementName, getElementQName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getVisibleNamespacePrefixes, removeAttribute, removeAttribute, removeContents, removeNamespaceDeclaration, setElementQName, setEncodingStyle |
| Methods inherited from interface javax.xml.soap.Node |
|---|
detachNode, getParentElement, getValue, recycleNode, setParentElement, setValue |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
public DerivedKeyTokenHeaderBlock(Document contextDocument,
SecurityTokenReference securityTokenRefElement,
String wsuId)
throws XWSSecurityException
XWSSecurityException
public DerivedKeyTokenHeaderBlock(Document contextDocument,
SecurityTokenReference securityTokenRefElement,
String nonce,
String wsuId)
throws XWSSecurityException
XWSSecurityException
public DerivedKeyTokenHeaderBlock(Document contextDocument,
SecurityTokenReference securityTokenRefElement,
String nonce,
long generation,
String wsuId)
throws XWSSecurityException
XWSSecurityException
public DerivedKeyTokenHeaderBlock(Document contextDocument,
SecurityTokenReference securityTokenRefElement,
String nonce,
long offset,
long length,
String wsuId)
throws XWSSecurityException
XWSSecurityException
public DerivedKeyTokenHeaderBlock(Document contextDocument,
SecurityTokenReference securityTokenRefElement,
String nonce,
long offset,
long length,
String wsuId,
String label)
throws XWSSecurityException
XWSSecurityException
public DerivedKeyTokenHeaderBlock(javax.xml.soap.SOAPElement derivedKeyTokenHeaderBlock)
throws XWSSecurityException
XWSSecurityException| Method Detail |
|---|
public static SecurityHeaderBlock fromSoapElement(javax.xml.soap.SOAPElement element)
throws XWSSecurityException
element -
XWSSecurityException
public javax.xml.soap.SOAPElement getAsSoapElement()
throws XWSSecurityException
getAsSoapElement in interface SecurityHeaderBlockgetAsSoapElement in class SecurityHeaderBlockImplXWSSecurityExceptionpublic Document getContextDocument()
public byte[] getNonce()
public long getOffset()
public long getLength()
public SecurityTokenReference getDerivedKeyElement()
public String getType()
com.sun.xml.ws.security.Token
getType in interface com.sun.xml.ws.security.Tokenpublic Object getTokenValue()
com.sun.xml.ws.security.Token
getTokenValue in interface com.sun.xml.ws.security.Tokenpublic String getLabel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||