-
Notifications
You must be signed in to change notification settings - Fork 26
OpenICF Interfaces
This chapter describes all of the interfaces supported by the OpenICF framework, along with notes about their implementation. Specific connectors may support only a subset of these interfaces.
Normalize attributes to ensure consistent filtering.
Provides simple authentication with two parameters, presumed to be a user name and password. If the connector does not implement the AuthenticateOp interface it can not be used in OpenIDM to provide pass-through authentication.
Execute a series of operations in a single request. If a resource does not support batch operations, the connector will not implement the batch operation interface. The OpenICF framework will still support batched requests but the operations will be executed iteratively through the connector.
Subscribe for notification of any specified event on the target resource. This operation can be used in the context of IoT device reports, to receive notification of events such as low battery signals, inactive devices, and so on.
Create an object and return its uid.
Delete an object by its uid.
Get an object by its uid.
Use pools of target resources.
Resolve an object to its uid based on its username.
Describe supported object types, operations, and options.
Allow script execution on connector.
Allow script execution on the resource.
Allow searches for resource objects. Connectors that implement only this interface can only be used for reconciliation operations.
Poll for synchronization events, which are native changes to target objects.
Subscribe for notification of synchronization events, which are native changes to target objects.
Test the connection configuration, including connecting to the resource.
Allows an authorized caller to update (modify or replace) objects on the target resource.
Allows an authorized caller to update (modify or replace) attribute values on the target resource. This operation is more advanced than the UpdateOp operation, and provides better performance and atomicity semantics.