Uses of Enum Class
com.svenruppert.jsentinel.credential.reset.ResetTokenStatus
Packages that use ResetTokenStatus
-
Uses of ResetTokenStatus in com.svenruppert.jsentinel.credential.reset
Subclasses with type arguments of type ResetTokenStatus in com.svenruppert.jsentinel.credential.resetModifier and TypeClassDescriptionenumLifecycle of a stored password-reset token.Methods in com.svenruppert.jsentinel.credential.reset that return ResetTokenStatusModifier and TypeMethodDescriptionResetTokenRecord.status()Returns the value of thestatusrecord component.static ResetTokenStatusReturns the enum constant of this class with the specified name.static ResetTokenStatus[]ResetTokenStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.svenruppert.jsentinel.credential.reset with parameters of type ResetTokenStatusModifier and TypeMethodDescriptionInMemoryResetTokenStore.markConsumedIfCurrent(String selector, ResetTokenStatus expectedStatus) ResetTokenStore.markConsumedIfCurrent(String selector, ResetTokenStatus expectedStatus) Atomically marks the token CONSUMED if its current status still matchesexpectedStatus.InMemoryResetTokenStore.markExpiredIfCurrent(String selector, ResetTokenStatus expectedStatus) ResetTokenStore.markExpiredIfCurrent(String selector, ResetTokenStatus expectedStatus) Atomically marks the token EXPIRED if its current status still matchesexpectedStatus.ResetTokenRecord.withStatus(ResetTokenStatus newStatus) Constructors in com.svenruppert.jsentinel.credential.reset with parameters of type ResetTokenStatusModifierConstructorDescriptionResetTokenRecord(TokenDigestRecord digest, String username, Instant issuedAt, Instant expiresAt, ResetTokenStatus status, long version) Creates an instance of aResetTokenRecordrecord class.