| Package | Description |
|---|---|
| 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 |
| 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 |
|---|---|
List<ConnectorInfo> |
ConnectorInfoManager.getConnectorInfos()
Returns the list of
ConnectorInfo instances. |
| Modifier and Type | Method and Description |
|---|---|
abstract ConnectorFacade |
ConnectorFacadeFactory.newInstance(ConnectorInfo connectorInfo,
String config)
Get a new instance of
ConnectorFacade. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectorInfo
Common base class shared between local and remote implementations
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorFacade |
ManagedConnectorFacadeFactoryImpl.newInstance(ConnectorInfo connectorInfo,
String config) |
ConnectorFacade |
ConnectorFacadeFactoryImpl.newInstance(ConnectorInfo connectorInfo,
String config) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalConnectorInfoImpl |
| Modifier and Type | Method and Description |
|---|---|
ConnectorInfo |
LocalConnectorInfoManagerImpl.findConnectorInfo(ConnectorKey key) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorInfo> |
LocalConnectorInfoManagerImpl.getConnectorInfos() |
| Modifier and Type | Method and Description |
|---|---|
ConnectorInfo |
OsgiConnectorInfoManagerImpl.findConnectorInfo(ConnectorKey key) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorInfo> |
OsgiConnectorInfoManagerImpl.getConnectorInfos() |
| Modifier and Type | Method and Description |
|---|---|
ConnectorFacade |
OsgiConnectorInfoManagerImpl.newInstance(ConnectorInfo connectorInfo,
String config) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteConnectorInfoImpl |
| Modifier and Type | Method and Description |
|---|---|
ConnectorInfo |
RemoteConnectorInfoManagerImpl.findConnectorInfo(ConnectorKey key) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorInfo> |
RemoteConnectorInfoManagerImpl.getConnectorInfos() |
Copyright © 2022. All rights reserved.