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

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/comparators/
H A DMultiValueAttributeComparator.java76 List<String> currentAttributes = convertAttributesToList(currentAttribute);
79 if (storedAttribute == null && currentAttribute != null && currentAttributes.size() == 0) {
86 BigDecimal maxNumberOfElements = BigDecimal.valueOf(Math.max(currentAttributes.size(),
88 BigDecimal numberOfTheSameElements = getNumberOfSameElements(currentAttributes,storedAttributes);
163 * @param currentAttributes The current values.
167 private BigDecimal getNumberOfSameElements(List<String> currentAttributes, List<String> storedAttributes) { argument
168 List<String> tmpCurrentAttributes = new ArrayList<String>(currentAttributes);
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...

Completed in 24 milliseconds