Package dev.relism.flash.ext.security
Class InMemorySessionStore
java.lang.Object
dev.relism.flash.ext.security.InMemorySessionStore
- All Implemented Interfaces:
SessionStore
One instance's sessions, lost on restart. Expired ones are swept whenever a session is saved.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InMemorySessionStore
public InMemorySessionStore()
-
-
Method Details
-
save
- Specified by:
savein interfaceSessionStore
-
find
Description copied from interface:SessionStoreThe session, ornull.- Specified by:
findin interfaceSessionStore
-
delete
- Specified by:
deletein interfaceSessionStore
-