|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionLogoutService
Logout a specific user from multiple sessions/applications tracked by the service.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 authentication
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |