Class ConnectorLifecycleUtil
java.lang.Object
org.identityconnectors.framework.impl.api.local.ConnectorLifecycleUtil
Utility methods regarding connector lifecycle (creation, disposal).
Not very clean. But the connector is created at two different places
(ConnectorAPIOperationRunnerProxy and connector pool) without using
common code. Therefore this util is still better than copying the
code to two places or a big code refactoring.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setConnectorInstanceName
(Connector connector, String instanceName)
-
Constructor Details
-
ConnectorLifecycleUtil
public ConnectorLifecycleUtil()
-
-
Method Details
-
setConnectorInstanceName
-