Class ThreadLocalState

java.lang.Object
com.atlassian.crowd.manager.threadlocal.ThreadLocalState

public class ThreadLocalState extends Object
Contains the state of the different thread locals in the application.
Since:
v2.7
  • 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

      public RequestContext getRequestContext()