Class InMemoryEmailVerificationTokenStore

java.lang.Object
com.svenruppert.jsentinel.accountlifecycle.InMemoryEmailVerificationTokenStore
All Implemented Interfaces:
EmailVerificationTokenStore

@ExperimentalJSentinelApi public final class InMemoryEmailVerificationTokenStore extends Object implements EmailVerificationTokenStore
In-memory EmailVerificationTokenStore backed by a ConcurrentHashMap keyed on the token hash.