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

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintService.java97 public boolean hasRequiredAttributes(DevicePrint devicePrint) { method in class:DevicePrintService
98 return devicePrintAuthenticationConfig.hasRequiredAttributes(devicePrint);
H A DDevicePrintAuthenticationConfig.java130 public boolean hasRequiredAttributes(DevicePrint devicePrint) { method in class:DevicePrintAuthenticationConfig
132 boolean hasRequiredAttributes = true;
134 hasRequiredAttributes = hasRequiredAttributes && hasRequiredAttribute(FONTS_REQUIRED,
137 hasRequiredAttributes = hasRequiredAttributes && hasRequiredAttribute(GEO_LOCATION_REQUIRED,
140 hasRequiredAttributes = hasRequiredAttributes && hasRequiredAttribute(PLUGINS_REQUIRED,
143 hasRequiredAttributes = hasRequiredAttributes
[all...]
/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js643 function hasRequiredAttributes(devicePrint, attributeConfig) { function
809 if (!hasRequiredAttributes(devicePrint, config.attributes)) {
810 logger.message("devicePrint.hasRequiredAttributes: false");
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js643 function hasRequiredAttributes(devicePrint, attributeConfig) { function
809 if (!hasRequiredAttributes(devicePrint, config.attributes)) {
810 logger.message("devicePrint.hasRequiredAttributes: false");

Completed in 63 milliseconds