| 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 |
|
| ConnectorFacade |
Main interface through which an application invokes Connector operations.
|
| ConnectorFacadeFactory |
|
| 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.
|