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