Class TstStatefulConnectorConfig
java.lang.Object
org.identityconnectors.framework.spi.AbstractConfiguration
org.identityconnectors.testconnector.TstConnectorConfig
org.identityconnectors.testconnector.TstStatefulConnectorConfig
- All Implemented Interfaces:
Configuration
,StatefulConfiguration
-
Constructor Summary
-
Method Summary
Methods inherited from class org.identityconnectors.testconnector.TstConnectorConfig
getFailValidation, getNumResults, getResetConnectionCount, getTst1Field, getTstField, setFailValidation, setNumResults, setResetConnectionCount, setTst1Field, setTstField, validate
Methods inherited from class org.identityconnectors.framework.spi.AbstractConfiguration
getConnectorMessages, setConnectorMessages
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.identityconnectors.framework.spi.Configuration
getConnectorMessages, setConnectorMessages, validate
-
Constructor Details
-
TstStatefulConnectorConfig
public TstStatefulConnectorConfig()
-
-
Method Details
-
getGuid
-
release
public void release()Description copied from interface:StatefulConfiguration
Release any allocated resources.- Specified by:
release
in interfaceStatefulConfiguration
-