Record Class PasswordHistoryDecision.Allowed
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.history.PasswordHistoryDecision.Allowed
- All Implemented Interfaces:
PasswordHistoryDecision
- Enclosing interface:
PasswordHistoryDecision
public static record PasswordHistoryDecision.Allowed()
extends Record
implements PasswordHistoryDecision
The candidate password did not match any retained historical
entry — proceed.
-
Nested Class Summary
Nested classes/interfaces inherited from interface PasswordHistoryDecision
PasswordHistoryDecision.Allowed, PasswordHistoryDecision.ReusedModifier and TypeInterfaceDescriptionstatic final recordThe candidate password did not match any retained historical entry — proceed.static final recordThe candidate password matched one of the retained historical verifiers and must be rejected. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Allowed
public Allowed()Creates an instance of aAllowedrecord 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.
-