Package com.caplin.permissioning


package com.caplin.permissioning

The Caplin Permissioning Integration API provides classes and interfaces that allow you to create Permissioning Adapters.

A Permissioning Adapter sends permissioning data to Caplin Liberator. The source of the permissioning data may be a permission system that is not part of Caplin Platform, but which you want to integrate with Caplin Trader.

The Permissioning Integration API uses the services of the Caplin DataSource for Java API (package com.caplin.datasource and its subpackages), allowing the Adapter to send permissioning data to Liberator using the DataSource protocol, but without the need to write code at the DataSource API level.

For additional information about how to use this API, see the following resources:

TOP