Class ThreadLocalState
java.lang.Object
com.atlassian.crowd.manager.threadlocal.ThreadLocalState
Contains the state of the different thread locals in the application.
- Since:
- v2.7
-
Constructor Summary
ConstructorsConstructorDescriptionThreadLocalState(org.springframework.security.core.context.SecurityContext securityContext, com.opensymphony.xwork2.ActionContext actionContext, RequestContext requestContext) -
Method Summary
Modifier and TypeMethodDescriptioncom.opensymphony.xwork2.ActionContextorg.springframework.security.core.context.SecurityContext
-
Constructor Details
-
ThreadLocalState
public ThreadLocalState(org.springframework.security.core.context.SecurityContext securityContext, com.opensymphony.xwork2.ActionContext actionContext, RequestContext requestContext)
-
-
Method Details
-
getSecurityContext
public org.springframework.security.core.context.SecurityContext getSecurityContext() -
getActionContext
public com.opensymphony.xwork2.ActionContext getActionContext() -
getRequestContext
-