Class OperationalContext
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.OperationalContext
- Direct Known Subclasses:
ConnectorOperationalContext
OperationalContext - base class for operations that do not require a
connector instance.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final APIConfigurationImpl
Contains theConnector
Configuration
.protected final LocalConnectorInfoImpl
ConnectorInfo -
Constructor Summary
ConstructorDescriptionOperationalContext
(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration) Creates a new OperationalContext but it does not initiates the Configuration because thegetConnectorInfo()
method must do it when it's called from a block where the classloader of the Thread is set to Connector. -
Method Summary
-
Field Details
-
connectorInfo
ConnectorInfo -
apiConfiguration
Contains theConnector
Configuration
.
-
-
Constructor Details
-
OperationalContext
public OperationalContext(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration) Creates a new OperationalContext but it does not initiates the Configuration because thegetConnectorInfo()
method must do it when it's called from a block where the classloader of the Thread is set to Connector.- Parameters:
connectorInfo
-apiConfiguration
-
-
-
Method Details
-
getConfiguration
-
getConnectorInfo
-
getResultsHandlerConfiguration
-
dispose
public void dispose()
-