org.identityconnectors.test.common.spi
Interface TestHelpersSpi
public interface TestHelpersSpi
Private use only, do not implement! Use the methods in
TestHelpers instead.
|
Method Summary |
org.identityconnectors.framework.common.objects.ConnectorMessages |
createDummyMessages()
|
org.identityconnectors.framework.api.APIConfiguration |
createTestConfiguration(Class<? extends org.identityconnectors.framework.spi.Connector> clazz,
org.identityconnectors.framework.spi.Configuration config)
|
void |
fillConfiguration(org.identityconnectors.framework.spi.Configuration config,
Map<String,? extends Object> configData)
|
void |
search(org.identityconnectors.framework.spi.operations.SearchOp<?> search,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.filter.Filter filter,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
|
createTestConfiguration
org.identityconnectors.framework.api.APIConfiguration createTestConfiguration(Class<? extends org.identityconnectors.framework.spi.Connector> clazz,
org.identityconnectors.framework.spi.Configuration config)
fillConfiguration
void fillConfiguration(org.identityconnectors.framework.spi.Configuration config,
Map<String,? extends Object> configData)
search
void search(org.identityconnectors.framework.spi.operations.SearchOp<?> search,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.filter.Filter filter,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
createDummyMessages
org.identityconnectors.framework.common.objects.ConnectorMessages createDummyMessages()
Copyright © 2011-2012 ForgeRock AS. All Rights Reserved.