Uses of Enum Class
com.svenruppert.jsentinel.credential.input.PasswordInputViolation
Packages that use PasswordInputViolation
Package
Description
-
Uses of PasswordInputViolation in com.svenruppert.jsentinel.credential.change
Methods in com.svenruppert.jsentinel.credential.change that return PasswordInputViolationModifier and TypeMethodDescriptionPasswordChangeResult.NewPasswordRejected.violation()Returns the value of theviolationrecord component.Constructors in com.svenruppert.jsentinel.credential.change with parameters of type PasswordInputViolationModifierConstructorDescriptionNewPasswordRejected(PasswordInputViolation violation) Creates an instance of aNewPasswordRejectedrecord class. -
Uses of PasswordInputViolation in com.svenruppert.jsentinel.credential.input
Subclasses with type arguments of type PasswordInputViolation in com.svenruppert.jsentinel.credential.inputModifier and TypeClassDescriptionenumReason that input was rejected by thePasswordInputValidator.Methods in com.svenruppert.jsentinel.credential.input that return PasswordInputViolationModifier and TypeMethodDescriptionstatic PasswordInputViolationReturns the enum constant of this class with the specified name.static PasswordInputViolation[]PasswordInputViolation.values()Returns an array containing the constants of this enum class, in the order they are declared.PasswordInputValidationResult.Rejected.violation()Returns the value of theviolationrecord component.Constructors in com.svenruppert.jsentinel.credential.input with parameters of type PasswordInputViolationModifierConstructorDescriptionRejected(PasswordInputViolation violation) Creates an instance of aRejectedrecord class.