Uses of Interface
com.svenruppert.jsentinel.credential.change.PasswordChangeResult
Packages that use PasswordChangeResult
-
Uses of PasswordChangeResult in com.svenruppert.jsentinel.credential.change
Classes in com.svenruppert.jsentinel.credential.change that implement PasswordChangeResultModifier and TypeClassDescriptionstatic final recordThe current lifecycle status forbids credential changes (e.g.static final recordA concurrent password change won the compare-and-swap race.static final recordRe-authentication failed — the supplied current password does not verify (CWE-620).static final recordThe new password violated the input policy (length, control chars, etc.) and was rejected before hashing.static final recordNo credential exists under the supplied username.static final recordPassword successfully changed.Methods in com.svenruppert.jsentinel.credential.change that return PasswordChangeResult