Class AuthHelper
java.lang.Object
org.camunda.bpm.qa.performance.engine.junit.AuthHelper
- Author:
- Daniel Meyer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> TwithAuthentication(Callable<T> callable, ProcessEngine processEngine, String userId, String... groupIds) 
- 
Constructor Details- 
AuthHelperpublic AuthHelper()
 
- 
- 
Method Details- 
withAuthenticationpublic static <T> T withAuthentication(Callable<T> callable, ProcessEngine processEngine, String userId, String... groupIds) 
 
-