org.apache.ws.sandbox.security.trust.verify
Interface STVerifier

All Known Implementing Classes:
ClaimVerifier, IssuerVerifier, SignatureVerifier

public interface STVerifier

Author:
Ruchith This is the interface for three verifiers used by the Trust engine

Method Summary
 boolean verify(org.w3c.dom.Document doc)
          Verification for the Trust engine
 

Method Detail

verify

public boolean verify(org.w3c.dom.Document doc)
               throws WSTrustException
Verification for the Trust engine

Parameters:
doc - The request document
Returns:
Verified/NOT ?
Throws:
TrustException
WSTrustException


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.