Searched defs:nicknames (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DHttpsClient.java355 public String select (Vector nicknames) { argument
356 if (nicknames == null || nicknames.isEmpty()) {
357 debug.message("nicknames vector is null");
361 debug.message("all certs=" + nicknames.toString());
366 return (String) nicknames.get(0);
368 if (nicknames.contains(nickName)) {
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DInstallDS.java1931 * list of Message. It also adds the alias (nicknames) found to the provided
1940 * @param nicknameList the list that will be updated with the nicknames found
2447 * @param nicknames the list of certificates the user must choose from.
2450 private String promptForCertificateNickname(LinkedList<String> nicknames) argument
2455 for (String n : nicknames)
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DInstallDS.java1855 * list of Message. It also adds the alias (nicknames) found to the provided
1864 * @param nicknameList the list that will be updated with the nicknames found
2367 * @param nicknames the list of certificates the user must choose from.
2370 private String promptForCertificateNickname(List<String> nicknames) argument
2375 for (String n : nicknames)
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DInstallDS.java1931 * list of Message. It also adds the alias (nicknames) found to the provided
1940 * @param nicknameList the list that will be updated with the nicknames found
2447 * @param nicknames the list of certificates the user must choose from.
2450 private String promptForCertificateNickname(LinkedList<String> nicknames) argument
2455 for (String n : nicknames)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DInstallDS.java2024 * list of Message. It also adds the alias (nicknames) found to the provided
2033 * @param nicknameList the list that will be updated with the nicknames found
2540 * @param nicknames the list of certificates the user must choose from.
2543 private String promptForCertificateNickname(LinkedList<String> nicknames) argument
2548 for (String n : nicknames)
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DInstallDS.java1855 * list of Message. It also adds the alias (nicknames) found to the provided
1864 * @param nicknameList the list that will be updated with the nicknames found
2367 * @param nicknames the list of certificates the user must choose from.
2370 private String promptForCertificateNickname(List<String> nicknames) argument
2375 for (String n : nicknames)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DInstallDS.java1860 * LocalizableMessage. It also adds the alias (nicknames) found to the
1870 * the certificate nicknames that we are looking for (or null if we
1875 * the list that will be updated with the nicknames found in the key
2348 * @param nicknames
2352 private Collection<String> promptForCertificateNickname(List<String> nicknames) argument
2357 for (final String n : nicknames)
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 63 milliseconds