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

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

public class IssuerVerifier
extends java.lang.Object
implements STVerifier


Constructor Summary
IssuerVerifier(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

IssuerVerifier

public IssuerVerifier(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.