Uses of Class
org.wildfly.security.x500.cert.acme.AcmeChallenge
-
Packages that use AcmeChallenge Package Description org.wildfly.security.x500.cert.acme -
-
Uses of AcmeChallenge in org.wildfly.security.x500.cert.acme
Methods in org.wildfly.security.x500.cert.acme that return AcmeChallenge Modifier and Type Method Description abstract AcmeChallenge
AcmeClientSpi. proveIdentifierControl(AcmeAccount account, List<AcmeChallenge> challenges)
Prove control of the identifier associated with the given list of challenges.private AcmeChallenge
AcmeClientSpi. respondToChallenges(AcmeAccount account, boolean staging, jakarta.json.JsonObject authorization)
Methods in org.wildfly.security.x500.cert.acme with parameters of type AcmeChallenge Modifier and Type Method Description abstract void
AcmeClientSpi. cleanupAfterChallenge(AcmeAccount account, AcmeChallenge challenge)
Undo the actions that were taken to prove control of the identifier associated with the given challenge.Method parameters in org.wildfly.security.x500.cert.acme with type arguments of type AcmeChallenge Modifier and Type Method Description abstract AcmeChallenge
AcmeClientSpi. proveIdentifierControl(AcmeAccount account, List<AcmeChallenge> challenges)
Prove control of the identifier associated with the given list of challenges.
-