Apache CXF API

org.apache.cxf.xkms.x509.validator
Class TrustedAuthorityValidator

java.lang.Object
  extended by org.apache.cxf.xkms.x509.validator.TrustedAuthorityValidator
All Implemented Interfaces:
Validator

public class TrustedAuthorityValidator
extends Object
implements Validator


Constructor Summary
TrustedAuthorityValidator(CertificateRepo certRepo)
           
 
Method Summary
 boolean isEnableRevocation()
           
 void setEnableRevocation(boolean enableRevocation)
           
 StatusType validate(ValidateRequestType request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustedAuthorityValidator

public TrustedAuthorityValidator(CertificateRepo certRepo)
Method Detail

validate

public StatusType validate(ValidateRequestType request)
Specified by:
validate in interface Validator

isEnableRevocation

public boolean isEnableRevocation()

setEnableRevocation

public void setEnableRevocation(boolean enableRevocation)

Apache CXF API

Apache CXF