Class CrowdLicenseRegistry
java.lang.Object
com.atlassian.crowd.manager.license.CrowdLicenseRegistry
- All Implemented Interfaces:
com.atlassian.license.LicenseRegistry
Stores license/hash in crowd.cfg.xml.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBootstrapManager
(CrowdBootstrapManager bootstrapManager) void
setLicenseHash
(String string) void
setLicenseMessage
(String string)
-
Field Details
-
LICENSE_HASH
- See Also:
-
LICENSE_MESSAGE
- See Also:
-
-
Constructor Details
-
CrowdLicenseRegistry
public CrowdLicenseRegistry()
-
-
Method Details
-
setLicenseHash
- Specified by:
setLicenseHash
in interfacecom.atlassian.license.LicenseRegistry
-
setLicenseMessage
- Specified by:
setLicenseMessage
in interfacecom.atlassian.license.LicenseRegistry
-
getLicenseMessage
- Specified by:
getLicenseMessage
in interfacecom.atlassian.license.LicenseRegistry
-
getLicenseHash
- Specified by:
getLicenseHash
in interfacecom.atlassian.license.LicenseRegistry
-
getBootstrapManager
-
setBootstrapManager
-