Uses of Class
org.identityconnectors.framework.common.exceptions.ConfigurationException
-
Packages that use ConfigurationException Package Description org.identityconnectors.framework.impl.api org.identityconnectors.framework.impl.api.local -
-
Uses of ConfigurationException in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that throw ConfigurationException Modifier and Type Method Description ConnectorInfoManager
ConnectorInfoManagerFactoryImpl. getLocalManager(URL... urls)
ConnectorInfoManager
ConnectorInfoManagerFactoryImpl. getLocalManager(List<URL> urls, ClassLoader bundleParentClassLoader)
ConnectorInfoManager
ConnectorInfoManagerFactoryImpl. getRemoteManager(RemoteFrameworkConnectionInfo info)
-
Uses of ConfigurationException in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local that throw ConfigurationException Modifier and Type Method Description static ConnectorMessagesImpl
LocalConnectorInfoManagerImpl. loadMessageCatalog(Set<String> bundleContents, ClassLoader loader, Class<? extends Connector> connector)
ConnectorBundleManifest
ConnectorBundleManifestParser. parse()
Parses the manifest.static void
WorkingBundleInfo. resolve(List<? extends WorkingBundleInfo> infos)
Populates the effective properties (effectiveClassPath
,effectiveContents
, etc.) while taking into account any embedded bundles.Constructors in org.identityconnectors.framework.impl.api.local that throw ConfigurationException Constructor Description LocalConnectorInfoManagerImpl(List<URL> bundleURLs, ClassLoader bundleParentClassLoader)
-