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" />
</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.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.
-
Field Details
-
dnsWaitTime
-
certificateStore
-
certificateExpirationThreshold
-
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
getDNSWaitTime
-
setDNSWaitTime
-
getCertificateStore
-
setCertificateStore
-
getCertificateExpirationThreshold
-
setCertificateExpirationThreshold
-