Class TrustedAuthorityValidator
- java.lang.Object
-
- org.apache.cxf.xkms.x509.validator.TrustedAuthorityValidator
-
- All Implemented Interfaces:
org.apache.cxf.xkms.handlers.Validator
public class TrustedAuthorityValidator extends Object implements org.apache.cxf.xkms.handlers.Validator
-
-
Constructor Summary
Constructors Constructor Description TrustedAuthorityValidator(org.apache.cxf.xkms.x509.repo.CertificateRepo certRepo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnableRevocation()
void
setEnableRevocation(boolean enableRevocation)
org.apache.cxf.xkms.model.xkms.StatusType
validate(org.apache.cxf.xkms.model.xkms.ValidateRequestType request)
-
-
-
Method Detail
-
validate
public org.apache.cxf.xkms.model.xkms.StatusType validate(org.apache.cxf.xkms.model.xkms.ValidateRequestType request)
- Specified by:
validate
in interfaceorg.apache.cxf.xkms.handlers.Validator
-
isEnableRevocation
public boolean isEnableRevocation()
-
setEnableRevocation
public void setEnableRevocation(boolean enableRevocation)
-
-