Package org.spincast.plugins.session
Interface SpincastSessionFactory
public interface SpincastSessionFactory
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new session.createSession
(String sessionId, Instant creationDate, Instant modificationDate, JsonObject attributes) Creates a session from saved infos.
-
Method Details
-
createNewSession
SpincastSession createNewSession()Creates a new session.SpincastSession.isNew()
will returntrue
. -
createSession
SpincastSession createSession(String sessionId, Instant creationDate, Instant modificationDate, JsonObject attributes) Creates a session from saved infos.
-