public interface SamlArtifactSessionMappingStoreProvider extends Provider
ActionTokenStoreProvider
, however it may reuse some components (eg. same infinispan cache)Modifier and Type | Method and Description |
---|---|
SamlArtifactSessionMappingModel |
get(String artifact)
This method returns session mapping associated with the given
|
void |
put(String artifact,
int lifespanSeconds,
AuthenticatedClientSessionModel clientSessionModel)
Stores the given data and guarantees that data should be available in the store for at least the time specified by parameter
|
void |
remove(String artifact)
Removes data for the given from the store
|
void put(String artifact, int lifespanSeconds, AuthenticatedClientSessionModel clientSessionModel)
artifact
- lifespanSeconds
- clientSessionModel
- SamlArtifactSessionMappingModel get(String artifact)
artifact
- null
if it does not exist.void remove(String artifact)
artifact
- Copyright © 2021 JBoss by Red Hat. All rights reserved.