Uses of Record Class
com.svenruppert.jsentinel.accountlifecycle.EmailVerificationTokenRecord
Packages that use EmailVerificationTokenRecord
-
Uses of EmailVerificationTokenRecord in com.svenruppert.jsentinel.accountlifecycle
Methods in com.svenruppert.jsentinel.accountlifecycle that return EmailVerificationTokenRecordModifier and TypeMethodDescriptionEmailVerificationService.IssuedToken.record()Returns the value of therecordrecord component.EmailVerificationTokenRecord.withConsumedAt(Instant at) Returns a copy withEmailVerificationTokenRecord.consumedAt()set toat.Methods in com.svenruppert.jsentinel.accountlifecycle that return types with arguments of type EmailVerificationTokenRecordModifier and TypeMethodDescriptionMarks the token consumed exactly once, emitsEmailVerifiedand aJSentinelNotification.Kind.EMAIL_VERIFIEDnotification.EmailVerificationTokenStore.findByHash(String tokenHash) Looks up a token record by its hash.InMemoryEmailVerificationTokenStore.findByHash(String tokenHash) Validates a candidate plain token.Methods in com.svenruppert.jsentinel.accountlifecycle with parameters of type EmailVerificationTokenRecordModifier and TypeMethodDescriptionvoidEmailVerificationTokenStore.save(EmailVerificationTokenRecord record) Persists or replaces the supplied token record (keyed onEmailVerificationTokenRecord.tokenHash()).voidInMemoryEmailVerificationTokenStore.save(EmailVerificationTokenRecord record) Constructors in com.svenruppert.jsentinel.accountlifecycle with parameters of type EmailVerificationTokenRecordModifierConstructorDescriptionIssuedToken(String plainToken, EmailVerificationTokenRecord record) Validates the components.