Uses of Interface
com.svenruppert.jsentinel.credential.reset.ResetTokenUpdateResult
Packages that use ResetTokenUpdateResult
-
Uses of ResetTokenUpdateResult in com.svenruppert.jsentinel.credential.reset
Classes in com.svenruppert.jsentinel.credential.reset that implement ResetTokenUpdateResultModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in com.svenruppert.jsentinel.credential.reset that return ResetTokenUpdateResultModifier 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.