Uses of Class
org.identityconnectors.framework.api.ConnectorKey
Package
Description
Common utilities for all Connectors.
Classes and interfaces for asynchronous event based monitoring of the connectors.
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
-
Uses of ConnectorKey in org.identityconnectors.common
-
Uses of ConnectorKey in org.identityconnectors.common.event
ModifierConstructorDescriptionConnectorEvent
(String topic, ConnectorKey source) Constructs a prototypical Event. -
Uses of ConnectorKey in org.identityconnectors.framework.api
Modifier and TypeMethodDescriptionConnectorInfo.getConnectorKey()
Uniquely identifies this connector in a given installation.Modifier and TypeMethodDescriptionConnectorInfoManager.findConnectorInfo
(ConnectorKey key) Returns theConnectorInfo
that is associated with the specifiedConnectorKey
.