|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogoutHandler
Indicates a class that is able to participate in logout handling.
Called by LogoutFilter.
| Method Summary | |
|---|---|
void |
logout(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication)
Causes a logout to be completed. |
| Method Detail |
|---|
void logout(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication)
request - the HTTP requestresponse - the HTTP resonseauthentication - the current principal details
|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||