Package com.venafi.vcert.sdk.connectors
Class ZoneConfiguration
- java.lang.Object
-
- com.venafi.vcert.sdk.connectors.ZoneConfiguration
-
public class ZoneConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ZoneConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyCertificateRequestDefaultSettingsIfNeeded(CertificateRequest request)UpdateCertificateRequest updates a certificate request based on the zone configuration retrieved from the remote endpointbooleanvalidateCertificateRequest(CertificateRequest request)
-
-
-
Method Detail
-
applyCertificateRequestDefaultSettingsIfNeeded
public void applyCertificateRequestDefaultSettingsIfNeeded(CertificateRequest request)
UpdateCertificateRequest updates a certificate request based on the zone configuration retrieved from the remote endpoint
-
validateCertificateRequest
public boolean validateCertificateRequest(CertificateRequest request) throws VCertException
- Throws:
VCertException
-
-