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

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java489 * @param host2 the second host name.
493 private boolean hostMatch(String host1, String host2) argument
499 if (host2 == null)
501 throw new IllegalArgumentException("The host2 parameter cannot be null");
504 String[] h2 = host2.split("\\.");
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java490 * @param host2 the second host name.
494 private boolean hostMatch(String host1, String host2) argument
500 if (host2 == null)
502 throw new IllegalArgumentException("The host2 parameter cannot be null");
505 String[] h2 = host2.split("\\.");
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java490 * @param host2 the second host name.
494 private boolean hostMatch(String host1, String host2) argument
500 if (host2 == null)
502 throw new IllegalArgumentException("The host2 parameter cannot be null");
505 String[] h2 = host2.split("\\.");
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java489 * @param host2 the second host name.
493 private boolean hostMatch(String host1, String host2) argument
499 if (host2 == null)
501 throw new IllegalArgumentException("The host2 parameter cannot be null");
504 String[] h2 = host2.split("\\.");
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java490 * @param host2 the second host name.
494 private boolean hostMatch(String host1, String host2) argument
500 if (host2 == null)
502 throw new IllegalArgumentException("The host2 parameter cannot be null");
505 String[] h2 = host2.split("\\.");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationTrustManager.java456 * @param host2 the second host name.
460 private boolean hostMatch(String host1, String host2) argument
466 if (host2 == null)
468 throw new IllegalArgumentException("The host2 parameter cannot be null");
471 String[] h2 = host2.split("\\.");

Completed in 34 milliseconds