| Package | Description |
|---|---|
| org.identityconnectors.framework.api |
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
|
| 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. |
Copyright © 2014. All rights reserved.