@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class MutableLogoutFilter extends LogoutFilter
| Modifiers | Name | Description |
|---|---|---|
protected static class |
MutableLogoutFilter.DummyLogoutHandler |
Null logout handler that's used to provide a non-empty list of handlers to the base class. |
| Modifiers | Name | Description |
|---|---|---|
protected LogoutSuccessHandler |
logoutSuccessHandler |
| Type | Name and description |
|---|---|
java.util.List<LogoutHandler> |
handlersDependency injection for the logout handlers. |
| Constructor and description |
|---|
MutableLogoutFilter(LogoutSuccessHandler successHandler)Constructor. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
doFilter(ServletRequest req, ServletResponse res, FilterChain chain) |
Dependency injection for the logout handlers.
Constructor.
successHandler - the logout success handler