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

/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js234 * "screenColourDepth": (Number) The current client screen colour depth.
239 * "screenColourDepth": (Number) The stored client screen colour depth.
254 currentValue = {screenWidth: null, screenHeight: null, screenColourDepth: null};
257 storedValue = {screenWidth: null, screenHeight: null, screenColourDepth: null};
263 ScalarComparator.compare(currentValue.screenColourDepth, storedValue.screenColourDepth, config)];
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js234 * "screenColourDepth": (Number) The current client screen colour depth.
239 * "screenColourDepth": (Number) The stored client screen colour depth.
254 currentValue = {screenWidth: null, screenHeight: null, screenColourDepth: null};
257 storedValue = {screenWidth: null, screenHeight: null, screenColourDepth: null};
263 ScalarComparator.compare(currentValue.screenColourDepth, storedValue.screenColourDepth, config)];
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/model/
H A DDevicePrint.java41 private String screenColourDepth; field in class:DevicePrint
65 return screenColourDepth;
71 * @param screenColourDepth The Screen Colour Depth.
73 public void setScreenColourDepth(String screenColourDepth) { argument
74 this.screenColourDepth = screenColourDepth;
287 + ((screenColourDepth == null) ? 0 : screenColourDepth.hashCode());
332 if (screenColourDepth == null) {
333 if (other.screenColourDepth !
[all...]

Completed in 43 milliseconds