C D E G I L M N O P R S T V

C

com.componio.jlicensure.shared - package com.componio.jlicensure.shared
 
com.componio.jlicensure.webmodule.util - package com.componio.jlicensure.webmodule.util
 
Command - Interface in com.componio.jlicensure.shared
For now, the Command interface is a marker interface for any type of object.
createDecoder() - Static method in class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
 
createEncoder() - Static method in class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
 
createObject(String) - Static method in class com.componio.jlicensure.shared.ObjectFactory
Creates the object of the given name and returns the object.
createObject(String, Properties) - Static method in class com.componio.jlicensure.shared.ObjectFactory
Creates the object of the given name, sets the given properties object and returns the object.
createSignedCommand(Command) - Static method in class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
 

D

decode(InputStream) - Method in interface com.componio.jlicensure.shared.Decoder
Decode/read an object from the given input stream.
Decoder - Interface in com.componio.jlicensure.shared
Generic object decoding interface

E

encode(OutputStream, Object) - Method in interface com.componio.jlicensure.shared.Encoder
Encode the given object.
Encoder - Interface in com.componio.jlicensure.shared
The server-side encoder.

G

getCommand() - Method in interface com.componio.jlicensure.shared.SignedCommand
Retrieves the encapsulated object.
getLicenseeData() - Method in interface com.componio.jlicensure.shared.LicenseRequest
Getter for property licenseeData.
getLicenseRequest() - Method in exception com.componio.jlicensure.shared.LicenseNotGrantedException
Getter for property licenseRequest.
getObjectClassLoader() - Static method in class com.componio.jlicensure.shared.ObjectFactory
Get the class loader used for loading objects
getProperties() - Method in interface com.componio.jlicensure.shared.LicenseeData
Get the licensee's properties.
getProperty(String) - Method in interface com.componio.jlicensure.shared.LicenseeData
Get a specific property value.
getSignature() - Method in interface com.componio.jlicensure.shared.License
Get the license signature
getToken() - Method in interface com.componio.jlicensure.shared.LicenseRequest
Getter for property token.

I

InvalidSignatureException - Exception in com.componio.jlicensure.shared
Exception type for invalid signatures.
InvalidSignatureException() - Constructor for exception com.componio.jlicensure.shared.InvalidSignatureException
Creates a new instance of InvalidCommandSignature without detail message.
InvalidSignatureException(String) - Constructor for exception com.componio.jlicensure.shared.InvalidSignatureException
Constructs an instance of InvalidCommandSignature with the specified detail message.
isAuthoritative() - Method in interface com.componio.jlicensure.shared.License
Indicates whether this license is authoritative or not

L

License - Interface in com.componio.jlicensure.shared
A license is a signed license request
LicenseeData - Interface in com.componio.jlicensure.shared
Generic interface holding licensee data.
LicenseeDataAdder - Class in com.componio.jlicensure.webmodule.util
Utitlity class for sending licensee data to the jlicensure server.
LicenseeDataAdder() - Constructor for class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
 
LicenseNotGrantedException - Exception in com.componio.jlicensure.shared
LicenseNotGrantedException class.
LicenseNotGrantedException() - Constructor for exception com.componio.jlicensure.shared.LicenseNotGrantedException
Creates a new instance of LicenseNotGrantedException without detail message.
LicenseNotGrantedException(LicenseRequest) - Constructor for exception com.componio.jlicensure.shared.LicenseNotGrantedException
Creates a new instance of LicenseNotGrantedException without detail message.
LicenseNotGrantedException(LicenseRequest, String) - Constructor for exception com.componio.jlicensure.shared.LicenseNotGrantedException
Constructs an instance of LicenseNotGrantedException with the specified detail message.
LicenseRequest - Interface in com.componio.jlicensure.shared
A license request consists of the licensee data describing the licensee and a unique data token to be part of the issued license.
loadClass(String) - Static method in class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
 

M

main(String[]) - Static method in class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
Use the given command line argument to load a properties file and use those properties to send a AddLicenseeDataCommand to the JLicensure server.

N

newLicenseeData() - Static method in class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
Create a new empty LicenseeData object
newLicenseeData(Properties) - Static method in class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
Create a new LicenseeData object using the given set of properties

O

ObjectFactory - Class in com.componio.jlicensure.shared
Creates generic PropertiesSettable objects by class name.
ObjectFactory() - Constructor for class com.componio.jlicensure.shared.ObjectFactory
 

P

PropertiesSettable - Interface in com.componio.jlicensure.shared
Generic interface for objects that provide a setProperties method.

R

readPrivateKey() - Static method in class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
 

S

sendLicenseeData(LicenseeData) - Static method in class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
Send new licensee data to the server using the given set of properties
setLicenseRequest(LicenseRequest) - Method in exception com.componio.jlicensure.shared.LicenseNotGrantedException
Setter for property licenseRequest.
setProperties(Properties) - Method in interface com.componio.jlicensure.shared.PropertiesSettable
Set properties
setProperty(String, String) - Method in interface com.componio.jlicensure.shared.LicenseeData
Set a specific property value.
setProperty(String, String) - Static method in class com.componio.jlicensure.webmodule.util.LicenseeDataAdder
Set a property.
SignedCommand - Interface in com.componio.jlicensure.shared
A signed command.

T

toHashBytes() - Method in interface com.componio.jlicensure.shared.LicenseeData
Create a unique hash calculated from the licensee data contained in this class
toHashString() - Method in interface com.componio.jlicensure.shared.LicenseeData
Create a unique hash string calculated from the licensee data contained in this class

V

verify(PublicKey, Signature) - Method in interface com.componio.jlicensure.shared.SignedCommand
Verifies that the signature in this SignedObject is the valid signature for the object stored inside, with the given verification key, using the designated verification engine.

C D E G I L M N O P R S T V