Class AcmeMetadata
java.lang.Object
org.wildfly.security.x500.cert.acme.AcmeMetadata
A class that represents the metadata associated with an Automatic
Certificate Management Environment (ACME) server.
- Since:
- 1.5.0
- Author:
- Farah Juma
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AcmeMetadata.Builderbuilder()Construct a new builder instance.String[]Get the CAA identities.Get the terms of service URL.Get the website URL.booleanGet whether or not an external account is required.
-
Method Details
-
getTermsOfServiceUrl
Get the terms of service URL.- Returns:
- the terms of service URL
-
getWebsiteUrl
Get the website URL.- Returns:
- the website URL
-
getCAAIdentities
Get the CAA identities.- Returns:
- the CAA identities
-
isExternalAccountRequired
public boolean isExternalAccountRequired()Get whether or not an external account is required.- Returns:
- whether or not an external account is required
-
builder
Construct a new builder instance.- Returns:
- the new builder instance
-