com.atlassian.crowd.manager.license
Class CrowdLicenseStore

java.lang.Object
  extended by 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


Constructor Summary
CrowdLicenseStore()
           
 
Method Summary
static com.atlassian.extras.api.AtlassianLicense getAtlassianLicense(java.lang.String license)
           
static com.atlassian.extras.api.crowd.CrowdLicense getCrowdLicense(com.atlassian.extras.api.AtlassianLicense atlassianLicense)
           
 com.atlassian.extras.api.crowd.CrowdLicense getLicense()
           
 void setBootstrapManager(CrowdBootstrapManager bootstrapManager)
           
 com.atlassian.extras.api.crowd.CrowdLicense storeLicense(java.lang.String license)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdLicenseStore

public CrowdLicenseStore()
Method Detail

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.