Package com.svenruppert.jsentinel.credential.store
package com.svenruppert.jsentinel.credential.store
-
ClassDescriptionPersisted credential row, returned by
CredentialStorereads and used as the compare-and-swap witness on writes.Lifecycle state of a stored credential.Persistence-neutral credential store.Outcome of a compare-and-swap update against theCredentialStore.No record existed under the supplied username.The witness did not match the persisted record.The CAS succeeded;newRecordis the value now stored.In-memoryCredentialStorebacked byConcurrentHashMap, suitable for tests, demos and small single-node deployments.