|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Usersession interface, for adding user login properties to the Manager.
This enables security and activation features.
IUsersession can be created by BdeToolkit
| Method Summary | |
void |
addManager(BdeManager bdeManager)
Adds a manager to this UserSession. |
void |
enableLicenseOverride(java.lang.String p_key)
Enables the License Override Mechanism |
void |
enableLicenseOverrideWithId(java.lang.String p_key,
int p_licenseId)
Enables the License Override Mechanism, providing an override license |
java.lang.String |
getUserName()
Gets the name of the user out of the UserSession. |
| Method Detail |
public void addManager(BdeManager bdeManager)
throws BdeException
bdeManager - The BdeManager to be added.BdeException - if BdeManager is already in a UserSession, or Manager is null.public void enableLicenseOverride(java.lang.String p_key)
p_key - The license override key
public void enableLicenseOverrideWithId(java.lang.String p_key,
int p_licenseId)
p_key - The license override keyp_licenseId - The Server license to be obtained at the server sidepublic java.lang.String getUserName()
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||