| Package | Description |
|---|---|
| net.bluemind.core.task.api | |
| net.bluemind.system.api | |
| net.bluemind.system.service.certificate |
| Modifier and Type | Field and Description |
|---|---|
TaskStatus.State |
TaskStatus.state |
| Modifier and Type | Method and Description |
|---|---|
static TaskStatus.State |
TaskStatus.State.status(boolean success,
boolean end) |
static TaskStatus.State |
TaskStatus.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaskStatus.State[] |
TaskStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskStatus |
TaskStatus.create(double steps,
double progress,
java.lang.String lastLogEntry,
TaskStatus.State status,
java.lang.String result) |
| Modifier and Type | Method and Description |
|---|---|
TaskStatus.State |
ICertificateSecurityMgmt.renewLetsEncryptCertificate(java.lang.String domainUid,
java.lang.String externalUrl,
java.lang.String contactEmail)
Renew domain certificate using let's encrypt
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<TaskStatus.State> |
ICertificateSecurityMgmtPromise.renewLetsEncryptCertificate(java.lang.String uid,
java.lang.String url,
java.lang.String email) |
| Modifier and Type | Method and Description |
|---|---|
void |
ICertificateSecurityMgmtAsync.renewLetsEncryptCertificate(java.lang.String uid,
java.lang.String url,
java.lang.String email,
AsyncHandler<TaskStatus.State> handler) |
| Modifier and Type | Method and Description |
|---|---|
TaskStatus.State |
CertificateSecurityMgmt.renewLetsEncryptCertificate(java.lang.String domainUid,
java.lang.String externalUrl,
java.lang.String contactEmail) |
Copyright © 2022. All Rights Reserved.