Searched defs:useSSL (Results 26 - 50 of 81) sorted by relevance

1234

/forgerock/openam/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNValidation.java72 private boolean useSSL; field in class:MSISDNValidation
139 useSSL = Boolean.valueOf(CollectionHelper.getMapAttr(
177 "\n\t useSSL=" + useSSL);
200 useSSL, AMResourceBundleCache.getInstance().getResBundle(amAuthMSISDN, locale), startSearchLoc,
/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java213 * the arguments useSSL and startTLS are not present.
452 useSSLArg = new BooleanArgument("useSSL", OPTION_SHORT_USE_SSL,
458 // simulate that the useSSL arg has been given in the CLI
759 public boolean useSSL() method in class:SecureConnectionCliArgs
H A DSecureConnectionCliParser.java271 * the arguments useSSL and startTLS are not present.
436 public boolean useSSL() method in class:SecureConnectionCliParser
438 return secureArgsList.useSSL();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java105 private boolean useSSL = true; field in class:UninstallCliHelper
1186 ctx = createAdministrativeContext(host, port, useSSL, useStartTLS, dn,
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java214 * the arguments useSSL and startTLS are not present.
453 useSSLArg = new BooleanArgument("useSSL", OPTION_SHORT_USE_SSL,
459 // simulate that the useSSL arg has been given in the CLI
760 public boolean useSSL() method in class:SecureConnectionCliArgs
H A DSecureConnectionCliParser.java272 * the arguments useSSL and startTLS are not present.
437 public boolean useSSL() method in class:SecureConnectionCliParser
439 return secureArgsList.useSSL();
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java795 * @param useSSL whether to use SSL or not.
798 public static String getLDAPUrl(String host, int port, boolean useSSL) argument
802 if (useSSL)
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java104 private boolean useSSL = true; field in class:UninstallCliHelper
1185 ctx = createAdministrativeContext(host, port, useSSL, useStartTLS, dn,
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java789 * @param useSSL whether to use SSL or not.
792 public static String getLDAPUrl(String host, int port, boolean useSSL) argument
796 if (useSSL)
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java214 * the arguments useSSL and startTLS are not present.
453 useSSLArg = new BooleanArgument("useSSL", OPTION_SHORT_USE_SSL,
459 // simulate that the useSSL arg has been given in the CLI
760 public boolean useSSL() method in class:SecureConnectionCliArgs
H A DSecureConnectionCliParser.java272 * the arguments useSSL and startTLS are not present.
437 public boolean useSSL() method in class:SecureConnectionCliParser
439 return secureArgsList.useSSL();
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java796 * @param useSSL whether to use SSL or not.
799 public static String getLDAPUrl(String host, int port, boolean useSSL) argument
803 if (useSSL)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java105 private boolean useSSL = true; field in class:UninstallCliHelper
1186 ctx = createAdministrativeContext(host, port, useSSL, useStartTLS, dn,
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java795 * @param useSSL whether to use SSL or not.
798 public static String getLDAPUrl(String host, int port, boolean useSSL) argument
802 if (useSSL)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java104 private boolean useSSL = true; field in class:UninstallCliHelper
1185 ctx = createAdministrativeContext(host, port, useSSL, useStartTLS, dn,
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java789 * @param useSSL whether to use SSL or not.
792 public static String getLDAPUrl(String host, int port, boolean useSSL) argument
796 if (useSSL)
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java213 * the arguments useSSL and startTLS are not present.
452 useSSLArg = new BooleanArgument("useSSL", OPTION_SHORT_USE_SSL,
458 // simulate that the useSSL arg has been given in the CLI
759 public boolean useSSL() method in class:SecureConnectionCliArgs
H A DSecureConnectionCliParser.java271 * the arguments useSSL and startTLS are not present.
436 public boolean useSSL() method in class:SecureConnectionCliParser
438 return secureArgsList.useSSL();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java105 private boolean useSSL = true; field in class:UninstallCliHelper
1186 ctx = createAdministrativeContext(host, port, useSSL, useStartTLS, dn,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java214 * the arguments useSSL and startTLS are not present.
453 useSSLArg = new BooleanArgument("useSSL", OPTION_SHORT_USE_SSL,
459 // simulate that the useSSL arg has been given in the CLI
760 public boolean useSSL() method in class:SecureConnectionCliArgs
H A DSecureConnectionCliParser.java272 * the arguments useSSL and startTLS are not present.
437 public boolean useSSL() method in class:SecureConnectionCliParser
439 return secureArgsList.useSSL();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DConnectionUtils.java725 * @param useSSL whether to use SSL or not.
728 public static String getLDAPUrl(String host, int port, boolean useSSL) argument
731 return (useSSL ? "ldaps://" : "ldap://") + host + ":" + port;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java107 private boolean useSSL = true; field in class:UninstallCliHelper
1107 * @param useSSL
1124 int port, boolean useSSL, boolean useStartTLS, String bindDn, String pwd,
1129 String ldapUrl = ConnectionUtils.getLDAPUrl(host, port, useSSL);
1130 if (useSSL)
1206 ctx = createAdministrativeContext(host, port, useSSL, useStartTLS, dn,
1123 createAdministrativeContext(String host, int port, boolean useSSL, boolean useStartTLS, String bindDn, String pwd, int connectTimeout, ApplicationTrustManager trustManager) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java133 * arguments useSSL and startTLS are not present.
222 // simulate that the useSSL arg has been given in the CLI
391 public boolean useSSL() method in class:SecureConnectionCliArgs
/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDN.java88 private String useSSL; field in class:MSISDN
382 useSSL = null;

Completed in 122 milliseconds

1234