Class AuthHelper
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.junit.AuthHelper
-
public class AuthHelper extends Object
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description AuthHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
withAuthentication(Callable<T> callable, ProcessEngine processEngine, String userId, String... groupIds)
-
-
-
Method Detail
-
withAuthentication
public static <T> T withAuthentication(Callable<T> callable, ProcessEngine processEngine, String userId, String... groupIds)
-
-