org.apache.ws.sandbox.security.trust.verify
Class ClaimVerifier

java.lang.Object
  extended byorg.apache.ws.sandbox.security.trust.verify.ClaimVerifier
All Implemented Interfaces:
STVerifier

public class ClaimVerifier
extends java.lang.Object
implements STVerifier


Constructor Summary
ClaimVerifier(java.util.Properties prop)
           
 
Method Summary
 boolean verify(org.w3c.dom.Document doc)
          Verification for the Trust engine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClaimVerifier

public ClaimVerifier(java.util.Properties prop)
Method Detail

verify

public boolean verify(org.w3c.dom.Document doc)
               throws WSTrustException
Description copied from interface: STVerifier
Verification for the Trust engine

Specified by:
verify in interface STVerifier
Parameters:
doc - The request document
Returns:
Verified/NOT ?
Throws:
WSTrustException


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