Interface AcmeChallengePublisher

All Known Implementing Classes:
AcmeChallengeService, AcmeChallengeWriter

public interface AcmeChallengePublisher
A class that handles Letsencrypt challenges by publishing an ACME token and content for a Http01 challenge.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Remove the token content, as it shouldn't stay up for too long.
    boolean
    setTokenContent(String token, String content)
     
    default boolean
    setTokenContent(org.shredzone.acme4j.challenge.Http01Challenge challenge)
     
  • Method Details

    • setTokenContent

      default boolean setTokenContent(org.shredzone.acme4j.challenge.Http01Challenge challenge)
    • setTokenContent

      boolean setTokenContent(String token, String content)
    • removeTokenContent

      boolean removeTokenContent()
      Remove the token content, as it shouldn't stay up for too long.