Uses of Class
org.identityconnectors.framework.api.ConnectorKey
Packages that use 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
Constructors in org.identityconnectors.common.event with parameters of type ConnectorKeyModifierConstructorDescriptionConnectorEvent
(String topic, ConnectorKey source) Constructs a prototypical Event. -
Uses of ConnectorKey in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return ConnectorKeyModifier and TypeMethodDescriptionConnectorInfo.getConnectorKey()
Uniquely identifies this connector in a given installation.Methods in org.identityconnectors.framework.api with parameters of type ConnectorKeyModifier and TypeMethodDescriptionConnectorInfoManager.findConnectorInfo
(ConnectorKey key) Returns theConnectorInfo
that is associated with the specifiedConnectorKey
. -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return ConnectorKeyMethods in org.identityconnectors.framework.impl.api with parameters of type ConnectorKeyModifier and TypeMethodDescriptionfinal void
AbstractConnectorInfo.setConnectorKey
(ConnectorKey key) -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local with parameters of type ConnectorKeyModifier and TypeMethodDescriptionLocalConnectorInfoManagerImpl.findConnectorInfo
(ConnectorKey key) Constructors in org.identityconnectors.framework.impl.api.local with parameters of type ConnectorKeyModifierConstructorDescriptionConnectorPoolKey
(ConnectorKey connectorKey, ConfigurationPropertiesImpl configProperties, ObjectPoolConfiguration poolingConfig) -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.osgi.internal
Methods in org.identityconnectors.framework.impl.api.osgi.internal with parameters of type ConnectorKeyModifier and TypeMethodDescriptionOsgiConnectorInfoManagerImpl.findConnectorInfo
(ConnectorKey key) -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.remote
Methods in org.identityconnectors.framework.impl.api.remote that return types with arguments of type ConnectorKeyMethods in org.identityconnectors.framework.impl.api.remote with parameters of type ConnectorKeyModifier and TypeMethodDescriptionRemoteConnectorInfoManagerImpl.findConnectorInfo
(ConnectorKey key) -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.remote.messages
Methods in org.identityconnectors.framework.impl.api.remote.messages that return ConnectorKeyMethods in org.identityconnectors.framework.impl.api.remote.messages that return types with arguments of type ConnectorKeyConstructors in org.identityconnectors.framework.impl.api.remote.messages with parameters of type ConnectorKeyModifierConstructorDescriptionOperationRequest
(ConnectorKey key, String connectorFacadeKey, Class<? extends APIOperation> operation, String operationMethodName, List<Object> arguments) Constructor parameters in org.identityconnectors.framework.impl.api.remote.messages with type arguments of type ConnectorKeyModifierConstructorDescriptionHelloResponse
(Throwable exception, Map<String, Object> serverInfo, List<ConnectorKey> connectorKeys, List<RemoteConnectorInfoImpl> connectorInfos)