|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.ws.security.WSDocInfo
| Constructor Summary | |
WSDocInfo(org.w3c.dom.Document doc)
|
|
| Method Summary | |
void |
clear()
Clears the info data except the hash code |
org.w3c.dom.Element |
getAssertion()
|
org.w3c.dom.Element |
getBst(java.lang.String uri)
Get a BinarySecurityToken for the given Id |
Crypto |
getCrypto()
|
org.w3c.dom.Document |
getDocument()
|
Processor |
getProcessor(java.lang.String id)
Get a Processor for the given Id |
void |
setAssertion(org.w3c.dom.Element assertion)
|
void |
setBst(org.w3c.dom.Element elem)
|
void |
setCrypto(Crypto crypto)
|
void |
setProcessor(Processor p)
Store a Processor for later access. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSDocInfo(org.w3c.dom.Document doc)
| Method Detail |
public void clear()
public org.w3c.dom.Element getBst(java.lang.String uri)
uri - is the relative uri (starts with #) of the id
public Processor getProcessor(java.lang.String id)
id - is the Id to look for
public void setProcessor(Processor p)
p - is the Processor to storepublic Crypto getCrypto()
public org.w3c.dom.Document getDocument()
public void setBst(org.w3c.dom.Element elem)
elem - is the BinarySecurityToken to storepublic void setCrypto(Crypto crypto)
crypto - is the signature crypto class used to
process signature/verifypublic org.w3c.dom.Element getAssertion()
public void setAssertion(org.w3c.dom.Element assertion)
assertion - The assertion to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||