Record Class CredentialUpdateResult.NotFound
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.store.CredentialUpdateResult.NotFound
- All Implemented Interfaces:
CredentialUpdateResult
- Enclosing interface:
CredentialUpdateResult
public static record CredentialUpdateResult.NotFound()
extends Record
implements CredentialUpdateResult
No record existed under the supplied username. 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
-
NotFound
public NotFound()Creates an instance of aNotFoundrecord 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.
-