|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LicenseException | |
|---|---|
| com.atlassian.confluence.license | |
| com.atlassian.confluence.license.exception | |
| Uses of LicenseException in com.atlassian.confluence.license |
|---|
| Methods in com.atlassian.confluence.license that throw LicenseException | |
|---|---|
com.atlassian.fugue.Either<java.lang.String,com.atlassian.extras.api.confluence.ConfluenceLicense> |
WebLicenseFacade.install(java.lang.String licenseString)
|
com.atlassian.fugue.Either<java.lang.String,com.atlassian.extras.api.confluence.ConfluenceLicense> |
LicenseWebFacadeTemplate.install(java.lang.String licenseString)
|
com.atlassian.extras.api.confluence.ConfluenceLicense |
LicenseService.install(java.lang.String licenseString)
Validates and installs a given encrypted license. |
boolean |
LicenseService.isLicensedForDataCenter()
Returns whether currently installed license is for Data Center. |
com.atlassian.extras.api.confluence.ConfluenceLicense |
LicenseService.retrieve()
Retrieves the currently installed Confluence license. |
com.atlassian.fugue.Maybe<com.atlassian.extras.api.ProductLicense> |
LicenseService.retrieve(com.atlassian.extras.api.Product product)
Retrieves the license for the requested product. |
com.atlassian.fugue.Maybe<com.atlassian.extras.api.ProductLicense> |
DefaultLicenseService.retrieve(com.atlassian.extras.api.Product product)
|
com.atlassian.extras.api.AtlassianLicense |
LicenseService.retrieveAtlassianLicense()
Retrieves the currently installed Atlassian license. |
com.atlassian.extras.api.AtlassianLicense |
DefaultLicenseService.retrieveAtlassianLicense()
|
com.atlassian.fugue.Either<java.lang.String,com.atlassian.extras.api.confluence.ConfluenceLicense> |
WebLicenseFacade.validate(java.lang.String licenseString)
|
com.atlassian.fugue.Either<java.lang.String,com.atlassian.extras.api.confluence.ConfluenceLicense> |
LicenseWebFacadeTemplate.validate(java.lang.String licenseString)
|
com.atlassian.extras.api.confluence.ConfluenceLicense |
LicenseService.validate(java.lang.String licenseString)
Validates the given encrypted license. |
| Uses of LicenseException in com.atlassian.confluence.license.exception |
|---|
| Subclasses of LicenseException in com.atlassian.confluence.license.exception | |
|---|---|
class |
ConfluenceLicenseValidationException
|
class |
EmptyLicenseValidationException
|
class |
InvalidLicenseException
|
class |
KnownConfluenceLicenseValidationException
Indicates problems with (parts of) the ConfluenceLicense. |
class |
LicenseValidationException
|
class |
MissingConfluenceLicenseValidationException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||