com.caucho.security
Class SingleSignonEntry

java.lang.Object
  extended by com.caucho.security.SingleSignonEntry

public class SingleSignonEntry
extends java.lang.Object


Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPrincipal

public java.security.Principal getPrincipal()
Returns the single signon entry


addSession

protected void addSession(SessionImpl session)

logoutSession

protected boolean logoutSession(HttpSession timeoutSession)
Logout only the given session, returning true if it's the last session to logout.


logout

protected void logout()
Logout all sessions