Class AcmeChallengeWriter
java.lang.Object
edu.suffolk.litlab.efspserver.services.acme.AcmeChallengeWriter
- All Implemented Interfaces:
AcmeChallengePublisher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Remove the token content, as it shouldn't stay up for too long.boolean
setTokenContent
(String token, String content) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.suffolk.litlab.efspserver.services.acme.AcmeChallengePublisher
setTokenContent
-
Field Details
-
TOKEN_FILE
-
CONTENT_FILE
-
-
Constructor Details
-
AcmeChallengeWriter
public AcmeChallengeWriter()
-
-
Method Details
-
setTokenContent
- Specified by:
setTokenContent
in interfaceAcmeChallengePublisher
-
removeTokenContent
public boolean removeTokenContent()Description copied from interface:AcmeChallengePublisher
Remove the token content, as it shouldn't stay up for too long.- Specified by:
removeTokenContent
in interfaceAcmeChallengePublisher
-