Searched defs:InternalSession (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java25 * $Id: InternalSession.java,v 1.21 2009/03/20 21:05:25 weisun2 Exp $
77 * The <code>InternalSession</code> class represents a Webtop internal session.
84 public class InternalSession implements Serializable, AMSession, SessionPersistenceObservable { class in inherits:Serializable,AMSession,SessionPersistenceObservable
176 * Note: This InternalSession will be in an invalid state.
183 InternalSession( method in class:InternalSession
199 * Creates a new InternalSession with the given Session ID.
201 * Note: This InternalSession will be in an invalid state.
205 public InternalSession(SessionID sid) { method in class:InternalSession
221 * {@link InternalSession#setSessionServiceDependencies(SessionService, SessionServiceConfig,
224 public InternalSession() { method in class:InternalSession
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java25 * $Id: InternalSession.java,v 1.21 2009/03/20 21:05:25 weisun2 Exp $
81 * The <code>InternalSession</code> class represents a Webtop internal
95 public class InternalSession implements TaskRunnable, Serializable { class in inherits:TaskRunnable,Serializable
144 * LoginState) within the InternalSession object. There are a few
360 * Note: This InternalSession will be in an invalid state.
366 public InternalSession(SessionID sid, method in class:InternalSession
386 * Creates a new InternalSession with the given Session ID.
388 * Note: This InternalSession will be in an invalid state.
392 public InternalSession(SessionID sid) { method in class:InternalSession
409 * {@link com.iplanet.dpro.session.service.InternalSession#setSessionServiceDependencie
413 public InternalSession() {} method in class:InternalSession
[all...]

Completed in 988 milliseconds