Implementing OMSUIClient.jar
Procedure
-
The following dependencies can be added to access omsuiClient.jar:
<!-- TIBCO Dependencies --> <dependency> <groupID>com.tibco.aff</groupID> <artifactID>logClient</artifactID> </dependency> <dependency> <groupID>com.tibco.aff</groupID> <artifactID>omsuiClient</artifactID> </dependency> <!-- End: TIBCO dependencies -->
- Get access token through OMSUIClient for OMSUI. The steps to access the token are as follows:
- OMSUIClient fetches access tokens for Oauth2 authorization; the user can then add the token in target URL to access the OMSUI.
Copyright © Cloud Software Group, Inc. All rights reserved.