Package com.atlassian.confluence.setup
Class ConfluenceLicenseRegistry
- java.lang.Object
-
- com.atlassian.confluence.setup.ConfluenceLicenseRegistry
-
- All Implemented Interfaces:
com.atlassian.license.LicenseRegistry
@Deprecated public class ConfluenceLicenseRegistry extends Object implements com.atlassian.license.LicenseRegistry
Deprecated.Since 5.6. UseLicenseServiceinstead.
-
-
Constructor Summary
Constructors Constructor Description ConfluenceLicenseRegistry()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetLicenseHash()Deprecated.StringgetLicenseMessage()Deprecated.voidsetBootstrapManager(BootstrapManager bootstrapManager)Deprecated.voidsetLicenseHash(String string)Deprecated.voidsetLicenseMessage(String string)Deprecated.
-
-
-
Method Detail
-
getLicenseHash
public String getLicenseHash()
Deprecated.- Specified by:
getLicenseHashin interfacecom.atlassian.license.LicenseRegistry
-
setLicenseHash
public void setLicenseHash(String string)
Deprecated.- Specified by:
setLicenseHashin interfacecom.atlassian.license.LicenseRegistry
-
getLicenseMessage
public String getLicenseMessage()
Deprecated.- Specified by:
getLicenseMessagein interfacecom.atlassian.license.LicenseRegistry
-
setLicenseMessage
public void setLicenseMessage(String string)
Deprecated.- Specified by:
setLicenseMessagein interfacecom.atlassian.license.LicenseRegistry
-
setBootstrapManager
public void setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated.
-
-