| Package | Description |
|---|---|
| org.identityconnectors.common.event |
NOTICE: This package is an early specification of the Events API for 1.2.x.x version.
|
| org.identityconnectors.framework.api |
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
|
| Class and Description |
|---|
| ConnectorKey
Uniquely identifies a connector within an installation.
|
| Class and Description |
|---|
| APIConfiguration
Interface to show the configuration properties from both the SPI/API based on
the
Connector makeup. |
| ConfigurationProperties
Encapsulates the
Configuration at the SPI layer and
uses reflection to identify the individual properties that are available for
an application to manipulate. |
| ConfigurationProperty
Represents at the API level a property of a Connector's
Configuration at
the SPI layer. |
| ConnectorFacade
Main interface through which an application invokes Connector operations.
|
| ConnectorFacadeFactory
Allows an application to obtain a
connector instance. |
| ConnectorInfo
The connector meta-data for a given connector.
|
| ConnectorInfoManager
Maintains a list of
ConnectorInfo instances, each of which
describes a connector that is available. |
| ConnectorInfoManagerFactory
An application's primary entry point into connectors.
|
| ConnectorKey
Uniquely identifies a connector within an installation.
|
| RemoteFrameworkConnectionInfo
Encapsulates all the connection information used to connect to a remote
instance of the connector framework.
|
| ResultsHandlerConfiguration
SPI search operation has a default
ResultsHandler-chain
as:
NormalizingResultsHandler
FilteredResultsHandler
AttributesToGetSearchResultsHandler
This configuration allow to overconfigure the chain. |
Copyright © 2014. All rights reserved.