org.identityconnectors.framework.impl.api.remote
Class RemoteConnectorInfoManagerImpl
java.lang.Object
org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
- All Implemented Interfaces:
- ConnectorInfoManager
public class RemoteConnectorInfoManagerImpl
- extends Object
- implements ConnectorInfoManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteConnectorInfoManagerImpl
public RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo info)
throws RuntimeException
- Throws:
RuntimeException
derive
public RemoteConnectorInfoManagerImpl derive(RemoteFrameworkConnectionInfo info)
- Derives another RemoteConnectorInfoManagerImpl with
a different RemoteFrameworkConnectionInfo but with the
same metadata
- Parameters:
info -
- Returns:
findConnectorInfo
public ConnectorInfo findConnectorInfo(ConnectorKey key)
- Specified by:
findConnectorInfo in interface ConnectorInfoManager
getConnectorInfos
public List<ConnectorInfo> getConnectorInfos()
- Specified by:
getConnectorInfos in interface ConnectorInfoManager
Copyright © 2011. All Rights Reserved.