Uses of Package
org.identityconnectors.framework.api
Packages that use org.identityconnectors.framework.api
Package
Description
Common utilities for all Connectors.
Classes and interfaces for asynchronous event based monitoring of the connectors.
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
-
Classes in org.identityconnectors.framework.api used by org.identityconnectors.common
-
Classes in org.identityconnectors.framework.api used by org.identityconnectors.common.event
-
Classes in org.identityconnectors.framework.api used by org.identityconnectors.framework.apiClassDescriptionInterface to show the configuration properties from both the SPI/API based on the
Connectormakeup.Encapsulates theConfiguration at the SPI layerand uses reflection to identify the individual properties that are available for an application to manipulate.Represents at the API level a property of a Connector'sConfiguration at the SPI layer.A ConfigurationPropertyChangeListener receives the change of ConfigurationProperty.Main interface through which an application invokes Connector operations.Allows an application to obtain aconnector instance.The connector meta-data for a given connector.Maintains a list ofConnectorInfoinstances, each of which describes a connector that is available.An application's primary entry point into connectors.Uniquely identifies a connector within an installation.Encapsulates all the connection information used to connect to a remote instance of the connector framework.SPI search operation has a defaultResultsHandler-chain as: NormalizingResultsHandler FilteredResultsHandler AttributesToGetSearchResultsHandler This configuration allow to overconfigure the chain. -
-