impact property

int impact
final

Used to compute the overall score of the password :

passwordScore = SUM(rulesRespectedImpact) / SUM(totalRulesImpact)

Defaults to 1.

For example, in case of a Length rule it can be set to the value of the minimalLength.

Implementation

final int impact;