Searched refs:SITEMONITOR_DISABLED (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java131 private static final boolean SITEMONITOR_DISABLED; field in class:SystemProperties
197 SITEMONITOR_DISABLED = Boolean.parseBoolean(getProp(Constants.SITEMONITOR_DISABLED, "false"));
234 if (isServerMode() || SITEMONITOR_DISABLED) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DNotifier.java71 SystemProperties.get(Constants.SITEMONITOR_DISABLED, "false")).booleanValue();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java130 private static final boolean SITEMONITOR_DISABLED; field in class:SystemProperties
196 SITEMONITOR_DISABLED = Boolean.parseBoolean(getProp(Constants.SITEMONITOR_DISABLED, "false"));
233 if (isServerMode() || SITEMONITOR_DISABLED) {
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java1082 static final String SITEMONITOR_DISABLED = field in interface:Constants
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java1055 static final String SITEMONITOR_DISABLED = field in interface:Constants
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java134 Constants.SITEMONITOR_DISABLED,"false")).booleanValue();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java138 Constants.SITEMONITOR_DISABLED,"false")).booleanValue();

Completed in 41 milliseconds