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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum 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 SummaryModifier 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_EXPIREDThe support period has expired.
- 
LEGACY_VERSION_1This is a v1 license which will not be installed anymore.
- 
LEGACY_CLUSTER_LICENSEThis is an old cluster license which will not be installed anymore.
- 
LICENCE_NOT_FOR_CDCThis is Confluence Data Center edition, but the given license is not for Confluence Data Center
- 
LICENCE_NOT_FOR_STANDALONEThis is standalone edition, but the given license is not for standalone
- 
LICENSE_EXPIRY_MISSINGThe license expiry period is missing.
- 
LICENSE_INVALID_NUMBER_OF_USERSpublic static final KnownConfluenceLicenseValidationException.Reason LICENSE_INVALID_NUMBER_OF_USERSThe license does not contain a valid number of users allowed.
- 
LEGACY_SERVER_LICENSEThe license is not a data center one.
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getReasonKey
 
-