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

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java278 if (isSSL(ctx) || isStartTLS(ctx))
564 public static boolean isStartTLS(InitialLdapContext ctx) method in class:ConnectionUtils
566 boolean isStartTLS = false;
569 isStartTLS = "true".equalsIgnoreCase((String)ctx.getEnvironment().get(
578 return isStartTLS;
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java274 if (isSSL(ctx) || isStartTLS(ctx))
558 public static boolean isStartTLS(InitialLdapContext ctx) method in class:ConnectionUtils
560 boolean isStartTLS = false;
563 isStartTLS = "true".equalsIgnoreCase((String)ctx.getEnvironment().get(
572 return isStartTLS;
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java279 if (isSSL(ctx) || isStartTLS(ctx))
565 public static boolean isStartTLS(InitialLdapContext ctx) method in class:ConnectionUtils
567 boolean isStartTLS = false;
570 isStartTLS = "true".equalsIgnoreCase((String)ctx.getEnvironment().get(
579 return isStartTLS;
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java278 if (isSSL(ctx) || isStartTLS(ctx))
564 public static boolean isStartTLS(InitialLdapContext ctx) method in class:ConnectionUtils
566 boolean isStartTLS = false;
569 isStartTLS = "true".equalsIgnoreCase((String)ctx.getEnvironment().get(
578 return isStartTLS;
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java274 if (isSSL(ctx) || isStartTLS(ctx))
558 public static boolean isStartTLS(InitialLdapContext ctx) method in class:ConnectionUtils
560 boolean isStartTLS = false;
563 isStartTLS = "true".equalsIgnoreCase((String)ctx.getEnvironment().get(
572 return isStartTLS;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DConnectionUtils.java260 if (isSSL(ctx) || isStartTLS(ctx))
533 public static boolean isStartTLS(InitialLdapContext ctx) method in class:ConnectionUtils
535 boolean isStartTLS = false;
538 isStartTLS = "true".equalsIgnoreCase((String)ctx.getEnvironment().get(
547 return isStartTLS;

Completed in 29 milliseconds