ICF 1.5.20.21

OpenICF SPI

This chapter describes the ICF SPI, which lets you create connectors that are compatible with the ICF framework.

The SPI includes a number of interfaces, but you need only implement those that are supported by the target resource to which you are connecting. For information about how to get started with writing connectors, refer to Java connectors and Scripted connectors with Groovy.

The order in which you implement your connector is as follows:

  1. Decide on the connector type (refer to Connector types).

  2. Implement the configuration interface (refer to Configuration interface).

  3. Implement the connector interface (refer to Connector interface).

  4. Implement the operation interfaces (refer to Operation interfaces).

Copyright © 2010-2024 ForgeRock, all rights reserved.