Uses of Interface
com.svenruppert.jsentinel.accountlifecycle.PasswordResetTokenStore
Packages that use PasswordResetTokenStore
-
Uses of PasswordResetTokenStore in com.svenruppert.jsentinel.accountlifecycle
Classes in com.svenruppert.jsentinel.accountlifecycle that implement PasswordResetTokenStoreModifier and TypeClassDescriptionfinal classIn-memoryPasswordResetTokenStorebacked by aConcurrentHashMapkeyed on the token hash.Constructors in com.svenruppert.jsentinel.accountlifecycle with parameters of type PasswordResetTokenStoreModifierConstructorDescriptionPasswordResetService(PasswordResetTokenStore store, PasswordHasher hasher, JSentinelAuditService auditService, JSentinelNotificationSender notificationSender) Convenience constructor: tenantTenantId.DEFAULT, system clock, 256-bit token source.PasswordResetService(PasswordResetTokenStore store, PasswordHasher hasher, JSentinelAuditService auditService, JSentinelNotificationSender notificationSender, TenantId tenant, Clock clock, Supplier<String> tokenSource) Full constructor.