Uses of Interface
org.identityconnectors.framework.api.ConnectorInfoManager
Package
Description
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
-
Uses of ConnectorInfoManager in org.identityconnectors.contract.test
Modifier and TypeMethodDescriptionstatic ConnectorInfoManager
ConnectorHelper.getInfoManager
(DataProvider dataProvider) Tries to create remote or local manager.Modifier and TypeMethodDescriptionstatic APIConfiguration
ConnectorHelper.getDefaultConfigurationProperties
(DataProvider dataProvider, ConnectorInfoManager manager) -
Uses of ConnectorInfoManager in org.identityconnectors.framework.api
Modifier and TypeMethodDescriptionabstract ConnectorInfoManager
ConnectorInfoManagerFactory.getLocalManager
(URL... urls) Creates theConnectorInfoManager
from a list of bundle URLs.abstract ConnectorInfoManager
ConnectorInfoManagerFactory.getRemoteManager
(RemoteFrameworkConnectionInfo info) Creates theConnectorInfoManager
for a remote framework.abstract ConnectorInfoManager
ConnectorInfoManagerFactory.getUnCheckedRemoteManager
(RemoteFrameworkConnectionInfo info) Creates theConnectorInfoManager
for a remote framework but the connection is not checked and not initialised. -
Uses of ConnectorInfoManager in org.identityconnectors.framework.impl.api
Modifier and TypeMethodDescriptionConnectorInfoManagerFactoryImpl.getLocalManager
(URL... urls) ConnectorInfoManagerFactoryImpl.getLocalManager
(List<URL> urls, ClassLoader bundleParentClassLoader) ConnectorInfoManagerFactoryImpl.getRemoteManager
(RemoteFrameworkConnectionInfo info) ConnectorInfoManagerFactoryImpl.getUnCheckedRemoteManager
(RemoteFrameworkConnectionInfo info) -
Uses of ConnectorInfoManager in org.identityconnectors.framework.impl.api.local
-
Uses of ConnectorInfoManager in org.identityconnectors.framework.impl.api.osgi.internal
Modifier and TypeClassDescriptionclass
The OSGi ConnectorInfoManager Implementation. -
Uses of ConnectorInfoManager in org.identityconnectors.framework.impl.api.remote