Class GrouperThreadLocalState
java.lang.Object
edu.internet2.middleware.grouper.util.GrouperThreadLocalState
keep state of thread local to propagate to worker threads
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assign current thread locals herestatic void
remove current thread locals (e.g.void
setGrouperProvisioner
(GrouperProvisioner grouperProvisioner) void
store current thread locals here
-
Constructor Details
-
GrouperThreadLocalState
public GrouperThreadLocalState()
-
-
Method Details
-
setGrouperProvisioner
-
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)
-