public interface TestHelpersSpi
TestHelpers instead.| Modifier and Type | Method and Description |
|---|---|
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) |
org.identityconnectors.framework.api.APIConfiguration |
createTestConfiguration(Class<? extends org.identityconnectors.framework.spi.Connector> clazz,
Set<String> bundleContents,
PropertyBag configData,
String prefix) |
void |
fillConfiguration(org.identityconnectors.framework.spi.Configuration config,
Map<String,? extends Object> configData) |
org.identityconnectors.framework.common.objects.SearchResult |
search(org.identityconnectors.framework.spi.operations.SearchOp<?> search,
org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.filter.Filter filter,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options) |
org.identityconnectors.framework.api.APIConfiguration createTestConfiguration(Class<? extends org.identityconnectors.framework.spi.Connector> clazz, org.identityconnectors.framework.spi.Configuration config)
org.identityconnectors.framework.api.APIConfiguration createTestConfiguration(Class<? extends org.identityconnectors.framework.spi.Connector> clazz, Set<String> bundleContents, PropertyBag configData, String prefix)
void fillConfiguration(org.identityconnectors.framework.spi.Configuration config,
Map<String,? extends Object> configData)
org.identityconnectors.framework.common.objects.SearchResult search(org.identityconnectors.framework.spi.operations.SearchOp<?> search,
org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.filter.Filter filter,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
org.identityconnectors.framework.common.objects.ConnectorMessages createDummyMessages()
Copyright © 2018. All rights reserved.