Class LocalConnectorInfoManagerImpl
java.lang.Object
org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
- All Implemented Interfaces:
ConnectorInfoManager
-
Constructor Summary
ConstructorsConstructorDescriptionLocalConnectorInfoManagerImpl(List<URL> bundleURLs, ClassLoader bundleParentClassLoader) -
Method Summary
Modifier and TypeMethodDescriptionstatic APIConfigurationImplCreate an instance of theAPIConfigurationobject to setup the framework etc..Returns theConnectorInfothat is associated with the specifiedConnectorKey.Returns the list ofConnectorInfoinstances.static ConnectorMessagesImplloadMessageCatalog(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 theAPIConfigurationobject 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:ConnectorInfoManagerReturns theConnectorInfothat is associated with the specifiedConnectorKey.- Specified by:
findConnectorInfoin interfaceConnectorInfoManager- Parameters:
key- The key of a connector.- Returns:
- The
ConnectorInfoornullif none was associated with the specified key.
-
getConnectorInfos
Description copied from interface:ConnectorInfoManagerReturns the list ofConnectorInfoinstances.- Specified by:
getConnectorInfosin interfaceConnectorInfoManager- Returns:
- the list of
ConnectorInfoinstances.
-