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
public class TestImpl extends ConnectorAPIOperationRunner implements 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 theConnector
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
Constructors Constructor Description TestImpl(ConnectorOperationalContext context, Connector connector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test()
Tests theConfiguration
with the connector.-
Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
getConnector, getNormalizer, getOperationalContext
-
-
-
-
Constructor Detail
-
TestImpl
public TestImpl(ConnectorOperationalContext context, Connector connector)
-
-
Method Detail
-
test
public void test()
Tests theConfiguration
with the connector.
-
-