/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/audit/util/ |
H A D | Status.java | 28 SUCCESS(1), FAILURE(2); enum constant in enum:Status
|
/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/ |
H A D | ScriptedBundler.java | 48 private static int FAILURE = -1; field in class:ScriptedBundler 145 return FAILURE; 155 return FAILURE; 169 return FAILURE;
|
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRAPushMechanismFactory.m | 48 static BOOL FAILURE = NO; 219 [self invokeRegistrationHandler:handler result:FAILURE error:error];
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/ |
H A D | TestListener.java | 173 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) && 197 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE)); 218 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) && 727 countTestsWithStatus(ITestResult.FAILURE)); 988 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE 1053 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE 1078 if (_resultCounts[ITestResult.FAILURE] > 0) { 1079 timingOutput.append(" " + _resultCounts[ITestResult.FAILURE] + " failure(s)");
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/ |
H A D | TestListener.java | 165 if (countTestsWithStatus(ITestResult.FAILURE) == 0 189 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE)); 209 if (countTestsWithStatus(ITestResult.FAILURE) == 0 729 countTestsWithStatus(ITestResult.FAILURE)); 977 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */ 1040 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */ 1066 if (_resultCounts[ITestResult.FAILURE] > 0) { 1067 timingOutput.append(" ").append(_resultCounts[ITestResult.FAILURE])
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/ |
H A D | TestListener.java | 173 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) && 197 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE)); 218 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) && 727 countTestsWithStatus(ITestResult.FAILURE)); 988 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE 1053 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE 1078 if (_resultCounts[ITestResult.FAILURE] > 0) { 1079 timingOutput.append(" " + _resultCounts[ITestResult.FAILURE] + " failure(s)");
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/ |
H A D | TestListener.java | 165 if (countTestsWithStatus(ITestResult.FAILURE) == 0 189 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE)); 209 if (countTestsWithStatus(ITestResult.FAILURE) == 0 729 countTestsWithStatus(ITestResult.FAILURE)); 977 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */ 1040 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */ 1066 if (_resultCounts[ITestResult.FAILURE] > 0) { 1067 timingOutput.append(" ").append(_resultCounts[ITestResult.FAILURE])
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/ |
H A D | TestListener.java | 173 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) && 197 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE)); 218 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) && 727 countTestsWithStatus(ITestResult.FAILURE)); 988 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE 1053 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE 1078 if (_resultCounts[ITestResult.FAILURE] > 0) { 1079 timingOutput.append(" " + _resultCounts[ITestResult.FAILURE] + " failure(s)");
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/ |
H A D | TestListener.java | 170 if (countTestsWithStatus(ITestResult.FAILURE) == 0 194 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE)); 214 if (countTestsWithStatus(ITestResult.FAILURE) == 0 740 countTestsWithStatus(ITestResult.FAILURE)); 985 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */ 1048 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */ 1074 if (_resultCounts[ITestResult.FAILURE] > 0) { 1075 timingOutput.append(" ").append(_resultCounts[ITestResult.FAILURE])
|
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/authentication/siteminder/ |
H A D | SMAuthModule.java | 214 if(status == AgentAPI.FAILURE) {
|
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/authentication/siteminder/ |
H A D | SMAuthModule.java | 214 if(status == AgentAPI.FAILURE) {
|
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/ |
H A D | ObjectMapping.java | 503 status = Status.FAILURE; 860 status = Status.FAILURE; 870 action) && (status == Status.FAILURE || op.action != null)) { 1177 status = Status.FAILURE; // exception was not intentional 1193 if (!ReconAction.NOREPORT.equals(op.action) && (status == Status.FAILURE || op.action != null)) { 1204 status = Status.FAILURE; 1249 status = Status.FAILURE; // exception was not intentional 1258 if (!ReconAction.NOREPORT.equals(op.action) && (status == Status.FAILURE || op.action != null)) { 1396 logReconEnd(reconContext, context, Status.FAILURE, "Reconciliation failed.");
|
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/association/ |
H A D | DataAssociationManagementView.js | 170 totalRecords = recon.statusSummary.FAILURE + recon.statusSummary.SUCCESS,
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | AMLoginContext.java | 1928 loginState.postProcess(indexType, indexName, LoginState.PostProcessEvent.FAILURE);
|
H A D | LoginState.java | 4951 case FAILURE: 6289 FAILURE, enum constant in enum:LoginState.PostProcessEvent
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | AMLoginContext.java | 1880 authContext.getLoginState().postProcess(indexType, indexName, LoginState.PostProcessEvent.FAILURE);
|
H A D | LoginState.java | 4857 case FAILURE: 6151 FAILURE, enum constant in enum:LoginState.PostProcessEvent
|
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant-junit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant-junit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant-junit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant-junit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | ant-junit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/ |
H A D | OpenICFProvisionerService.java | 567 before, after, Status.FAILURE);
|
/forgerock/opendj2/ext/testng/lib/ |
H A D | testng-5.7b-jdk15.jar | META-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ... |
/forgerock/opendj-b2.6/ext/testng/lib/ |
H A D | testng-5.7b-jdk15.jar | META-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ... |