Searched refs:isStartTLS (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java135 if (ConnectionUtils.isStartTLS(ctx))
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 DPreferredConnection.java134 if (ConnectionUtils.isStartTLS(ctx))
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 DPreferredConnection.java134 if (ConnectionUtils.isStartTLS(ctx))
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 DPreferredConnection.java135 if (ConnectionUtils.isStartTLS(ctx))
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 DPreferredConnection.java134 if (ConnectionUtils.isStartTLS(ctx))
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 DPreferredConnection.java118 if (ConnectionUtils.isStartTLS(ctx))
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;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DTask.java832 boolean isStartTLS = ConnectionUtils.isStartTLS(ctx);
843 if (isSSL || isStartTLS)
851 else if (isStartTLS && addConnectionTypeParameters)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DTask.java831 boolean isStartTLS = ConnectionUtils.isStartTLS(ctx);
842 if (isSSL || isStartTLS)
850 else if (isStartTLS && addConnectionTypeParameters)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DTask.java832 boolean isStartTLS = ConnectionUtils.isStartTLS(ctx);
843 if (isSSL || isStartTLS)
851 else if (isStartTLS && addConnectionTypeParameters)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DTask.java831 boolean isStartTLS = ConnectionUtils.isStartTLS(ctx);
842 if (isSSL || isStartTLS)
850 else if (isStartTLS && addConnectionTypeParameters)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DTask.java834 boolean isStartTLS = ConnectionUtils.isStartTLS(ctx);
845 if (isSSL || isStartTLS)
853 else if (isStartTLS && addConnectionTypeParameters)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DTask.java791 boolean isStartTLS = ConnectionUtils.isStartTLS(ctx);
802 if (isSSL || isStartTLS)
810 else if (isStartTLS && addConnectionTypeParameters)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java103 && isStartTLS(cr.ctx) == isStartTLS(ctx)) {
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java103 && isStartTLS(cr.ctx) == isStartTLS(ctx)) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java103 && isStartTLS(cr.ctx) == isStartTLS(ctx)) {
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java107 (ConnectionUtils.isStartTLS(cr.ctx) == ConnectionUtils.isStartTLS(ctx));
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java107 (ConnectionUtils.isStartTLS(cr.ctx) == ConnectionUtils.isStartTLS(ctx));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java107 (ConnectionUtils.isStartTLS(cr.ctx) == ConnectionUtils.isStartTLS(ctx));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java3558 boolean isStartTLS = isStartTLS(ctx1);
3649 isStartTLS, getAdministratorDN(adminUid),

Completed in 3148 milliseconds

12