Uses of Class
com.atlassian.confluence.license.exception.LicenseException
Packages that use LicenseException
Package
Description
-
Uses of LicenseException in com.atlassian.confluence.internal.license
Methods in com.atlassian.confluence.internal.license that throw LicenseExceptionModifier and TypeMethodDescriptionboolean
LicenseServiceInternal.isLicensed()
Returns whether there is a currently installed license. -
Uses of LicenseException in com.atlassian.confluence.internal.license.store
Methods in com.atlassian.confluence.internal.license.store that throw LicenseExceptionModifier and TypeMethodDescription@NonNull Optional<com.atlassian.extras.api.AtlassianLicense>
LicenseStoreInternal.retrieveOptional()
Only useful during setup. -
Uses of LicenseException in com.atlassian.confluence.license
Methods in com.atlassian.confluence.license that throw LicenseExceptionModifier and TypeMethodDescription@NonNull com.atlassian.extras.api.confluence.ConfluenceLicense
Validates and installs a given encrypted license.io.atlassian.fugue.Either<String,
com.atlassian.extras.api.confluence.ConfluenceLicense> LicenseWebFacadeTemplate.installLicense
(String licenseString) boolean
LicenseService.isLicensedForDataCenter()
Returns whether currently installed license is for Data Center.boolean
LicenseService.isLicensedForDataCenterOrExempt()
Returns whether the currently installed license is for Data Center, or if the license should be treated as exempt from Data Center checks for testing purposes.@NonNull com.atlassian.extras.api.confluence.ConfluenceLicense
LicenseService.retrieve()
Retrieves the currently installed Confluence license.default @NonNull com.atlassian.fugue.Maybe<com.atlassian.extras.api.ProductLicense>
LicenseService.retrieve
(com.atlassian.extras.api.Product product) Deprecated, for removal: This API element is subject to removal in a future version.since 7.0.1.@NonNull com.atlassian.extras.api.AtlassianLicense
LicenseService.retrieveAtlassianLicense()
Retrieves the currently installed Atlassian license.@NonNull Optional<com.atlassian.extras.api.ProductLicense>
LicenseService.retrieveForProduct
(com.atlassian.extras.api.Product product) Retrieves the license for the requested product.@NonNull com.atlassian.extras.api.confluence.ConfluenceLicense
Validates the given encrypted license.@NonNull com.atlassian.extras.api.ProductLicense
Validates the given encrypted license.io.atlassian.fugue.Either<String,
com.atlassian.extras.api.confluence.ConfluenceLicense> LicenseWebFacadeTemplate.validateLicense
(String licenseString) io.atlassian.fugue.Either<String,
com.atlassian.extras.api.ProductLicense> LicenseWebFacadeTemplate.validateLicenseForPlugin
(String licenseString, com.atlassian.extras.api.Product product) -
Uses of LicenseException in com.atlassian.confluence.license.exception
Subclasses of LicenseException in com.atlassian.confluence.license.exceptionModifier and TypeClassDescriptionclass
class
class
-
Uses of LicenseException in com.atlassian.confluence.license.store
Methods in com.atlassian.confluence.license.store that throw LicenseExceptionModifier and TypeMethodDescription@NonNull Optional<com.atlassian.extras.api.AtlassianLicense>
ApplicationConfigurationLicenseStore.retrieveOptional()