Searched refs:FAIL (Results 1 - 25 of 54) sorted by relevance

123

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DEnumEvalResult.java44 * This enumeration is returned when the result of the evaluation is FAIL.
47 FAIL(2), enum constant in enum:EnumEvalResult
64 * it returns an FAIL enumeration. If the result was not undefined (the
79 return EnumEvalResult.FAIL;
108 * FAIL enumeration has been handled before this is called.
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DEnumEvalResult.java44 * This enumeration is returned when the result of the evaluation is FAIL.
47 FAIL(2), enum constant in enum:EnumEvalResult
64 * it returns an FAIL enumeration. If the result was not undefined (the
82 ret=EnumEvalResult.FAIL;
105 * FAIL enumeration has been handled before this is called.
H A DAciBody.java300 // The evaluation result could be FAIL. Stop processing and return
301 //FAIL. Maybe an internal search failed.
304 res=EnumEvalResult.FAIL;
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DEnumEvalResult.java45 * This enumeration is returned when the result of the evaluation is FAIL.
48 FAIL(2), enum constant in enum:EnumEvalResult
65 * it returns an FAIL enumeration. If the result was not undefined (the
83 ret=EnumEvalResult.FAIL;
106 * FAIL enumeration has been handled before this is called.
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DEnumEvalResult.java45 * This enumeration is returned when the result of the evaluation is FAIL.
48 FAIL(2), enum constant in enum:EnumEvalResult
65 * it returns an FAIL enumeration. If the result was not undefined (the
83 ret=EnumEvalResult.FAIL;
106 * FAIL enumeration has been handled before this is called.
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DEnumEvalResult.java44 * This enumeration is returned when the result of the evaluation is FAIL.
47 FAIL(2), enum constant in enum:EnumEvalResult
64 * it returns an FAIL enumeration. If the result was not undefined (the
82 ret=EnumEvalResult.FAIL;
105 * FAIL enumeration has been handled before this is called.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DEnumEvalResult.java45 * This enumeration is returned when the result of the evaluation is FAIL.
48 FAIL(2), enum constant in enum:EnumEvalResult
65 * it returns an FAIL enumeration. If the result was not undefined (the
83 ret=EnumEvalResult.FAIL;
106 * FAIL enumeration has been handled before this is called.
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DExistingFileBehavior.java62 FAIL("fail"); enum constant in enum:ExistingFileBehavior
H A DLDIFExportConfig.java184 existingFileBehavior = ExistingFileBehavior.FAIL;
249 case FAIL:
H A DLDIFImportConfig.java509 case FAIL:
601 case FAIL:
/forgerock/opendj2/src/server/org/opends/server/types/
H A DExistingFileBehavior.java61 FAIL("fail"); enum constant in enum:ExistingFileBehavior
H A DLDIFExportConfig.java190 existingFileBehavior = ExistingFileBehavior.FAIL;
255 case FAIL:
H A DLDIFImportConfig.java508 case FAIL:
600 case FAIL:
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DExistingFileBehavior.java62 FAIL("fail"); enum constant in enum:ExistingFileBehavior
H A DLDIFExportConfig.java184 existingFileBehavior = ExistingFileBehavior.FAIL;
249 case FAIL:
H A DLDIFImportConfig.java509 case FAIL:
601 case FAIL:
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DExistingFileBehavior.java62 FAIL("fail"); enum constant in enum:ExistingFileBehavior
H A DLDIFExportConfig.java184 existingFileBehavior = ExistingFileBehavior.FAIL;
249 case FAIL:
H A DLDIFImportConfig.java509 case FAIL:
601 case FAIL:
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DExistingFileBehavior.java61 FAIL("fail"); enum constant in enum:ExistingFileBehavior
H A DLDIFExportConfig.java190 existingFileBehavior = ExistingFileBehavior.FAIL;
255 case FAIL:
H A DLDIFImportConfig.java508 case FAIL:
600 case FAIL:
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DExistingFileBehavior.java62 FAIL("fail"); enum constant in enum:ExistingFileBehavior
H A DLDIFExportConfig.java187 existingFileBehavior = ExistingFileBehavior.FAIL;
252 case FAIL:
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/service/
H A DServiceResponse.java59 public static final String FAIL = "msg-fail"; field in class:ServiceResponse
195 status = FAIL;

Completed in 384 milliseconds

123