Package | Description |
---|---|
org.opencms.letsencrypt |
Classes related to the LetsEncrypt docker integration.
|
Modifier and Type | Field and Description |
---|---|
static CmsLetsEncryptConfiguration.Trigger |
CmsLetsEncryptConfiguration.DEFAULT_TRIGGER
The default trigger mode.
|
Modifier and Type | Method and Description |
---|---|
CmsLetsEncryptConfiguration.Trigger |
CmsLetsEncryptConfiguration.getTrigger()
Gets the trigger mode.
|
static CmsLetsEncryptConfiguration.Trigger |
CmsLetsEncryptConfiguration.Trigger.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLetsEncryptConfiguration.Trigger[] |
CmsLetsEncryptConfiguration.Trigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|