|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.sandbox.security.trust.TrustEngine
Constructor Summary | |
TrustEngine()
Create a trust engine with the default properties file The default properties file used is trustEngine.properties |
|
TrustEngine(java.lang.String propFileName)
Create a trust engine with config info in a Properties file |
Method Summary | |
boolean |
verifyTrust(org.w3c.dom.Document doc)
Verify trust for a given request |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrustEngine(java.lang.String propFileName) throws WSTrustException
propFileName
- Property file name
WSTrustException
public TrustEngine() throws WSTrustException
WSTrustException
Method Detail |
public boolean verifyTrust(org.w3c.dom.Document doc) throws WSTrustException
doc
- The request message
WSTrustException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |