com.atlassian.crowd.manager.license
Class CrowdLicenseRegistry

java.lang.Object
  extended by com.atlassian.crowd.manager.license.CrowdLicenseRegistry
All Implemented Interfaces:
com.atlassian.license.LicenseRegistry

public class CrowdLicenseRegistry
extends Object
implements com.atlassian.license.LicenseRegistry

Stores license/hash in crowd.cfg.xml.


Field Summary
static String LICENSE_HASH
           
static String LICENSE_MESSAGE
           
 
Constructor Summary
CrowdLicenseRegistry()
           
 
Method Summary
 CrowdBootstrapManager getBootstrapManager()
           
 String getLicenseHash()
           
 String getLicenseMessage()
           
 void setBootstrapManager(CrowdBootstrapManager bootstrapManager)
           
 void setLicenseHash(String string)
           
 void setLicenseMessage(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LICENSE_HASH

public static final String LICENSE_HASH
See Also:
Constant Field Values

LICENSE_MESSAGE

public static final String LICENSE_MESSAGE
See Also:
Constant Field Values
Constructor Detail

CrowdLicenseRegistry

public CrowdLicenseRegistry()
Method Detail

setLicenseHash

public void setLicenseHash(String string)
Specified by:
setLicenseHash in interface com.atlassian.license.LicenseRegistry

setLicenseMessage

public void setLicenseMessage(String string)
Specified by:
setLicenseMessage in interface com.atlassian.license.LicenseRegistry

getLicenseMessage

public String getLicenseMessage()
Specified by:
getLicenseMessage in interface com.atlassian.license.LicenseRegistry

getLicenseHash

public String getLicenseHash()
Specified by:
getLicenseHash in interface com.atlassian.license.LicenseRegistry

getBootstrapManager

public CrowdBootstrapManager getBootstrapManager()

setBootstrapManager

public void setBootstrapManager(CrowdBootstrapManager bootstrapManager)


Copyright © 2013 Atlassian. All Rights Reserved.