|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.sesat.search.http.filters.UserFilter
public final class UserFilter
Responsible for Persistent User Login. Or "Remember Me" functionality. Based off http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice The user's manual logging in with username and password must be performed in a separate application that fronts to UserService.
| Constructor Summary | |
|---|---|
UserFilter()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy method for this filter. |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
The filter action method. |
void |
init(FilterConfig filterConfig)
Init method for this filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserFilter()
| Method Detail |
|---|
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
doFilter in interface Filterrequest - The servlet request we are processingresponse - The servlet response for the requestchain - The filter chain we are processing
IOException - Thrown if an input/output error occurs
ServletException - Thrown if a servlet error occurspublic void destroy()
destroy in interface Filterpublic void init(FilterConfig filterConfig)
init in interface FilterfilterConfig - the filter configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||