/forgerock/opendj2/src/ads/org/opends/admin/ads/util/ |
H A D | ConnectionUtils.java | 168 * @param ldapsURL the target *LDAPS* URL. 186 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 200 env.put(Context.PROVIDER_URL, ldapsURL);
|
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/ |
H A D | ConnectionUtils.java | 166 * @param ldapsURL the target *LDAPS* URL. 184 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 196 env.put(Context.PROVIDER_URL, ldapsURL);
|
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/ |
H A D | ConnectionUtils.java | 169 * @param ldapsURL the target *LDAPS* URL. 187 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 201 env.put(Context.PROVIDER_URL, ldapsURL);
|
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/ |
H A D | ConnectionUtils.java | 168 * @param ldapsURL the target *LDAPS* URL. 186 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 200 env.put(Context.PROVIDER_URL, ldapsURL);
|
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/ |
H A D | ConnectionUtils.java | 166 * @param ldapsURL the target *LDAPS* URL. 184 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 196 env.put(Context.PROVIDER_URL, ldapsURL);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/ |
H A D | ConnectionUtils.java | 159 * @param ldapsURL the target *LDAPS* URL. 177 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 185 env.put(Context.PROVIDER_URL, ldapsURL);
|
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/ |
H A D | Utils.java | 923 * @param ldapsURL the target *LDAPS* URL. 940 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 943 return ConnectionUtils.createLdapsContext(ldapsURL, dn, pwd, timeout, env, 958 * @param ldapsURL the target *LDAPS* URL. 980 public static InitialLdapContext createStartTLSContext(String ldapsURL, argument 985 return ConnectionUtils.createStartTLSContext(ldapsURL, dn, pwd, timeout,
|
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/ |
H A D | Utils.java | 924 * @param ldapsURL the target *LDAPS* URL. 941 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 944 return ConnectionUtils.createLdapsContext(ldapsURL, dn, pwd, timeout, env, 959 * @param ldapsURL the target *LDAPS* URL. 981 public static InitialLdapContext createStartTLSContext(String ldapsURL, argument 986 return ConnectionUtils.createStartTLSContext(ldapsURL, dn, pwd, timeout,
|
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/ |
H A D | Utils.java | 924 * @param ldapsURL the target *LDAPS* URL. 941 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 944 return ConnectionUtils.createLdapsContext(ldapsURL, dn, pwd, timeout, env, 959 * @param ldapsURL the target *LDAPS* URL. 981 public static InitialLdapContext createStartTLSContext(String ldapsURL, argument 986 return ConnectionUtils.createStartTLSContext(ldapsURL, dn, pwd, timeout,
|
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/ |
H A D | Utils.java | 923 * @param ldapsURL the target *LDAPS* URL. 940 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 943 return ConnectionUtils.createLdapsContext(ldapsURL, dn, pwd, timeout, env, 958 * @param ldapsURL the target *LDAPS* URL. 980 public static InitialLdapContext createStartTLSContext(String ldapsURL, argument 985 return ConnectionUtils.createStartTLSContext(ldapsURL, dn, pwd, timeout,
|
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/ |
H A D | Utils.java | 942 * @param ldapsURL the target *LDAPS* URL. 959 public static InitialLdapContext createLdapsContext(String ldapsURL, argument 962 return ConnectionUtils.createLdapsContext(ldapsURL, dn, pwd, timeout, env, 977 * @param ldapsURL the target *LDAPS* URL. 999 public static InitialLdapContext createStartTLSContext(String ldapsURL, argument 1004 return ConnectionUtils.createStartTLSContext(ldapsURL, dn, pwd, timeout,
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
H A D | ControlPanelInfo.java | 90 private String ldapsURL; field in class:ControlPanelInfo 708 ldapsURL = getURL(serverDesc, ConnectionHandlerDescriptor.Protocol.LDAPS); 937 return ldapsURL;
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
H A D | ControlPanelInfo.java | 91 private String ldapsURL; field in class:ControlPanelInfo 709 ldapsURL = getURL(serverDesc, ConnectionHandlerDescriptor.Protocol.LDAPS); 938 return ldapsURL;
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
H A D | ControlPanelInfo.java | 91 private String ldapsURL; field in class:ControlPanelInfo 709 ldapsURL = getURL(serverDesc, ConnectionHandlerDescriptor.Protocol.LDAPS); 938 return ldapsURL;
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
H A D | ControlPanelInfo.java | 90 private String ldapsURL; field in class:ControlPanelInfo 708 ldapsURL = getURL(serverDesc, ConnectionHandlerDescriptor.Protocol.LDAPS); 937 return ldapsURL;
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
H A D | ControlPanelInfo.java | 92 private String ldapsURL; field in class:ControlPanelInfo 710 ldapsURL = getURL(serverDesc, ConnectionHandlerDescriptor.Protocol.LDAPS); 939 return ldapsURL;
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/ |
H A D | ControlPanelInfo.java | 104 private String ldapsURL; field in class:ControlPanelInfo 614 ldapsURL = getURL(serverDesc, ConnectionHandlerDescriptor.Protocol.LDAPS); 876 return ldapsURL;
|