public final class SimpleInMemoryStore extends Object implements ProcessStore
Constructor and Description |
---|
SimpleInMemoryStore()
Creates a new basic local storage instance.
|
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
JsonValue state)
Adds the state into the store against the key.
|
JsonValue |
remove(String key)
Removes the state out of the store.
|
public SimpleInMemoryStore()
public JsonValue remove(String key)
ProcessStore
remove
in interface ProcessStore
key
- key used to index the statepublic void add(String key, JsonValue state)
ProcessStore
add
in interface ProcessStore
key
- key used to index the statestate
- the stateCopyright © 2025 Open Identity Platform Community. All rights reserved.