Searched refs:ldapsURL (Results 1 - 17 of 17) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java168 * @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 DConnectionUtils.java166 * @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 DConnectionUtils.java169 * @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 DConnectionUtils.java168 * @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 DConnectionUtils.java166 * @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 DConnectionUtils.java159 * @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 DUtils.java923 * @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 DUtils.java924 * @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 DUtils.java924 * @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 DUtils.java923 * @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 DUtils.java942 * @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 DControlPanelInfo.java90 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 DControlPanelInfo.java91 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 DControlPanelInfo.java91 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 DControlPanelInfo.java90 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 DControlPanelInfo.java92 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 DControlPanelInfo.java104 private String ldapsURL; field in class:ControlPanelInfo
614 ldapsURL = getURL(serverDesc, ConnectionHandlerDescriptor.Protocol.LDAPS);
876 return ldapsURL;

Completed in 88 milliseconds