Uses of Interface
org.identityconnectors.framework.api.ConnectorInfoManager
Packages that use 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
Methods in org.identityconnectors.contract.test that return ConnectorInfoManagerModifier and TypeMethodDescriptionstatic ConnectorInfoManagerConnectorHelper.getInfoManager(DataProvider dataProvider) Tries to create remote or local manager.Methods in org.identityconnectors.contract.test with parameters of type ConnectorInfoManagerModifier and TypeMethodDescriptionstatic APIConfigurationConnectorHelper.getDefaultConfigurationProperties(DataProvider dataProvider, ConnectorInfoManager manager) -
Uses of ConnectorInfoManager in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return ConnectorInfoManagerModifier and TypeMethodDescriptionabstract ConnectorInfoManagerConnectorInfoManagerFactory.getLocalManager(URL... urls) Creates theConnectorInfoManagerfrom a list of bundle URLs.abstract ConnectorInfoManagerConnectorInfoManagerFactory.getRemoteManager(RemoteFrameworkConnectionInfo info) Creates theConnectorInfoManagerfor a remote framework.abstract ConnectorInfoManagerConnectorInfoManagerFactory.getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo info) Creates theConnectorInfoManagerfor a remote framework but the connection is not checked and not initialised. -
Uses of ConnectorInfoManager in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return ConnectorInfoManagerModifier 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
Classes in org.identityconnectors.framework.impl.api.local that implement ConnectorInfoManager -
Uses of ConnectorInfoManager in org.identityconnectors.framework.impl.api.osgi.internal
Classes in org.identityconnectors.framework.impl.api.osgi.internal that implement ConnectorInfoManagerModifier and TypeClassDescriptionclassThe OSGi ConnectorInfoManager Implementation. -
Uses of ConnectorInfoManager in org.identityconnectors.framework.impl.api.remote
Classes in org.identityconnectors.framework.impl.api.remote that implement ConnectorInfoManager