OpenICF Common Test Library 1.1.0.1-SNAPSHOT Documentation

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)
           
 

Method Detail

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()

OpenICF Common Test Library 1.1.0.1-SNAPSHOT Documentation

Copyright © 2011-2012 ForgeRock AS. All Rights Reserved.