Package | Description |
---|---|
org.opencms.letsencrypt |
Classes related to the LetsEncrypt docker integration.
|
Modifier and Type | Method and Description |
---|---|
CmsLetsEncryptConfiguration.Mode |
CmsLetsEncryptConfiguration.getMode()
Gets the configured mode, or null if no mode or an invalid mode have been configured.
|
static CmsLetsEncryptConfiguration.Mode |
CmsLetsEncryptConfiguration.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLetsEncryptConfiguration.Mode[] |
CmsLetsEncryptConfiguration.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|