Uses of Class
org.identityconnectors.framework.api.ConnectorKey
Package
Description
NOTICE: This package is an early specification of the Events API for 1.2.x.x version.
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.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
. -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api
Modifier and TypeMethodDescriptionfinal void
AbstractConnectorInfo.setConnectorKey
(ConnectorKey key) -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.local
Modifier and TypeMethodDescriptionLocalConnectorInfoManagerImpl.findConnectorInfo
(ConnectorKey key) ModifierConstructorDescriptionConnectorPoolKey
(ConnectorKey connectorKey, ConfigurationPropertiesImpl configProperties, ObjectPoolConfiguration poolingConfig) -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.osgi.internal
Modifier and TypeMethodDescriptionOsgiConnectorInfoManagerImpl.findConnectorInfo
(ConnectorKey key) -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.remote
Modifier and TypeMethodDescriptionRemoteConnectorInfoManagerImpl.findConnectorInfo
(ConnectorKey key) -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.remote.messages
ModifierConstructorDescriptionOperationRequest
(ConnectorKey key, String connectorFacadeKey, Class<? extends APIOperation> operation, String operationMethodName, List<Object> arguments) ModifierConstructorDescriptionHelloResponse
(Throwable exception, Map<String, Object> serverInfo, List<ConnectorKey> connectorKeys, List<RemoteConnectorInfoImpl> connectorInfos)