Package | Description |
---|---|
org.identityconnectors.common.event |
NOTICE: This package is an early specification of the Events API for 1.2.x.x version.
|
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.impl.api | |
org.identityconnectors.framework.impl.api.local | |
org.identityconnectors.framework.impl.api.osgi.internal | |
org.identityconnectors.framework.impl.api.remote | |
org.identityconnectors.framework.impl.api.remote.messages |
Constructor and Description |
---|
ConnectorEvent(String topic,
ConnectorKey source)
Constructs a prototypical Event.
|
Modifier and Type | Method and Description |
---|---|
ConnectorKey |
ConnectorInfo.getConnectorKey()
Uniquely identifies this connector in a given installation.
|
Modifier and Type | Method and Description |
---|---|
ConnectorInfo |
ConnectorInfoManager.findConnectorInfo(ConnectorKey key)
Returns the
ConnectorInfo that is associated with the
specified ConnectorKey . |
Modifier and Type | Method and Description |
---|---|
ConnectorKey |
AbstractConnectorInfo.getConnectorKey() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectorInfo.setConnectorKey(ConnectorKey key) |
Modifier and Type | Method and Description |
---|---|
ConnectorInfo |
LocalConnectorInfoManagerImpl.findConnectorInfo(ConnectorKey key) |
Constructor and Description |
---|
ConnectorPoolKey(ConnectorKey connectorKey,
ConfigurationPropertiesImpl configProperties,
ObjectPoolConfiguration poolingConfig) |
Modifier and Type | Method and Description |
---|---|
ConnectorInfo |
OsgiConnectorInfoManagerImpl.findConnectorInfo(ConnectorKey key) |
Modifier and Type | Method and Description |
---|---|
List<ConnectorKey> |
RemoteConnectorInfoManagerImpl.getConnectorKeys() |
Modifier and Type | Method and Description |
---|---|
ConnectorInfo |
RemoteConnectorInfoManagerImpl.findConnectorInfo(ConnectorKey key) |
Modifier and Type | Method and Description |
---|---|
ConnectorKey |
OperationRequest.getConnectorKey() |
Modifier and Type | Method and Description |
---|---|
List<ConnectorKey> |
HelloResponse.getConnectorKeys() |
Constructor and Description |
---|
OperationRequest(ConnectorKey key,
String connectorFacadeKey,
Class<? extends APIOperation> operation,
String operationMethodName,
List<Object> arguments) |
Constructor and Description |
---|
HelloResponse(Throwable exception,
Map<String,Object> serverInfo,
List<ConnectorKey> connectorKeys,
List<RemoteConnectorInfoImpl> connectorInfos) |
Copyright © 2022. All rights reserved.