C# (CSharp) Org.IdentityConnectors.Framework.Spi Namespace

Classes

Name Description
AbstractConfiguration
ConfigurationClassAttribute
ConfigurationPropertyAttribute
ConnectorClassAttribute
SearchResultsHandler A SearchResultsHandler is a completion handler for consuming the results of a search request.

A search result completion handler may be specified when performing search requests using a org.identityconnectors.framework.api.ConnectorFacade object. The #handle method is invoked each time a matching Org.identityconnectors.framework.common.objects.ConnectorObject resource is returned, followed by #handleResult indicating that no more ConnectorObject resources will be returned.

Implementations of these methods should complete in a timely manner so as to avoid keeping the invoking thread from dispatching to other completion handlers.

SyncTokenResultsHandler A SyncTokenResultsHandler is a Callback interface that an application implements in order to handle results from org.identityconnectors.framework.api.operations.SyncApiOp in a stream-processing fashion.