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