Searched defs:host1 (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java488 * @param host1 the first host name.
493 private boolean hostMatch(String host1, String host2) argument
495 if (host1 == null)
497 throw new IllegalArgumentException("The host1 parameter cannot be null");
503 String[] h1 = host1.split("\\.");
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java489 * @param host1 the first host name.
494 private boolean hostMatch(String host1, String host2) argument
496 if (host1 == null)
498 throw new IllegalArgumentException("The host1 parameter cannot be null");
504 String[] h1 = host1.split("\\.");
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java489 * @param host1 the first host name.
494 private boolean hostMatch(String host1, String host2) argument
496 if (host1 == null)
498 throw new IllegalArgumentException("The host1 parameter cannot be null");
504 String[] h1 = host1.split("\\.");
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java488 * @param host1 the first host name.
493 private boolean hostMatch(String host1, String host2) argument
495 if (host1 == null)
497 throw new IllegalArgumentException("The host1 parameter cannot be null");
503 String[] h1 = host1.split("\\.");
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java489 * @param host1 the first host name.
494 private boolean hostMatch(String host1, String host2) argument
496 if (host1 == null)
498 throw new IllegalArgumentException("The host1 parameter cannot be null");
504 String[] h1 = host1.split("\\.");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationTrustManager.java455 * @param host1 the first host name.
460 private boolean hostMatch(String host1, String host2) argument
462 if (host1 == null)
464 throw new IllegalArgumentException("The host1 parameter cannot be null");
470 String[] h1 = host1.split("\\.");

Completed in 80 milliseconds