Class InMemoryPasswordResetTokenStore

java.lang.Object
com.svenruppert.jsentinel.accountlifecycle.InMemoryPasswordResetTokenStore
All Implemented Interfaces:
PasswordResetTokenStore

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