Class GrouperThreadLocalState

java.lang.Object
edu.internet2.middleware.grouper.util.GrouperThreadLocalState

public class GrouperThreadLocalState extends Object
keep state of thread local to propagate to worker threads
  • Constructor Details

    • GrouperThreadLocalState

      public GrouperThreadLocalState()
  • Method Details

    • setGrouperProvisioner

      public void setGrouperProvisioner(GrouperProvisioner grouperProvisioner)
    • storeCurrentThreadLocals

      public void storeCurrentThreadLocals()
      store current thread locals here
    • assignCurrentThreadLocals

      public void assignCurrentThreadLocals()
      assign current thread locals here
    • removeCurrentThreadLocals

      public static void removeCurrentThreadLocals()
      remove current thread locals (e.g. at end of request)