Class TestImpl
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.TestImpl
- All Implemented Interfaces:
APIOperation
,TestApiOp
Provides a method for the API to call the SPI's test method on the connector.
The test method is intended to determine if the
Connector
is ready to perform the various operations it supports.- Author:
- Will Droste
-
Field Summary
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
-
Constructor Summary
-
Method Summary
Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
getConnector, getNormalizer, getOperationalContext
-
Constructor Details
-
TestImpl
-
-
Method Details
-
test
public void test()Tests theConfiguration
with the connector.
-