se.datadosen.jalbum
Interface LicenseManager

All Known Implementing Classes:
LicenseManagerImpl

public interface LicenseManager


Method Summary
 java.lang.String getLicenseCode()
          Returns a license hash code if the current username maps to a valid paid account Returns the empty string otherwise
 boolean isLicenseValid()
          Returns true if the current username maps to a valid paid account
 boolean isOldDonor()
          Has user donated before jAlbum 10?
 

Method Detail

getLicenseCode

java.lang.String getLicenseCode()
Returns a license hash code if the current username maps to a valid paid account Returns the empty string otherwise

Since:
9.6

isLicenseValid

boolean isLicenseValid()
Returns true if the current username maps to a valid paid account

Since:
9.6

isOldDonor

boolean isOldDonor()
Has user donated before jAlbum 10?