public class LocalConnectorInfoManagerImpl extends Object implements org.identityconnectors.framework.api.ConnectorInfoManager
| Constructor and Description |
|---|
LocalConnectorInfoManagerImpl(List<URL> bundleURLs,
ClassLoader bundleParentClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
static APIConfigurationImpl |
createDefaultAPIConfiguration(LocalConnectorInfoImpl localInfo)
Create an instance of the
APIConfiguration object to setup the
framework etc.. |
org.identityconnectors.framework.api.ConnectorInfo |
findConnectorInfo(org.identityconnectors.framework.api.ConnectorKey key) |
List<org.identityconnectors.framework.api.ConnectorInfo> |
getConnectorInfos() |
static ConnectorMessagesImpl |
loadMessageCatalog(Set<String> bundleContents,
ClassLoader loader,
Class<? extends org.identityconnectors.framework.spi.Connector> connector) |
public LocalConnectorInfoManagerImpl(List<URL> bundleURLs, ClassLoader bundleParentClassLoader) throws org.identityconnectors.framework.common.exceptions.ConfigurationException
org.identityconnectors.framework.common.exceptions.ConfigurationExceptionpublic static APIConfigurationImpl createDefaultAPIConfiguration(LocalConnectorInfoImpl localInfo)
APIConfiguration object to setup the
framework etc..public static ConnectorMessagesImpl loadMessageCatalog(Set<String> bundleContents, ClassLoader loader, Class<? extends org.identityconnectors.framework.spi.Connector> connector) throws org.identityconnectors.framework.common.exceptions.ConfigurationException
org.identityconnectors.framework.common.exceptions.ConfigurationExceptionpublic org.identityconnectors.framework.api.ConnectorInfo findConnectorInfo(org.identityconnectors.framework.api.ConnectorKey key)
findConnectorInfo in interface org.identityconnectors.framework.api.ConnectorInfoManagerpublic List<org.identityconnectors.framework.api.ConnectorInfo> getConnectorInfos()
getConnectorInfos in interface org.identityconnectors.framework.api.ConnectorInfoManagerCopyright © 2018. All rights reserved.