Class LocalConnectorInfoManagerImpl
java.lang.Object
org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
- All Implemented Interfaces:
ConnectorInfoManager
-
Constructor Summary
ConstructorDescriptionLocalConnectorInfoManagerImpl
(List<URL> bundleURLs, ClassLoader bundleParentClassLoader) -
Method Summary
Modifier and TypeMethodDescriptionstatic APIConfigurationImpl
Create an instance of theAPIConfiguration
object to setup the framework etc..Returns theConnectorInfo
that is associated with the specifiedConnectorKey
.Returns the list ofConnectorInfo
instances.static ConnectorMessagesImpl
loadMessageCatalog
(Set<String> bundleContents, ClassLoader loader, Class<? extends Connector> connector)
-
Constructor Details
-
LocalConnectorInfoManagerImpl
public LocalConnectorInfoManagerImpl(List<URL> bundleURLs, ClassLoader bundleParentClassLoader) throws ConfigurationException - Throws:
ConfigurationException
-
-
Method Details
-
createDefaultAPIConfiguration
Create an instance of theAPIConfiguration
object to setup the framework etc.. -
loadMessageCatalog
public static ConnectorMessagesImpl loadMessageCatalog(Set<String> bundleContents, ClassLoader loader, Class<? extends Connector> connector) throws ConfigurationException - Throws:
ConfigurationException
-
findConnectorInfo
Description copied from interface:ConnectorInfoManager
Returns theConnectorInfo
that is associated with the specifiedConnectorKey
.- Specified by:
findConnectorInfo
in interfaceConnectorInfoManager
- Parameters:
key
- The key of a connector.- Returns:
- The
ConnectorInfo
ornull
if none was associated with the specified key.
-
getConnectorInfos
Description copied from interface:ConnectorInfoManager
Returns the list ofConnectorInfo
instances.- Specified by:
getConnectorInfos
in interfaceConnectorInfoManager
- Returns:
- the list of
ConnectorInfo
instances.
-