Klasse Http01Challenge

Alle implementierten Schnittstellen:
Serializable, PollableResource

public class Http01Challenge extends TokenChallenge
Implements the "http-01" challenge. For domain validation, it requires a specific file that can be retrieved from the domain via HTTP. See the acme4j documentation for a detailed explanation.
Siehe auch:
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • getToken

      public String getToken()
      Returns the token to be used for this challenge.
      Setzt außer Kraft:
      getToken in Klasse TokenChallenge
    • acceptable

      protected boolean acceptable(String type)
      Beschreibung aus Klasse kopiert: Challenge
      Checks if the type is acceptable to this challenge. This generic class only checks if the type is not blank. Subclasses should instead check if the given type matches expected challenge type.
      Setzt außer Kraft:
      acceptable in Klasse Challenge
      Parameter:
      type - Type to check
      Gibt zurück:
      true if acceptable, false if not