Searched refs:FALSE (Results 151 - 175 of 498) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java104 EnumEvalResult matched=EnumEvalResult.FALSE;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrefixResourceName.java82 String leftPrecedence = SystemPropertiesManager.get(Constants.DELIMITER_PREF_LEFT, Boolean.FALSE.toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DBooleanPropertyDefinition.java54 VALUE_MAP.put("false", Boolean.FALSE);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DIP.java120 EnumEvalResult matched=EnumEvalResult.FALSE;
H A DTimeOfDay.java99 EnumEvalResult matched=EnumEvalResult.FALSE;
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DBooleanPropertyDefinition.java48 VALUE_MAP.put("false", Boolean.FALSE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrefixResourceName.java82 String leftPrecedence = SystemPropertiesManager.get(Constants.DELIMITER_PREF_LEFT, Boolean.FALSE.toString());
/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertPath.java73 private static final String FALSE = "false"; field in class:AMCertPath
164 Security.setProperty(OCSP_ENABLE, FALSE);
172 Security.setProperty(OCSP_ENABLE, FALSE);
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertPath.java73 private static final String FALSE = "false"; field in class:AMCertPath
164 Security.setProperty(OCSP_ENABLE, FALSE);
172 Security.setProperty(OCSP_ENABLE, FALSE);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSearchFilter.java1070 // This is valid and will be treated as a TRUE/FALSE filter.
2267 case FALSE:
2295 * entry, <CODE>FALSE</CODE> if it does not, or
2365 * entry, <CODE>FALSE</CODE> if it does not, or
2391 // TRUE/FALSE filters in RFC 4526, in which case we should
2424 case FALSE:
2428 "Returning FALSE for AND component %s in " +
2482 * entry, <CODE>FALSE</CODE> if it does not, or
2508 // TRUE/FALSE filters in RFC 4526, in which case we should
2512 TRACER.debugInfo("Returning FALSE fo
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSearchFilter.java1070 // This is valid and will be treated as a TRUE/FALSE filter.
2267 case FALSE:
2295 * entry, <CODE>FALSE</CODE> if it does not, or
2365 * entry, <CODE>FALSE</CODE> if it does not, or
2391 // TRUE/FALSE filters in RFC 4526, in which case we should
2424 case FALSE:
2428 "Returning FALSE for AND component %s in " +
2482 * entry, <CODE>FALSE</CODE> if it does not, or
2508 // TRUE/FALSE filters in RFC 4526, in which case we should
2512 TRACER.debugInfo("Returning FALSE fo
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSearchFilter.java1070 // This is valid and will be treated as a TRUE/FALSE filter.
2267 case FALSE:
2295 * entry, <CODE>FALSE</CODE> if it does not, or
2365 * entry, <CODE>FALSE</CODE> if it does not, or
2391 // TRUE/FALSE filters in RFC 4526, in which case we should
2424 case FALSE:
2428 "Returning FALSE for AND component %s in " +
2482 * entry, <CODE>FALSE</CODE> if it does not, or
2508 // TRUE/FALSE filters in RFC 4526, in which case we should
2512 TRACER.debugInfo("Returning FALSE fo
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSearchFilter.java1070 // This is valid and will be treated as a TRUE/FALSE filter.
2267 case FALSE:
2295 * entry, <CODE>FALSE</CODE> if it does not, or
2365 * entry, <CODE>FALSE</CODE> if it does not, or
2391 // TRUE/FALSE filters in RFC 4526, in which case we should
2424 case FALSE:
2428 "Returning FALSE for AND component %s in " +
2482 * entry, <CODE>FALSE</CODE> if it does not, or
2508 // TRUE/FALSE filters in RFC 4526, in which case we should
2512 TRACER.debugInfo("Returning FALSE fo
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSearchFilter.java1070 // This is valid and will be treated as a TRUE/FALSE filter.
2267 case FALSE:
2295 * entry, <CODE>FALSE</CODE> if it does not, or
2365 * entry, <CODE>FALSE</CODE> if it does not, or
2391 // TRUE/FALSE filters in RFC 4526, in which case we should
2424 case FALSE:
2428 "Returning FALSE for AND component %s in " +
2482 * entry, <CODE>FALSE</CODE> if it does not, or
2508 // TRUE/FALSE filters in RFC 4526, in which case we should
2512 TRACER.debugInfo("Returning FALSE fo
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSearchFilter.java1039 // This is valid and will be treated as a TRUE/FALSE filter.
2214 case FALSE:
2239 * entry, <CODE>FALSE</CODE> if it does not, or
2306 * entry, <CODE>FALSE</CODE> if it does not, or
2328 // TRUE/FALSE filters in RFC 4526, in which case we should
2357 case FALSE:
2361 "Returning FALSE for AND component %s in " +
2410 * entry, <CODE>FALSE</CODE> if it does not, or
2434 // TRUE/FALSE filters in RFC 4526, in which case we should
2438 logger.trace("Returning FALSE fo
[all...]
/forgerock/openidm-v4/openidm-system/src/main/java/org/forgerock/openidm/core/
H A DIdentityServer.java57 private static final AtomicBoolean INITIALISED = new AtomicBoolean(Boolean.FALSE);
111 if (INITIALISED.compareAndSet(Boolean.FALSE, Boolean.TRUE)) {
137 if (INITIALISED.compareAndSet(Boolean.FALSE, Boolean.TRUE)) {
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DBooleanPropertyDefinition.java55 VALUE_MAP.put("false", Boolean.FALSE);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DBooleanPropertyDefinition.java56 VALUE_MAP.put("false", Boolean.FALSE);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DEqualityMatchingRuleTest.java176 assertEquals(ConditionResult.FALSE, liveResult);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DEqualityMatchingRuleTest.java175 assertEquals(ConditionResult.FALSE, liveResult);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DBooleanPropertyDefinition.java56 VALUE_MAP.put("false", Boolean.FALSE);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DEqualityMatchingRuleTest.java176 assertEquals(ConditionResult.FALSE, liveResult);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DEqualityMatchingRuleTest.java175 assertEquals(ConditionResult.FALSE, liveResult);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DEqualityMatchingRuleTest.java176 assertEquals(ConditionResult.FALSE, liveResult);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DBooleanPropertyDefinition.java55 VALUE_MAP.put("false", Boolean.FALSE);

Completed in 439 milliseconds

1234567891011>>