Uses of Interface
org.passay.entropy.Entropy
Packages that use Entropy
-
Uses of Entropy in org.passay
Fields in org.passay with type parameters of type EntropyModifier and TypeFieldDescriptionstatic final BiFunction<List<? extends Rule>,PasswordData, Entropy> DefaultPasswordValidator.DEFAULT_ENTROPY_PROVIDERCalculates the entropy of the givenPasswordDatabased on the password rules specified.private final BiFunction<List<? extends Rule>,PasswordData, Entropy> DefaultPasswordValidator.entropyProviderEntropy provider.static final BiFunction<List<? extends Rule>,PasswordData, Entropy> DefaultPasswordValidator.NO_ENTROPY_PROVIDEREntropy provider that returns -1.Methods in org.passay that return types with arguments of type EntropyModifier and TypeMethodDescriptionBiFunction<List<? extends Rule>,PasswordData, Entropy> DefaultPasswordValidator.getEntropyProvider()BiFunction<List<? extends Rule>,PasswordData, Entropy> PasswordValidator.getEntropyProvider()Returns the entropy provider for this validator.Constructor parameters in org.passay with type arguments of type EntropyModifierConstructorDescriptionDefaultPasswordValidator(boolean failFast, BiFunction<List<? extends Rule>, PasswordData, Entropy> entropyProvider, List<? extends Rule> rules) Creates a new default password validator.DefaultPasswordValidator(boolean failFast, BiFunction<List<? extends Rule>, PasswordData, Entropy> entropyProvider, Rule... rules) Creates a new default password validator.DefaultPasswordValidator(boolean failFast, MessageResolver resolver, BiFunction<List<? extends Rule>, PasswordData, Entropy> entropyProvider, List<? extends Rule> rules) Creates a new default password validator.DefaultPasswordValidator(boolean failFast, MessageResolver resolver, BiFunction<List<? extends Rule>, PasswordData, Entropy> entropyProvider, Rule... rules) Creates a new default password validator.DefaultPasswordValidator(BiFunction<List<? extends Rule>, PasswordData, Entropy> entropyProvider, List<? extends Rule> rules) Creates a new default password validator.DefaultPasswordValidator(BiFunction<List<? extends Rule>, PasswordData, Entropy> entropyProvider, Rule... rules) Creates a new default password validator.DefaultPasswordValidator(MessageResolver resolver, BiFunction<List<? extends Rule>, PasswordData, Entropy> entropyProvider, List<? extends Rule> rules) Creates a new default password validator.DefaultPasswordValidator(MessageResolver resolver, BiFunction<List<? extends Rule>, PasswordData, Entropy> entropyProvider, Rule... rules) Creates a new default password validator. -
Uses of Entropy in org.passay.entropy
Classes in org.passay.entropy that implement EntropyModifier and TypeClassDescriptionfinal classEntropy bits estimate defined in NIST SP-800-63-1 Randomly Selected Passwords.final classEntropy bits estimate defined in NIST SP-800-63-1 User Selected Passwords.