Class DomainValidationOption
- All Implemented Interfaces:
Serializable, Cloneable
This structure is used in the request object of the RequestCertificate action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanFully Qualified Domain Name (FQDN) of the certificate being requested.The domain to which validation email is sent.inthashCode()voidsetDomainName(String domainName) Fully Qualified Domain Name (FQDN) of the certificate being requested.voidsetValidationDomain(String validationDomain) The domain to which validation email is sent.toString()Returns a string representation of this object; useful for testing and debugging.withDomainName(String domainName) Fully Qualified Domain Name (FQDN) of the certificate being requested.withValidationDomain(String validationDomain) The domain to which validation email is sent.
-
Constructor Details
-
DomainValidationOption
public DomainValidationOption()
-
-
Method Details
-
setDomainName
Fully Qualified Domain Name (FQDN) of the certificate being requested.
- Parameters:
domainName- Fully Qualified Domain Name (FQDN) of the certificate being requested.
-
getDomainName
Fully Qualified Domain Name (FQDN) of the certificate being requested.
- Returns:
- Fully Qualified Domain Name (FQDN) of the certificate being requested.
-
withDomainName
Fully Qualified Domain Name (FQDN) of the certificate being requested.
- Parameters:
domainName- Fully Qualified Domain Name (FQDN) of the certificate being requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValidationDomain
The domain to which validation email is sent. This is the base validation domain that will act as the suffix of the email addresses. This must be the same as the
DomainNamevalue or a superdomain of theDomainNamevalue. For example, if you requested a certificate forsite.subdomain.example.comand specify a ValidationDomain ofsubdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
- Parameters:
validationDomain- The domain to which validation email is sent. This is the base validation domain that will act as the suffix of the email addresses. This must be the same as theDomainNamevalue or a superdomain of theDomainNamevalue. For example, if you requested a certificate forsite.subdomain.example.comand specify a ValidationDomain ofsubdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
-
-
-
getValidationDomain
The domain to which validation email is sent. This is the base validation domain that will act as the suffix of the email addresses. This must be the same as the
DomainNamevalue or a superdomain of theDomainNamevalue. For example, if you requested a certificate forsite.subdomain.example.comand specify a ValidationDomain ofsubdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
- Returns:
- The domain to which validation email is sent. This is the base
validation domain that will act as the suffix of the email
addresses. This must be the same as the
DomainNamevalue or a superdomain of theDomainNamevalue. For example, if you requested a certificate forsite.subdomain.example.comand specify a ValidationDomain ofsubdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
-
-
-
withValidationDomain
The domain to which validation email is sent. This is the base validation domain that will act as the suffix of the email addresses. This must be the same as the
DomainNamevalue or a superdomain of theDomainNamevalue. For example, if you requested a certificate forsite.subdomain.example.comand specify a ValidationDomain ofsubdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
- Parameters:
validationDomain- The domain to which validation email is sent. This is the base validation domain that will act as the suffix of the email addresses. This must be the same as theDomainNamevalue or a superdomain of theDomainNamevalue. For example, if you requested a certificate forsite.subdomain.example.comand specify a ValidationDomain ofsubdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
toString
-
equals
-
hashCode
-
clone
-