Uses of Record Class
com.svenruppert.jsentinel.accountlifecycle.PasswordResetTokenRecord
Packages that use PasswordResetTokenRecord
-
Uses of PasswordResetTokenRecord in com.svenruppert.jsentinel.accountlifecycle
Methods in com.svenruppert.jsentinel.accountlifecycle that return PasswordResetTokenRecordModifier and TypeMethodDescriptionPasswordResetService.IssuedToken.record()Returns the value of therecordrecord component.PasswordResetTokenRecord.withConsumedAt(Instant at) Returns a copy withPasswordResetTokenRecord.consumedAt()set toat— the canonical way to mark a token consumed.Methods in com.svenruppert.jsentinel.accountlifecycle that return types with arguments of type PasswordResetTokenRecordModifier and TypeMethodDescriptionMarks the supplied plain token consumed and publishes aPasswordResetCompletedaudit + aJSentinelNotification.Kind.PASSWORD_RESET_COMPLETEDnotification.InMemoryPasswordResetTokenStore.findByHash(String tokenHash) PasswordResetTokenStore.findByHash(String tokenHash) Looks up a token record by its hash.Validates a candidate plain token.Methods in com.svenruppert.jsentinel.accountlifecycle with parameters of type PasswordResetTokenRecordModifier and TypeMethodDescriptionvoidInMemoryPasswordResetTokenStore.save(PasswordResetTokenRecord record) voidPasswordResetTokenStore.save(PasswordResetTokenRecord record) Persists or replaces the supplied token record (keyed onPasswordResetTokenRecord.tokenHash()).Constructors in com.svenruppert.jsentinel.accountlifecycle with parameters of type PasswordResetTokenRecordModifierConstructorDescriptionIssuedToken(String plainToken, PasswordResetTokenRecord record) Validates the components.