Uses of Package
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.
-
-
-
ClassDescriptionInterface to show the configuration properties from both the SPI/API based on the
Connector
makeup.Encapsulates theConfiguration at the SPI layer
and 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 ofConnectorInfo
instances, 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. -
-