com.atlassian.crowd.manager.license
Class CrowdLicenseStore
java.lang.Object
com.atlassian.crowd.manager.license.CrowdLicenseStore
public class CrowdLicenseStore
- extends java.lang.Object
Handles the storage and retrieval of a Crowd License. Used in both the setup process and internally within the CrowdLicenseManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrowdLicenseStore
public CrowdLicenseStore()
getLicense
public com.atlassian.extras.api.crowd.CrowdLicense getLicense()
- See Also:
CrowdLicenseManager.getLicense()
storeLicense
public com.atlassian.extras.api.crowd.CrowdLicense storeLicense(java.lang.String license)
- See Also:
CrowdLicenseManager.storeLicense(String)
getAtlassianLicense
public static com.atlassian.extras.api.AtlassianLicense getAtlassianLicense(java.lang.String license)
getCrowdLicense
public static com.atlassian.extras.api.crowd.CrowdLicense getCrowdLicense(com.atlassian.extras.api.AtlassianLicense atlassianLicense)
setBootstrapManager
public void setBootstrapManager(CrowdBootstrapManager bootstrapManager)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.