| /forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/ |
| H A D | IdentityResourceV3.java | 340 } catch (final ObjectNotFound notFound) { 341 logger.error("IdentityResourceV3.patchInstance cannot find resource " + resourceId, notFound); 342 return new NotFoundException("Resource cannot be found.", notFound).asPromise(); 355 } catch (NotFoundException notFound) { 356 logger.warning("IdentityResourceV3.patchInstance " + resourceId + " not found", notFound); 357 return new NotFoundException("Resource " + resourceId + " cannot be found.", notFound).asPromise();
|
| H A D | IdentityResourceV1.java | 1104 } catch (final ObjectNotFound notFound) { 1106 resourceId, notFound); 1107 return new NotFoundException("Resource not found.", notFound).asPromise(); 1160 } catch (final ObjectNotFound notFound) { 1162 resourceId, notFound); 1163 return new NotFoundException("Resource cannot be found.", notFound).asPromise(); 1180 } catch (NotFoundException notFound) { 1182 resourceId, notFound); 1183 return new NotFoundException("Resource cannot be found.", notFound).asPromise();
|
| H A D | IdentityResourceV2.java | 1199 } catch (final ObjectNotFound notFound) { 1201 resourceId, notFound); 1202 return new NotFoundException("Resource not found.", notFound).asPromise();
|
| /forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/ |
| H A D | IdentityResourceV3.java | 335 } catch (final ObjectNotFound notFound) { 336 logger.error("IdentityResourceV3.patchInstance cannot find resource " + resourceId, notFound); 337 return new NotFoundException("Resource cannot be found.", notFound).asPromise(); 350 } catch (NotFoundException notFound) { 351 logger.warning("IdentityResourceV3.patchInstance " + resourceId + " not found", notFound); 352 return new NotFoundException("Resource " + resourceId + " cannot be found.", notFound).asPromise();
|
| H A D | IdentityResourceV1.java | 1099 } catch (final ObjectNotFound notFound) { 1101 resourceId, notFound); 1102 return new NotFoundException("Resource not found.", notFound).asPromise(); 1154 } catch (final ObjectNotFound notFound) { 1156 resourceId, notFound); 1157 return new NotFoundException("Resource cannot be found.", notFound).asPromise(); 1174 } catch (NotFoundException notFound) { 1176 resourceId, notFound); 1177 return new NotFoundException("Resource cannot be found.", notFound).asPromise();
|
| H A D | IdentityResourceV2.java | 1127 } catch (final ObjectNotFound notFound) { 1129 resourceId, notFound); 1130 return new NotFoundException("Resource not found.", notFound).asPromise();
|
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
| H A D | ComputeBestServerTest.java | 267 final List<MapEntry> notFound = new ArrayList<MapEntry>(Arrays.asList(entries)); 268 for (Iterator<MapEntry> iter = notFound.iterator(); iter.hasNext();) 277 if (!notFound.isEmpty()) 284 sb.append(" <").append(getDescription(notFound)).append(">");
|
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
| H A D | ComputeBestServerTest.java | 265 final List<MapEntry> notFound = new ArrayList<MapEntry>(Arrays.asList(entries)); 266 for (Iterator<MapEntry> iter = notFound.iterator(); iter.hasNext();) 275 if (!notFound.isEmpty()) 282 sb.append(" <").append(getDescription(notFound)).append(">");
|
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
| H A D | ComputeBestServerTest.java | 267 final List<MapEntry> notFound = new ArrayList<MapEntry>(Arrays.asList(entries)); 268 for (Iterator<MapEntry> iter = notFound.iterator(); iter.hasNext();) 277 if (!notFound.isEmpty()) 284 sb.append(" <").append(getDescription(notFound)).append(">");
|
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/ |
| H A D | ComputeBestServerTest.java | 260 final List<MapEntry> notFound = newArrayList(entries); 261 for (Iterator<MapEntry> iter = notFound.iterator(); iter.hasNext();) 270 if (!notFound.isEmpty()) 277 sb.append(" <").append(notFound).append(">");
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/ |
| H A D | ReplicationCliMain.java | 1863 TreeSet<String> notFound = new TreeSet<>(); 1875 notFound.add(dn); 1879 suffixes.removeAll(notFound); 1881 if (!notFound.isEmpty()) 1884 errPrintln(ERR_REPLICATION_PURGE_SUFFIXES_NOT_FOUND.get(toSingleLine(notFound))); 4612 TreeSet<String> notFound = new TreeSet<>(); 4624 notFound.add(dn); 4628 suffixes.removeAll(notFound); 4630 if (!notFound.isEmpty()) 4633 errPrintln(ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND.get(toSingleLine(notFound))); 4977 toSingleLine(Collection<String> notFound) argument [all...] |
| /forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/ |
| H A D | FileUtils.java | 652 boolean notFound = true; 663 notFound = false; 672 if (notFound) {
|
| /forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/ |
| H A D | FileUtils.java | 652 boolean notFound = true; 663 notFound = false; 672 if (notFound) {
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/ |
| H A D | ReplicationCliMain.java | 1402 TreeSet<String> notFound = new TreeSet<String>(); 1432 notFound.add(dn); 1436 suffixes.removeAll(notFound); 1438 if (notFound.size() > 0) 1442 Utils.getStringFromCollection(notFound, 5159 TreeSet<String> notFound = new TreeSet<String>(); 5189 notFound.add(dn); 5193 suffixes.removeAll(notFound); 5195 if (notFound.size() > 0) 5199 Utils.getStringFromCollection(notFound, [all...] |
| /forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/ |
| H A D | ReplicationCliMain.java | 1328 TreeSet<String> notFound = new TreeSet<String>(); 1358 notFound.add(dn); 1362 suffixes.removeAll(notFound); 1364 if (notFound.size() > 0) 1368 Utils.getStringFromCollection(notFound, 4857 TreeSet<String> notFound = new TreeSet<String>(); 4887 notFound.add(dn); 4891 suffixes.removeAll(notFound); 4893 if (notFound.size() > 0) 4897 Utils.getStringFromCollection(notFound, [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/ |
| H A D | ReplicationCliMain.java | 1402 TreeSet<String> notFound = new TreeSet<String>(); 1432 notFound.add(dn); 1436 suffixes.removeAll(notFound); 1438 if (notFound.size() > 0) 1442 Utils.getStringFromCollection(notFound, 5159 TreeSet<String> notFound = new TreeSet<String>(); 5189 notFound.add(dn); 5193 suffixes.removeAll(notFound); 5195 if (notFound.size() > 0) 5199 Utils.getStringFromCollection(notFound, [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/ |
| H A D | ReplicationCliMain.java | 1403 TreeSet<String> notFound = new TreeSet<String>(); 1433 notFound.add(dn); 1437 suffixes.removeAll(notFound); 1439 if (notFound.size() > 0) 1443 Utils.getStringFromCollection(notFound, 5160 TreeSet<String> notFound = new TreeSet<String>(); 5190 notFound.add(dn); 5194 suffixes.removeAll(notFound); 5196 if (notFound.size() > 0) 5200 Utils.getStringFromCollection(notFound, [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/ |
| H A D | ReplicationCliMain.java | 1328 TreeSet<String> notFound = new TreeSet<String>(); 1358 notFound.add(dn); 1362 suffixes.removeAll(notFound); 1364 if (notFound.size() > 0) 1368 Utils.getStringFromCollection(notFound, 4857 TreeSet<String> notFound = new TreeSet<String>(); 4887 notFound.add(dn); 4891 suffixes.removeAll(notFound); 4893 if (notFound.size() > 0) 4897 Utils.getStringFromCollection(notFound, [all...] |
| /forgerock/openam-v13/openam-oauth/samples/StockClient/lib/ |
| H A D | jersey-server-1.1.1-ea-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ... |
| /forgerock/openam-v13/openam-oauth/samples/StockService/lib/ |
| H A D | jersey-server-1.1.1-ea-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ... |
| /forgerock/opendj-b2.6/resource/dsml/lib/ |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
| /forgerock/opendj2-jel-hg/resource/dsml/lib/ |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |