Class AuthHelper


  • public class AuthHelper
    extends java.lang.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​(java.util.concurrent.Callable<T> callable, ProcessEngine processEngine, java.lang.String userId, java.lang.String... groupIds)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthHelper

        public AuthHelper()
    • Method Detail

      • withAuthentication

        public static <T> T withAuthentication​(java.util.concurrent.Callable<T> callable,
                                               ProcessEngine processEngine,
                                               java.lang.String userId,
                                               java.lang.String... groupIds)