Uses of Interface
com.svenruppert.jsentinel.accountlifecycle.JSentinelNotificationSender
Packages that use JSentinelNotificationSender
-
Uses of JSentinelNotificationSender in com.svenruppert.jsentinel.accountlifecycle
Classes in com.svenruppert.jsentinel.accountlifecycle that implement JSentinelNotificationSenderModifier and TypeClassDescriptionfinal classDefaultJSentinelNotificationSenderthat writes a single INFO line per notification — useful for demos and tests that need lifecycle flows to complete without a real mail provider.Constructors in com.svenruppert.jsentinel.accountlifecycle with parameters of type JSentinelNotificationSenderModifierConstructorDescriptionEmailVerificationService(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.PasswordResetService(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.