Uses of Class
jetbrains.buildServer.https.AcmeAuthorization
-
Packages that use AcmeAuthorization Package Description jetbrains.buildServer.controllers.https jetbrains.buildServer.https jetbrains.buildServer.serverSide.https -
-
Uses of AcmeAuthorization in jetbrains.buildServer.controllers.https
Method parameters in jetbrains.buildServer.controllers.https with type arguments of type AcmeAuthorization Modifier and Type Method Description void
Http01ChallengeController. addChallengeFiles(Collection<AcmeAuthorization> authorizations)
void
Http01ChallengeController. removeChallengeFiles(Collection<AcmeAuthorization> authorizations)
-
Uses of AcmeAuthorization in jetbrains.buildServer.https
Methods in jetbrains.buildServer.https that return types with arguments of type AcmeAuthorization Modifier and Type Method Description Collection<AcmeAuthorization>
AcmeOrder. getAuthorizations()
Constructor parameters in jetbrains.buildServer.https with type arguments of type AcmeAuthorization Constructor Description AcmeOrder(Collection<AcmeAuthorization> authorizations, URL orderURL)
-
Uses of AcmeAuthorization in jetbrains.buildServer.serverSide.https
Method parameters in jetbrains.buildServer.serverSide.https with type arguments of type AcmeAuthorization Modifier and Type Method Description void
Http01ChallengeFileServer. startHttp01ChallengeServer(Collection<AcmeAuthorization> authorizations)
Opens socket, which serves given challenge files at .well-known/acme-challenge/%challengeFileName% path
-