|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LicenseSource
A license source provides a method to receive a license for a given LicenseRequest object.
| Method Summary | |
|---|---|
License |
getLicense(LicenseRequest request)
Get the license for the given LicenseRequest. |
License |
getLicense(LicenseRequest request,
boolean authoritative)
Get the license for the given LicenseRequest. |
| Methods inherited from interface com.componio.jlicensure.shared.PropertiesSettable |
|---|
setProperties |
| Method Detail |
|---|
License getLicense(LicenseRequest request)
throws java.io.IOException
request - license request object
java.io.IOException
License getLicense(LicenseRequest request,
boolean authoritative)
throws java.io.IOException
request - license request objectauthoritative - indicates whether the result must be authoritative
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||