LoginSession Class
This class provides various API related to license authorization. For example, obtaining, renewal and releasing license authorization.
API
Modifier and Type | API |
void | login (ApplicationContext appContext, String featureName, Attribute attribute) throws LicensingException or UnsupportedEncodingException |
void | refresh (Attribute attribute) throws LicensingException or UnsupportedEncodingException |
String | getSessionInfo (String query) throws LicensingException or UnsupportedEncodingException |
void | logout (Attribute attribute) throws LicensingException or UnsupportedEncodingException |