com.atlassian.bamboo.license
Class BambooLicenseManager

java.lang.Object
  extended by com.atlassian.bamboo.license.BambooLicenseManager

public class BambooLicenseManager
extends Object


Field Summary
static String BAMBOO_LICENSE_KEY
           
static String BAMBOO_LICENSE_REG_LOCATION
           
 
Constructor Summary
BambooLicenseManager()
           
 
Method Summary
 boolean authenticateLicense(String license)
           
 License getLicense()
           
 LicenseRegistry getLicenseRegistry()
           
 boolean isLicenseValid(License license)
           
 License setLicense(String license)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BAMBOO_LICENSE_KEY

public static final String BAMBOO_LICENSE_KEY
See Also:
Constant Field Values

BAMBOO_LICENSE_REG_LOCATION

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

BambooLicenseManager

public BambooLicenseManager()
Method Detail

getLicense

public License getLicense()

setLicense

public License setLicense(String license)

authenticateLicense

public boolean authenticateLicense(String license)

isLicenseValid

public boolean isLicenseValid(License license)

getLicenseRegistry

public LicenseRegistry getLicenseRegistry()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.