Uses of Class
org.identityconnectors.framework.common.exceptions.ConfigurationException
Package
Description
-
Uses of ConfigurationException in org.identityconnectors.framework.impl.api
Modifier and TypeMethodDescriptionConnectorInfoManagerFactoryImpl.getLocalManager
(URL... urls) ConnectorInfoManagerFactoryImpl.getLocalManager
(List<URL> urls, ClassLoader bundleParentClassLoader) ConnectorInfoManagerFactoryImpl.getRemoteManager
(RemoteFrameworkConnectionInfo info) -
Uses of ConfigurationException in org.identityconnectors.framework.impl.api.local
Modifier and TypeMethodDescriptionstatic ConnectorMessagesImpl
LocalConnectorInfoManagerImpl.loadMessageCatalog
(Set<String> bundleContents, ClassLoader loader, Class<? extends Connector> connector) 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.ModifierConstructorDescriptionLocalConnectorInfoManagerImpl
(List<URL> bundleURLs, ClassLoader bundleParentClassLoader)