org.identityconnectors.framework.impl.api.remote
Class RemoteConnectorInfoManagerImpl

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
All Implemented Interfaces:
ConnectorInfoManager

public class RemoteConnectorInfoManagerImpl
extends Object
implements ConnectorInfoManager


Constructor Summary
RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo info)
           
 
Method Summary
 RemoteConnectorInfoManagerImpl derive(RemoteFrameworkConnectionInfo info)
          Derives another RemoteConnectorInfoManagerImpl with a different RemoteFrameworkConnectionInfo but with the same metadata
 ConnectorInfo findConnectorInfo(ConnectorKey key)
           
 List<ConnectorInfo> getConnectorInfos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteConnectorInfoManagerImpl

public RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo info)
                               throws RuntimeException
Throws:
RuntimeException
Method Detail

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.