public interface PushedAuthzRequestStoreProvider extends Provider
Modifier and Type | Method and Description |
---|---|
void |
put(UUID key,
int lifespanSeconds,
Map<String,String> codeData)
Stores the given data and guarantees that data should be available in the store for at least the time specified by parameter.
|
Map<String,String> |
remove(UUID key)
This method returns data just if removal was successful.
|
void put(UUID key, int lifespanSeconds, Map<String,String> codeData)
key
- unique identifierlifespanSeconds
- time to livecodeData
- the data to storeMap<String,String> remove(UUID key)
key
- unique identifierCopyright © 2021 JBoss by Red Hat. All rights reserved.