|
||||||||||
| 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.BinarySecurityToken
public class BinarySecurityToken
A wsse:BinarySecurityToken.
| Field Summary | |
|---|---|
protected String |
encodedText
|
protected String |
encodingType
Default encoding |
protected static Logger |
log
|
protected Document |
soapDoc
|
protected String |
valueType
Valid values are: #X509v3 #X509PKIPathv1 #PKCS7 |
protected String |
wsuId
|
| Fields inherited from class com.sun.xml.wss.impl.misc.SecurityHeaderBlockImpl |
|---|
delegateElement |
| Method Summary | |
|---|---|
javax.xml.soap.SOAPElement |
getAsSoapElement()
|
String |
getEncodingType()
|
String |
getId()
|
byte[] |
getRawValue()
returns the decoded value of the text node. |
String |
getTextValue()
get the actual value of the text node. |
String |
getValueType()
|
protected void |
setEncodingType(String encodingType)
|
protected void |
setId(String wsuId)
|
protected void |
setRawValue(byte[] rawText)
|
protected void |
setTextValue(String encodedText)
set the value of the text node. |
protected void |
setValueType(String valueType)
|
| 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 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 |
| Field Detail |
|---|
protected String valueType
protected String encodingType
protected String wsuId
protected String encodedText
protected Document soapDoc
protected static final Logger log
| Method Detail |
|---|
public String getValueType()
protected void setValueType(String valueType)
public String getEncodingType()
protected void setEncodingType(String encodingType)
public String getId()
getId in interface SecurityHeaderBlockgetId in class SecurityHeaderBlockImplprotected void setId(String wsuId)
public byte[] getRawValue()
throws SecurityTokenException
SecurityTokenExceptionprotected void setRawValue(byte[] rawText)
public String getTextValue()
throws XWSSecurityException
XWSSecurityExceptionprotected void setTextValue(String encodedText)
public javax.xml.soap.SOAPElement getAsSoapElement()
throws SecurityTokenException
getAsSoapElement in interface SecurityHeaderBlockgetAsSoapElement in class SecurityHeaderBlockImplSecurityTokenException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||