Searched defs:ignoreVersion (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.java178 * @param ignoreVersion If the version numbers in the User Agent Strings should be ignore in the comparison.
182 boolean ignoreVersion) {
184 if (ignoreVersion) {
181 compareUserAgent(String currentValue, String storedValue, long penaltyPoints, boolean ignoreVersion) argument

Completed in 43 milliseconds