Uses of Class
org.identityconnectors.framework.common.exceptions.ConfigurationException
Packages that use ConfigurationException
Package
Description
-
Uses of ConfigurationException in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that throw ConfigurationExceptionModifier 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
Methods in org.identityconnectors.framework.impl.api.local that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic ConnectorMessagesImplLocalConnectorInfoManagerImpl.loadMessageCatalog(Set<String> bundleContents, ClassLoader loader, Class<? extends Connector> connector) ConnectorBundleManifestParser.parse()Parses the manifest.static voidWorkingBundleInfo.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 ConfigurationExceptionModifierConstructorDescriptionLocalConnectorInfoManagerImpl(List<URL> bundleURLs, ClassLoader bundleParentClassLoader)