public class RemoteConnectorInfoManagerImpl extends Object implements org.identityconnectors.framework.api.ConnectorInfoManager, org.identityconnectors.common.event.ConnectorEventPublisher, Runnable
| Constructor and Description |
|---|
RemoteConnectorInfoManagerImpl(org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo info) |
RemoteConnectorInfoManagerImpl(org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo info,
boolean loadConnectorInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectorEventHandler(org.identityconnectors.common.event.ConnectorEventHandler hook) |
void |
deleteConnectorEventHandler(org.identityconnectors.common.event.ConnectorEventHandler hook) |
RemoteConnectorInfoManagerImpl |
derive(org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo info)
Derives another RemoteConnectorInfoManagerImpl with a different
RemoteFrameworkConnectionInfo but with the same metadata.
|
org.identityconnectors.framework.api.ConnectorInfo |
findConnectorInfo(org.identityconnectors.framework.api.ConnectorKey key) |
List<org.identityconnectors.framework.api.ConnectorInfo> |
getConnectorInfos() |
List<org.identityconnectors.framework.api.ConnectorKey> |
getConnectorKeys() |
Map<String,Object> |
getServerInfo() |
void |
run() |
public RemoteConnectorInfoManagerImpl(org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo info)
throws RuntimeException
RuntimeExceptionpublic RemoteConnectorInfoManagerImpl(org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo info,
boolean loadConnectorInfo)
throws RuntimeException
RuntimeExceptionpublic RemoteConnectorInfoManagerImpl derive(org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo info)
info - public 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.ConnectorInfoManagerpublic void addConnectorEventHandler(org.identityconnectors.common.event.ConnectorEventHandler hook)
addConnectorEventHandler in interface org.identityconnectors.common.event.ConnectorEventPublisherpublic void deleteConnectorEventHandler(org.identityconnectors.common.event.ConnectorEventHandler hook)
deleteConnectorEventHandler in interface org.identityconnectors.common.event.ConnectorEventPublisherpublic Map<String,Object> getServerInfo() throws RuntimeException
RuntimeExceptionpublic List<org.identityconnectors.framework.api.ConnectorKey> getConnectorKeys() throws RuntimeException
RuntimeExceptionCopyright © 2018. All rights reserved.