Interface ConnectorService


  • public interface ConnectorService
    Provides a consolidated interface that is to be used by all connectors..
    Author:
    suneet
    • Method Detail

      • add

        ObjectResponse add​(CrudRequest<? extends ExtensibleObject> reqType)
        The add operation enables a requestor to create a new object on a target Attributes used by the operation are:
      • PSOId: Unique identifier for the new object
      • containerId: Object where this new object should be created in. In a directory, it can be a base DN such as: ou=eng, dc=openiam, dc=org
      • data: Collection of data attributes that are to be stored in the target system
      • targetId: An id that is unique for the provider and is the system where this new object is to be created.
      • returnData:
Parameters:
reqType -
Returns: