| java.lang.Object org.josso.agent.SingleSignOnEntry
SingleSignOnEntry | public class SingleSignOnEntry (Code) | | A class representing entries in the cache of authenticated users.
author: Gianluca Brigandi version: CVS $Id: SingleSignOnEntry.java 508 2008-02-18 13:32:29Z sgonzalez $ |
Method Summary | |
public synchronized void | addSession(LocalSession localSession) Associates a Local Session (i.e.: Servlet Container Session) with
the authenticated Single Sign-On Session. | public synchronized LocalSession[] | findSessions() Provides the list of local sessions associated with the Single Sign-on Session. |
lastAccessTime | public long lastAccessTime(Code) | | |
addSession | public synchronized void addSession(LocalSession localSession)(Code) | | Associates a Local Session (i.e.: Servlet Container Session) with
the authenticated Single Sign-On Session.
Parameters: localSession - the local session to be associated with the single sign-on session. |
findSessions | public synchronized LocalSession[] findSessions()(Code) | | Provides the list of local sessions associated with the Single Sign-on Session.
|
|
|