| java.lang.Object |
| ↳ |
com.atlassian.core.filters.AbstractHttpFilter |
| |
↳ |
com.atlassian.confluence.util.UserThreadLocalFilter |
Class Overview
Makes sure the current user is always in the AuthenticatedUserThreadLocal at the beginning of a request, and is cleared
at the end.
Obviously, this filter can only be run after Seraph gets its grubby little paws on the request.
Summary
| Public Methods |
|
void
|
doFilter(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
|
|
[Expand]
Inherited Methods |
From class
com.atlassian.core.filters.AbstractHttpFilter
|
void
|
destroy()
|
|
final
void
|
doFilter(ServletRequest arg0, ServletResponse arg1, FilterChain arg2)
|
|
abstract
void
|
doFilter(HttpServletRequest arg0, HttpServletResponse arg1, FilterChain arg2)
|
|
void
|
init(FilterConfig arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
javax.servlet.Filter
|
abstract
void
|
destroy()
|
|
abstract
void
|
doFilter(ServletRequest arg0, ServletResponse arg1, FilterChain arg2)
|
|
abstract
void
|
init(FilterConfig arg0)
|
|
Fields
Public Constructors
public
UserThreadLocalFilter
()
Public Methods
public
void
doFilter
(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
Protected Methods