|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An ISV that is interested in OEMing a third party product whose key is embedded as a custom key can provide this interface to the OEM so that the latter may retrieve and check its license key.
Method Summary | |
java.lang.String |
getKey(java.lang.String oemName)
Get OEM key: Return the OEM key from the embedded key. |
java.lang.String |
getUserName()
Get ISV user name in the capacity of an OEM's reseller: Return the User name. |
void |
setKey(java.lang.String oemKey)
Set OEM key: Set the specified OEM key from the embedded key. |
void |
setUserName(java.lang.String userName)
Set ISV user name in the capacity of an OEM's reseller: The ISV's custom key handler instantiates the class and uses this method to set the user name in its custom key handler at the time of its license key check. |
Method Detail |
public java.lang.String getKey(java.lang.String oemName) throws EzLicExceptionBase
oemName:
- OEM name keyword.EzLicExceptionBase
- if the retrieval failsEzLicExceptionBase
public void setKey(java.lang.String oemKey) throws EzLicExceptionBase
oemKey:
- OEM key.EzLicExceptionBase
- if the retrieval failsEzLicExceptionBase
public java.lang.String getUserName() throws EzLicExceptionBase
EzLicExceptionBase
- if the retrieval failsEzLicExceptionBase
public void setUserName(java.lang.String userName) throws EzLicExceptionBase
userName:
- ISV user name as applicable to OEM.EzLicExceptionBase
- if the retrieval failsEzLicExceptionBase
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |