Uses of Package
org.identityconnectors.framework.api
-
Packages that use org.identityconnectors.framework.api Package Description org.identityconnectors.common Common utilities for all Connectors.org.identityconnectors.common.event Classes and interfaces for asynchronous event based monitoring of the connectors.org.identityconnectors.framework.api The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements.org.identityconnectors.framework.api.operations org.identityconnectors.framework.spi.operations -
Classes in org.identityconnectors.framework.api used by org.identityconnectors.common Class Description ConnectorKey Uniquely identifies a connector within an installation. -
Classes in org.identityconnectors.framework.api used by org.identityconnectors.common.event Class Description ConnectorKey Uniquely identifies a connector within an installation. -
Classes in org.identityconnectors.framework.api used by org.identityconnectors.framework.api Class Description APIConfiguration Interface to show the configuration properties from both the SPI/API based on theConnector
makeup.ConfigurationProperties Encapsulates theConfiguration 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'sConfiguration at the SPI layer
.ConfigurationPropertyChangeListener A ConfigurationPropertyChangeListener receives the change of ConfigurationProperty.ConnectorFacade Main interface through which an application invokes Connector operations.ConnectorFacadeFactory Allows an application to obtain aconnector instance
.ConnectorInfo The connector meta-data for a given connector.ConnectorInfoManager Maintains a list ofConnectorInfo
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 defaultResultsHandler
-chain as: NormalizingResultsHandler FilteredResultsHandler AttributesToGetSearchResultsHandler This configuration allow to overconfigure the chain. -
Classes in org.identityconnectors.framework.api used by org.identityconnectors.framework.api.operations Class Description Observer Provides a mechanism for receiving push-based notifications. -
Classes in org.identityconnectors.framework.api used by org.identityconnectors.framework.spi.operations Class Description Observer Provides a mechanism for receiving push-based notifications.