|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jp.protection.pub.pro.integration.LicensingFacadeProvider
com.jp.protection.priv.pro.integration.LocalLicensingFacade.Provider
public static class LocalLicensingFacade.Provider
LicensingFacadeProvider implementation aware of LocalLicensingFacade
instances providing
| Field Summary | |
|---|---|
protected LocalLicensingFacade |
fLicensingFacade
|
protected java.lang.String |
fLogin
|
protected java.lang.String |
fPassword
|
| Fields inherited from class com.jp.protection.pub.pro.integration.LicensingFacadeProvider |
|---|
fDefault, fProviderMap |
| Constructor Summary | |
|---|---|
LocalLicensingFacade.Provider(java.io.File aProductsStorageFile,
LicensingFacadeDelegate aDelegate,
java.lang.String aLogin,
java.lang.String aPassword)
Creates new instance of the Provider |
|
LocalLicensingFacade.Provider(java.io.File aProductsStorageFile,
LicensingFacadeExtension anExtension,
java.lang.String aLogin,
java.lang.String aPassword)
Creates new instance of the Provider |
|
LocalLicensingFacade.Provider(java.io.File aProductsStorageFile,
java.lang.String aLogin,
java.lang.String aPassword)
Creates new instance of the Provider and uses licensing facade configuration
from loaded products storage |
|
LocalLicensingFacade.Provider(java.io.InputStream aProductsStorageInputStream,
LicensingFacadeDelegate aDelegate,
java.lang.String aLogin,
java.lang.String aPassword)
Creates new instance of the Provider |
|
LocalLicensingFacade.Provider(java.io.InputStream aProductsStorageInputStream,
LicensingFacadeExtension anExtension,
java.lang.String aLogin,
java.lang.String aPassword)
Creates new instance of the Provider |
|
LocalLicensingFacade.Provider(java.io.InputStream aProductsStorageInputStream,
java.lang.String aLogin,
java.lang.String aPassword)
Creates new instance of the Provider and uses licensing facade configuration from loaded products
storage |
|
| Method Summary | |
|---|---|
LicensingFacade |
getLicensingFacade()
|
| Methods inherited from class com.jp.protection.pub.pro.integration.LicensingFacadeProvider |
|---|
addProvider, getInstance, getInstance, hasProviders, isDefault, removeProvider, setDefault |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LocalLicensingFacade fLicensingFacade
protected java.lang.String fLogin
protected java.lang.String fPassword
| Constructor Detail |
|---|
public LocalLicensingFacade.Provider(java.io.InputStream aProductsStorageInputStream,
LicensingFacadeDelegate aDelegate,
java.lang.String aLogin,
java.lang.String aPassword)
throws java.io.IOException
Provider
aProductsStorageInputStream - input stream to load products storage fromaDelegate - 'delegate' plug-in to work withaLogin - login nameaPassword - password
java.io.IOException - in case of any error occurred during reading of the products storage
public LocalLicensingFacade.Provider(java.io.File aProductsStorageFile,
LicensingFacadeExtension anExtension,
java.lang.String aLogin,
java.lang.String aPassword)
throws java.io.IOException
Provider
aProductsStorageFile - local file to load products storage fromanExtension - 'extension' plug-in to work withaLogin - login nameaPassword - password
java.io.IOException - in case of any error occurred during reading of the products storage
public LocalLicensingFacade.Provider(java.io.InputStream aProductsStorageInputStream,
LicensingFacadeExtension anExtension,
java.lang.String aLogin,
java.lang.String aPassword)
throws java.io.IOException
Provider
aProductsStorageInputStream - input stream to load products storage fromanExtension - 'extension' plug-in to work withaLogin - login nameaPassword - password
java.io.IOException - in case of any error occurred during reading of the products storage
public LocalLicensingFacade.Provider(java.io.File aProductsStorageFile,
LicensingFacadeDelegate aDelegate,
java.lang.String aLogin,
java.lang.String aPassword)
throws java.io.IOException
Provider
aProductsStorageFile - local file to load the products storage fromaDelegate - 'delegate' plug-in to work withaLogin - login nameaPassword - password
java.io.IOException - in case of any error occurred during reading of the products storage
public LocalLicensingFacade.Provider(java.io.File aProductsStorageFile,
java.lang.String aLogin,
java.lang.String aPassword)
throws java.io.IOException
Provider and uses licensing facade configuration
from loaded products storage
aProductsStorageFile - local file to load the products storage fromaLogin - login nameaPassword - password
java.io.IOException - in case of any error occurred during reading of the products storage
public LocalLicensingFacade.Provider(java.io.InputStream aProductsStorageInputStream,
java.lang.String aLogin,
java.lang.String aPassword)
throws java.io.IOException
Provider and uses licensing facade configuration from loaded products
storage
aProductsStorageInputStream - input stream to load the products storage fromaLogin - login nameaPassword - password
java.io.IOException - in case of any error occurred during reading of the products storage| Method Detail |
|---|
public LicensingFacade getLicensingFacade()
getLicensingFacade in class LicensingFacadeProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||