public class SingleSignonEntry
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected void |
addSession(SessionImpl session) |
java.security.Principal |
getPrincipal()
Returns the single signon entry
|
protected void |
logout()
Logout all sessions
|
protected boolean |
logoutSession(HttpSession timeoutSession)
Logout only the given session, returning true if it's the
last session to logout.
|
public java.security.Principal getPrincipal()
protected void addSession(SessionImpl session)
protected boolean logoutSession(HttpSession timeoutSession)
protected void logout()