There was an error while loading. Please reload this page.
To create a TPS session:
TPSClient tpsClient = new TPSClient(client); AccountInfo accountInfo = tpsClient.login();
The AccountInfo contains information about the subsystem user (e.g. user ID, full name, email, roles).
To remove the session:
tpsClient.logout();
See also TPSClient.java.
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide