Uses of Class
com.atlassian.crowd.manager.threadlocal.ThreadLocalState
Packages that use ThreadLocalState
-
Uses of ThreadLocalState in com.atlassian.crowd.manager.threadlocal
Methods in com.atlassian.crowd.manager.threadlocal that return ThreadLocalStateModifier and TypeMethodDescriptionCrowdThreadLocalStateAccessor.getState()ThreadLocalStateAccessor.getState()Return the state of all the thread locals for the current thread.Methods in com.atlassian.crowd.manager.threadlocal with parameters of type ThreadLocalStateModifier and TypeMethodDescriptionvoidCrowdThreadLocalStateAccessor.setState(ThreadLocalState state) voidThreadLocalStateAccessor.setState(ThreadLocalState state) Set the thread locals of the current thread with the values contained in the supplied state. -
Uses of ThreadLocalState in com.atlassian.sal.crowd.executor
Methods in com.atlassian.sal.crowd.executor that return ThreadLocalStateMethods in com.atlassian.sal.crowd.executor with parameters of type ThreadLocalStateModifier and TypeMethodDescriptionvoidCrowdThreadLocalContextManager.setThreadLocalContext(ThreadLocalState context)