org.identityconnectors.framework.impl.api.local.operations
Class OperationalContext

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.OperationalContext
Direct Known Subclasses:
ConnectorOperationalContext

public class OperationalContext
extends Object

OperationalContext - base class for operations that do not require a connector instance.


Constructor Summary
OperationalContext(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
           
 
Method Summary
 Configuration getConfiguration()
           
protected  LocalConnectorInfoImpl getConnectorInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationalContext

public OperationalContext(LocalConnectorInfoImpl connectorInfo,
                          APIConfigurationImpl apiConfiguration)
Method Detail

getConfiguration

public Configuration getConfiguration()

getConnectorInfo

protected LocalConnectorInfoImpl getConnectorInfo()


Copyright © 2011. All Rights Reserved.