Package com.flowable.idm.engine.test
Class PlatformIdmTestHelper
java.lang.Object
com.flowable.idm.engine.test.PlatformIdmTestHelper
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<UserAccountDefinition>protected List<UserDefinition>protected List<UserAccountDefinition>protected List<UserDefinition>protected final CoreIdmEngine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidregisterUserAccountDefinitions(Class<?> testClass, UserAccountDefinitionDeployment userAccountDefinitionDeployment) protected voidregisterUserAccountDefinitions(Class<?> testClass, Method method, UserAccountDefinitionDeployment userAccountDefinitionDeployment) protected List<UserAccountDefinition>registerUserAccountDefinitions(String[] resources, String tenantId) protected voidregisterUserDefinitions(Class<?> testClass, UserDefinitionDeployment userDefinitionDeployment) protected voidregisterUserDefinitions(Class<?> testClass, UserDefinitionDeployments userDefinitionDeployments) protected voidregisterUserDefinitions(Class<?> testClass, Method method, UserDefinitionDeployment userDefinitionDeployment) protected List<UserDefinition>registerUserDefinitions(String[] resources, String tenantId) voidsetClassUserAccountDefinitions(List<UserAccountDefinition> classUserAccountDefinitions) voidsetClassUserDefinitions(List<UserDefinition> classUserDefinitions) voidsetMethodUserAccountDefinitions(List<UserAccountDefinition> methodUserAccountDefinitions) voidsetMethodUserDefinitions(List<UserDefinition> methodUserDefinitions)
-
Field Details
-
platformIdmEngine
-
classUserDefinitions
-
methodUserDefinitions
-
classUserAccountDefinitions
-
methodUserAccountDefinitions
-
-
Constructor Details
-
PlatformIdmTestHelper
-
-
Method Details
-
getPlatformIdmEngine
-
getClassUserDefinitions
-
setClassUserDefinitions
-
getMethodUserDefinitions
-
setMethodUserDefinitions
-
getClassUserAccountDefinitions
-
setClassUserAccountDefinitions
-
getMethodUserAccountDefinitions
-
setMethodUserAccountDefinitions
public void setMethodUserAccountDefinitions(List<UserAccountDefinition> methodUserAccountDefinitions) -
registerUserDefinitions
protected void registerUserDefinitions(Class<?> testClass, UserDefinitionDeployments userDefinitionDeployments) -
registerUserDefinitions
protected void registerUserDefinitions(Class<?> testClass, UserDefinitionDeployment userDefinitionDeployment) -
registerUserDefinitions
protected void registerUserDefinitions(Class<?> testClass, Method method, UserDefinitionDeployment userDefinitionDeployment) -
registerUserDefinitions
-
registerUserAccountDefinitions
protected void registerUserAccountDefinitions(Class<?> testClass, UserAccountDefinitionDeployment userAccountDefinitionDeployment) -
registerUserAccountDefinitions
protected void registerUserAccountDefinitions(Class<?> testClass, Method method, UserAccountDefinitionDeployment userAccountDefinitionDeployment) -
registerUserAccountDefinitions
protected List<UserAccountDefinition> registerUserAccountDefinitions(String[] resources, String tenantId) -
deleteMethodDefinitions
protected void deleteMethodDefinitions() -
deleteClassDefinitions
protected void deleteClassDefinitions()
-