Class Options
java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.Options
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="DNSWaitTime" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="CertificateStore" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="CertificateExpirationThreshold" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="DropUnreferencedCertificates" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateExpirationThreshold property.Gets the value of the certificateStore property.Gets the value of the dnsWaitTime property.booleanGets the value of the dropUnreferencedCertificates property.voidSets the value of the certificateExpirationThreshold property.voidsetCertificateStore(String value) Sets the value of the certificateStore property.voidsetDNSWaitTime(Duration value) Sets the value of the dnsWaitTime property.voidSets the value of the dropUnreferencedCertificates property.
-
Field Details
-
dnsWaitTime
-
certificateStore
-
certificateExpirationThreshold
-
dropUnreferencedCertificates
-
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
getDNSWaitTime
-
setDNSWaitTime
-
getCertificateStore
-
setCertificateStore
-
getCertificateExpirationThreshold
-
setCertificateExpirationThreshold
-
isDropUnreferencedCertificates
public boolean isDropUnreferencedCertificates()Gets the value of the dropUnreferencedCertificates property.- Returns:
- possible object is
Boolean
-
setDropUnreferencedCertificates
-