Searched defs:maxDifferences (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/comparators/
H A DDevicePrintComparator.java199 * @param maxDifferences The max number of differences in the values, before the penalty points are assigned.
204 public ComparisonResult compare(String currentValue, String storedValue, int maxDifferences, argument
206 return multiValueAttributeComparator.compare(currentValue, storedValue, maxDifferencesPercentage, maxDifferences,

Completed in 28 milliseconds