Skip navigation links


Package org.identityconnectors.framework.spi

'Service Provider Interface' package - the developer of a connector-bundle implements the SPI.

See:
          Description

Interface Summary
AttributeNormalizer Interface to be implemented by connectors that need to normalize certain attributes.
Configuration Encapsulates the configuration of a connector.
Connector This is the main interface to declare a connector.
PoolableConnector To be implemented by connectors that wish to be pooled.

 

Class Summary
AbstractConfiguration Convenient base-class for Configuration objects to extend.

 

Annotation Types Summary
ConfigurationProperty The Configuration interface is traversed through reflection.
ConnectorClass This annotation must be present on each connector class.

 

Package org.identityconnectors.framework.spi Description

'Service Provider Interface' package - the developer of a connector-bundle implements the SPI. The Connector developer is responsible for implementing the following interfaces to build a Connector.