Uses of Interface
org.identityconnectors.framework.api.ConnectorInfoManager
-
Packages that use ConnectorInfoManager Package Description org.identityconnectors.contract.test 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 -
-
Uses of ConnectorInfoManager in org.identityconnectors.contract.test
Methods in org.identityconnectors.contract.test that return ConnectorInfoManager Modifier and Type Method Description static ConnectorInfoManager
ConnectorHelper. getInfoManager(DataProvider dataProvider)
Tries to create remote or local manager.Methods in org.identityconnectors.contract.test with parameters of type ConnectorInfoManager Modifier and Type Method Description static APIConfiguration
ConnectorHelper. getDefaultConfigurationProperties(DataProvider dataProvider, ConnectorInfoManager manager)
-
Uses of ConnectorInfoManager in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return ConnectorInfoManager Modifier and Type Method Description abstract 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
Methods in org.identityconnectors.framework.impl.api that return ConnectorInfoManager Modifier and Type Method Description ConnectorInfoManager
ConnectorInfoManagerFactoryImpl. getLocalManager(URL... urls)
ConnectorInfoManager
ConnectorInfoManagerFactoryImpl. getLocalManager(List<URL> urls, ClassLoader bundleParentClassLoader)
ConnectorInfoManager
ConnectorInfoManagerFactoryImpl. getRemoteManager(RemoteFrameworkConnectionInfo info)
ConnectorInfoManager
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 Modifier and Type Class Description class
LocalConnectorInfoManagerImpl
-
Uses of ConnectorInfoManager in org.identityconnectors.framework.impl.api.osgi.internal
Classes in org.identityconnectors.framework.impl.api.osgi.internal that implement ConnectorInfoManager Modifier and Type Class Description class
OsgiConnectorInfoManagerImpl
The OSGi ConnectorInfoManager Implementation. -
Uses of ConnectorInfoManager in org.identityconnectors.framework.impl.api.remote
Classes in org.identityconnectors.framework.impl.api.remote that implement ConnectorInfoManager Modifier and Type Class Description class
RemoteConnectorInfoManagerImpl
-