Class AcmeMetadata

java.lang.Object
org.wildfly.security.x500.cert.acme.AcmeMetadata

public final class AcmeMetadata extends Object
A class that represents the metadata associated with an Automatic Certificate Management Environment (ACME) server.
Since:
1.5.0
Author:
Farah Juma
  • Method Details

    • getTermsOfServiceUrl

      public String getTermsOfServiceUrl()
      Get the terms of service URL.
      Returns:
      the terms of service URL
    • getWebsiteUrl

      public String getWebsiteUrl()
      Get the website URL.
      Returns:
      the website URL
    • getCAAIdentities

      public String[] 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

      public static AcmeMetadata.Builder builder()
      Construct a new builder instance.
      Returns:
      the new builder instance