com.atlassian.crowd.manager.threadlocal
Class ThreadLocalState

java.lang.Object
  extended by 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 Summary
ThreadLocalState(org.springframework.security.core.context.SecurityContext securityContext, com.opensymphony.xwork.ActionContext actionContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 com.opensymphony.xwork.ActionContext getActionContext()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
 org.springframework.security.core.context.SecurityContext getSecurityContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalState

public ThreadLocalState(org.springframework.security.core.context.SecurityContext securityContext,
                        com.opensymphony.xwork.ActionContext actionContext,
                        javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
Method Detail

getSecurityContext

public org.springframework.security.core.context.SecurityContext getSecurityContext()

getActionContext

public com.opensymphony.xwork.ActionContext getActionContext()

getRequest

public javax.servlet.http.HttpServletRequest getRequest()

getResponse

public javax.servlet.http.HttpServletResponse getResponse()


Copyright © 2013 Atlassian. All Rights Reserved.