Package org.forgerock.selfservice.core
Interface ProcessStore
public interface ProcessStore
Process store is used to persist state throughout a given flow cycle.
- Since:
- 0.1.0
-
Method Summary
-
Method Details
-
add
Adds the state into the store against the key.- Parameters:
key- key used to index the statestate- the state
-
remove
Removes the state out of the store.- Parameters:
key- key used to index the state- Returns:
- the state
-