Class TstStatefulConnectorConfig
- java.lang.Object
-
- org.identityconnectors.framework.spi.AbstractConfiguration
-
- org.identityconnectors.testconnector.TstConnectorConfig
-
- org.identityconnectors.testconnector.TstStatefulConnectorConfig
-
- All Implemented Interfaces:
Configuration
,StatefulConfiguration
public class TstStatefulConnectorConfig extends TstConnectorConfig implements StatefulConfiguration
-
-
Constructor Summary
Constructors Constructor Description TstStatefulConnectorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getGuid()
void
release()
Release any allocated resources.-
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
-
-
-
-
Method Detail
-
getGuid
public UUID getGuid()
-
release
public void release()
Description copied from interface:StatefulConfiguration
Release any allocated resources.- Specified by:
release
in interfaceStatefulConfiguration
-
-