|
||||||||||
| 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.core.ReferenceElement
com.sun.xml.wss.core.reference.KeyIdentifier
public abstract class KeyIdentifier
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
log
|
| Fields inherited from class com.sun.xml.wss.core.ReferenceElement |
|---|
delegateElement, soapFactory |
| Fields inherited from interface org.w3c.dom.Node |
|---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Constructor Summary | |
|---|---|
KeyIdentifier(org.w3c.dom.Document doc)
Creates an "empty" KeyIdentifier element with default encoding type and default value type. |
|
KeyIdentifier(javax.xml.soap.SOAPElement element)
Takes a SOAPElement and checks if it has the right name. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDecodedReferenceValue()
Look at EncodingType (if any) and return decoded result. |
java.lang.String |
getEncodingType()
If this attr is not present, returns null. |
java.lang.String |
getReferenceValue()
|
java.lang.String |
getValueType()
If this attr is not present, returns null. |
java.lang.String |
getWsuId()
If this attr is not present, returns null. |
void |
setEncodingType(java.lang.String encodingType)
|
void |
setReferenceValue(java.lang.String encodedValue)
|
void |
setValueType(java.lang.String valueType)
|
void |
setWsuId(java.lang.String wsuId)
|
| 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, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.xml.soap.SOAPElement |
|---|
addAttribute, addChildElement, createQName, getAttributeValue, getChildElements, getElementQName, removeAttribute, setElementQName |
| Field Detail |
|---|
protected static final java.util.logging.Logger log
| Constructor Detail |
|---|
public KeyIdentifier(org.w3c.dom.Document doc)
throws XWSSecurityException
XWSSecurityException
public KeyIdentifier(javax.xml.soap.SOAPElement element)
throws XWSSecurityException
XWSSecurityException| Method Detail |
|---|
public java.lang.String getValueType()
public void setValueType(java.lang.String valueType)
public java.lang.String getEncodingType()
public void setEncodingType(java.lang.String encodingType)
public java.lang.String getReferenceValue()
public void setReferenceValue(java.lang.String encodedValue)
throws XWSSecurityException
XWSSecurityExceptionpublic java.lang.String getWsuId()
public void setWsuId(java.lang.String wsuId)
public java.lang.String getDecodedReferenceValue()
throws XWSSecurityException
XWSSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||