|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.security.web.context.HttpRequestResponseHolder
public class HttpRequestResponseHolder
Used to pass the incoming request to SecurityContextRepository.loadContext(HttpRequestResponseHolder)
,
allowing the method to swap the request for a wrapped version, as well as returning the SecurityContext
value.
Constructor Summary | |
---|---|
HttpRequestResponseHolder(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpRequestResponseHolder(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |