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

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sso/providers/stateless/
H A DStatelessSession.java31 * The <code>StatelessSession</code> class represents a stateless session. It is a simple overridden version of
34 public class StatelessSession extends Session { class in inherits:Session
39 public StatelessSession(SessionID sid, SessionInfo sessionInfo) throws SessionException { method in class:StatelessSession
69 * Because StatelessSession state is immutable and encapsulated in the jwt, Session#update is called from the StatelessSession ctor, which updates
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sso/providers/stateless/
H A DStatelessSession.java39 * The <code>StatelessSession</code> class represents a stateless session. It is a simple overridden version of
42 public class StatelessSession extends Session { class in inherits:Session
61 public StatelessSession(SessionID sid, SessionInfo sessionInfo, StatelessSessionManager statelessSessionManager) method in class:StatelessSession
87 * Because StatelessSession state is immutable and encapsulated in the jwt, Session#update is called from the StatelessSession ctor, which updates
128 .error("StatelessSession.getID: Unable to regenerate session id", e);

Completed in 28 milliseconds