Enum Class KnownConfluenceLicenseValidationException.Reason
java.lang.Object
java.lang.Enum<KnownConfluenceLicenseValidationException.Reason>
com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException.Reason
- All Implemented Interfaces:
Serializable
,Comparable<KnownConfluenceLicenseValidationException.Reason>
,Constable
- Enclosing class:
- KnownConfluenceLicenseValidationException
public static enum KnownConfluenceLicenseValidationException.Reason
extends Enum<KnownConfluenceLicenseValidationException.Reason>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThis is an old cluster license which will not be installed anymore.The license is not a data center one.This is a v1 license which will not be installed anymore.This is Confluence Data Center edition, but the given license is not for Confluence Data CenterThis is standalone edition, but the given license is not for standaloneThe license expiry period is missing.The license does not contain a valid number of users allowed.The support period has expired. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUPPORT_EXPIRED
The support period has expired. -
LEGACY_VERSION_1
This is a v1 license which will not be installed anymore. -
LEGACY_CLUSTER_LICENSE
This is an old cluster license which will not be installed anymore. -
LICENCE_NOT_FOR_CDC
This is Confluence Data Center edition, but the given license is not for Confluence Data Center -
LICENCE_NOT_FOR_STANDALONE
This is standalone edition, but the given license is not for standalone -
LICENSE_EXPIRY_MISSING
The license expiry period is missing. -
LICENSE_INVALID_NUMBER_OF_USERS
public static final KnownConfluenceLicenseValidationException.Reason LICENSE_INVALID_NUMBER_OF_USERSThe license does not contain a valid number of users allowed. -
LEGACY_SERVER_LICENSE
The license is not a data center one.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getReasonKey
-