Package com.intuit.karate.http
Class JvmSessionStore
- java.lang.Object
-
- com.intuit.karate.http.JvmSessionStore
-
- All Implemented Interfaces:
SessionStore
public class JvmSessionStore extends Object implements SessionStore
- Author:
- pthomas3
-
-
Field Summary
Fields Modifier and Type Field Description static SessionStoreINSTANCE
-
-
-
Field Detail
-
INSTANCE
public static final SessionStore INSTANCE
-
-
Method Detail
-
create
public Session create(long now, long expires)
- Specified by:
createin interfaceSessionStore
-
get
public Session get(String id)
- Specified by:
getin interfaceSessionStore
-
save
public void save(Session session)
- Specified by:
savein interfaceSessionStore
-
delete
public void delete(String id)
- Specified by:
deletein interfaceSessionStore
-
-