Uses of Class
org.identityconnectors.test.common.PropertyBag
-
Packages that use PropertyBag Package Description org.identityconnectors.test.common org.identityconnectors.test.common.spi -
-
Uses of PropertyBag in org.identityconnectors.test.common
Methods in org.identityconnectors.test.common that return PropertyBag Modifier and Type Method Description static PropertyBagTestHelpers. getProperties(Class<?> clazz)Loads Property bag for the specified class.static PropertyBagTestHelpers. getProperties(Class<?> clazz, String environment)Loads Property bag for the specified class.Methods in org.identityconnectors.test.common with parameters of type PropertyBag Modifier and Type Method Description static org.identityconnectors.framework.api.APIConfigurationTestHelpers. createTestConfiguration(Class<? extends org.identityconnectors.framework.spi.Connector> clazz, PropertyBag configData, String prefix)Method for convenient testing of local connectors. -
Uses of PropertyBag in org.identityconnectors.test.common.spi
Methods in org.identityconnectors.test.common.spi with parameters of type PropertyBag Modifier and Type Method Description org.identityconnectors.framework.api.APIConfigurationTestHelpersSpi. createTestConfiguration(Class<? extends org.identityconnectors.framework.spi.Connector> clazz, Set<String> bundleContents, PropertyBag configData, String prefix)
-