com.componio.jlicensure.shared
Interface License

All Superinterfaces:
Command, LicenseRequest, java.io.Serializable

public interface License
extends LicenseRequest

A license is a signed license request


Method Summary
 byte[] getSignature()
          Get the license signature
 boolean isAuthoritative()
          Indicates whether this license is authoritative or not
 
Methods inherited from interface com.componio.jlicensure.shared.LicenseRequest
getLicenseeData, getToken
 

Method Detail

getSignature

byte[] getSignature()
Get the license signature


isAuthoritative

boolean isAuthoritative()
Indicates whether this license is authoritative or not