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