public interface SessionLogoutService
Modifier and Type | Method and Description |
---|---|
void |
addLoginSession(javax.servlet.http.HttpSession session,
org.springframework.security.core.Authentication authentication)
Add a session after the user was authenticated.
|
void |
logout(org.springframework.security.core.Authentication authentication)
Logout the user authenticated by the given authentication object.
|
void addLoginSession(javax.servlet.http.HttpSession session, org.springframework.security.core.Authentication authentication)
session
- the HTTP sessionauthentication
- the successful authenticationvoid logout(org.springframework.security.core.Authentication authentication)
authentication
- the user authenticationBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a