Uses of Class
org.wildfly.security.x500.cert.acme.AcmeChallenge
Packages that use AcmeChallenge
-
Uses of AcmeChallenge in org.wildfly.security.x500.cert.acme
Methods in org.wildfly.security.x500.cert.acme that return AcmeChallengeModifier and TypeMethodDescriptionabstract AcmeChallengeAcmeClientSpi.proveIdentifierControl(AcmeAccount account, List<AcmeChallenge> challenges) Prove control of the identifier associated with the given list of challenges.Methods in org.wildfly.security.x500.cert.acme with parameters of type AcmeChallengeModifier and TypeMethodDescriptionabstract voidAcmeClientSpi.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 AcmeChallengeModifier and TypeMethodDescriptionabstract AcmeChallengeAcmeClientSpi.proveIdentifierControl(AcmeAccount account, List<AcmeChallenge> challenges) Prove control of the identifier associated with the given list of challenges.