| Package | Description |
|---|---|
| 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 |
|---|
| 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.
|
Copyright © 2013. All Rights Reserved.