| 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 |
|---|---|
abstract ConnectorInfoManager |
ConnectorInfoManagerFactory.getLocalManager(URL... urls)
Creates the
ConnectorInfoManager from a list of bundle URLs. |
abstract ConnectorInfoManager |
ConnectorInfoManagerFactory.getRemoteManager(RemoteFrameworkConnectionInfo info)
Creates the
ConnectorInfoManager for a remote framework. |
abstract ConnectorInfoManager |
ConnectorInfoManagerFactory.getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo info)
Creates the
ConnectorInfoManager for a remote framework but
the connection is not checked and not initialised. |
Copyright © 2014. All rights reserved.