Class InMemoryTokenCredentialStore

java.lang.Object
com.svenruppert.jsentinel.credential.propagation.InMemoryTokenCredentialStore
All Implemented Interfaces:
TokenCredentialStore

@ExperimentalJSentinelApi public final class InMemoryTokenCredentialStore extends Object implements TokenCredentialStore
Single-slot in-memory store. Not thread-safe — intended for unit tests and reference tooling. Production code uses the adapter defaults (VaadinSessionTokenCredentialStore, ThreadLocalTokenCredentialStore).
Since:
00.74.00