Applications API

Use the applications API to create customized or alternative user interfaces. This API provides an interface to ISIM provisioning platform.

The applications API provides a set of Java™ classes that abstract the more frequently used functions of the provisioning platform. Examples are identity management, password management, and account management. The classes that make up this API are the same classes that ISIM uses for its user interface. See the documentation provided with the Applications API. Do these steps:

  1. Log on to ISIM virtual appliance console to open the Appliance Dashboard.

  2. From the top-level menu of the Appliance Dashboard, select Configure > Advanced Configuration > Custom File Management

  3. Click the All Files tab.

  4. Go to directories/utilities.

  5. Select extensions.zip and click Download.

  6. Extract the extensions.zip file.

  7. Go to /extensions/version_number/doc/applications. For example, version_number is 7.0.
For sample codes, see /extensions/version number/examples/apps.

Parent topic: Application programming interfaces