Record Class CredentialUpdateResult.Stale
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.store.CredentialUpdateResult.Stale
- All Implemented Interfaces:
CredentialUpdateResult
- Enclosing interface:
CredentialUpdateResult
public static record CredentialUpdateResult.Stale()
extends Record
implements CredentialUpdateResult
The witness did not match the persisted record. The store was not
modified.
-
Nested Class Summary
Nested classes/interfaces inherited from interface CredentialUpdateResult
CredentialUpdateResult.NotFound, CredentialUpdateResult.Stale, CredentialUpdateResult.UpdatedModifier and TypeInterfaceDescriptionstatic final recordNo record existed under the supplied username.static final recordThe witness did not match the persisted record.static final recordThe CAS succeeded;newRecordis the value now stored. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Stale
public Stale()Creates an instance of aStalerecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-