Holger's
Java API

Uses of Class
com.antelmann.License

Packages that use License
com.antelmann These are general classes that apply for the framework as a whole. 
com.antelmann.util This package contains general utility classes that are used throughout the other packages. 
 

Uses of License in com.antelmann
 

Methods in com.antelmann that return License
 License LicensingException.getLicense()
          may be null
 License LicenseManager.getLicense(Object licensee)
          returns the license used for the given licensee.
 License LicenseManager.install(License l)
          installs the given license into this LicenseManager, so that it can be found if a check on the licensee is made.
static License License.loadLicense(byte[] bytes)
          deserializes a license object from a byte pattern; license is not validated
static License License.loadLicense(File file)
          loads a single serialized license from a file; license is not validated
static License License.loadLicense(InputStream stream)
          loads a single serialized license from a stream; license is not validated
static License License.loadLicense(URL url)
          loads a single serialized license from a URL; license is not validated
 License LicenseManager.removeLicense(License l)
           
 License LicenseManager.signLicense(License l)
          requires a certain developer class as well as a developer private key to be present - not shipped with the distribution.
 

Methods in com.antelmann that return types with arguments of type License
 Collection<License> LicenseManager.getLicenses()
          returns an umnodifiable view of the embedded licenses
 

Methods in com.antelmann with parameters of type License
protected abstract  void LicenseKey.checkKey(License license)
          this method is responsible for checking the license key.
 License LicenseManager.install(License l)
          installs the given license into this LicenseManager, so that it can be found if a check on the licensee is made.
 License LicenseManager.removeLicense(License l)
           
 void LicensingException.setLicense(License license)
           
 License LicenseManager.signLicense(License l)
          requires a certain developer class as well as a developer private key to be present - not shipped with the distribution.
 void LicenseManager.verifyLicense(License l)
          checks the signature against the certificate.
 

Constructors in com.antelmann with parameters of type License
ExpiredLicenseException(String msg, License license)
           
LicenseKeyException(String message, LicenseKey key, License license)
           
LicensingException(License license)
           
LicensingException(String message, Object licensee, License license)
          the most explicit constructor
 

Constructor parameters in com.antelmann with type arguments of type License
LicenseTableModel(Collection<License> col)
           
 

Uses of License in com.antelmann.util
 

Methods in com.antelmann.util with parameters of type License
static void Settings.installLicense(License l)
          installs the given license to the LicenseManager - a convenience method.
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads