mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Added Id keyword.
This commit is contained in:
parent
cc5966bc7e
commit
66e586ec67
@ -37,7 +37,7 @@ public interface LogoutHandler {
|
|||||||
* Causes a logout to be completed. The method must complete successfully.
|
* Causes a logout to be completed. The method must complete successfully.
|
||||||
*
|
*
|
||||||
* @param request the HTTP request
|
* @param request the HTTP request
|
||||||
* @param response the HTTP resonse
|
* @param response the HTTP response
|
||||||
* @param authentication the current principal details
|
* @param authentication the current principal details
|
||||||
*/
|
*/
|
||||||
void logout(HttpServletRequest request, HttpServletResponse response, Authentication authentication);
|
void logout(HttpServletRequest request, HttpServletResponse response, Authentication authentication);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user