Searched defs:trustManager (Results 51 - 75 of 117) sorted by relevance

12345

/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java173 * @param trustManager null or the trust manager to be invoked during SSL
188 TrustManager trustManager, KeyManager keyManager) throws NamingException {
214 if (trustManager == null)
216 trustManager = new BlindTrustManager();
222 final TrustManager fTrustManager = trustManager;
250 * @param trustManager the trust manager to be used to connect.
256 final InitialLdapContext ctx, int timeout, TrustManager trustManager,
270 final TrustManager fTrustManager = trustManager;
312 * @param trustManager null or the trust manager to be invoked during SSL
332 TrustManager trustManager, KeyManage
186 createLdapsContext(String ldapsURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager) argument
255 cloneInitialLdapContext( final InitialLdapContext ctx, int timeout, TrustManager trustManager, KeyManager keyManager) argument
330 createStartTLSContext(String ldapURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager, HostnameVerifier verifier) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java83 private ApplicationTrustManager trustManager; field in class:LDAPConnectionPool
433 * @param trustManager the ApplicationTrustManager.
435 public void setTrustManager(ApplicationTrustManager trustManager) argument
437 this.trustManager = trustManager;
448 return trustManager;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java50 private ApplicationTrustManager trustManager = field in class:UninstallUserData
247 return trustManager;
252 * @param trustManager the trust manager that can be used to establish secure
255 public void setTrustManager(ApplicationTrustManager trustManager) { argument
256 this.trustManager = trustManager;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java100 private ApplicationTrustManager trustManager; field in class:LoginDialog
113 * @param trustManager the trust manager to be used for the secure
118 public LoginDialog(JFrame parent, ApplicationTrustManager trustManager, argument
125 if (trustManager == null)
129 this.trustManager = trustManager;
443 trustManager.getLastRefusedCause();
647 return trustManager;
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java171 * @param trustManager null or the trust manager to be invoked during SSL
186 TrustManager trustManager, KeyManager keyManager) throws NamingException {
210 if (trustManager == null)
212 trustManager = new BlindTrustManager();
218 final TrustManager fTrustManager = trustManager;
246 * @param trustManager the trust manager to be used to connect.
252 final InitialLdapContext ctx, int timeout, TrustManager trustManager,
266 final TrustManager fTrustManager = trustManager;
308 * @param trustManager null or the trust manager to be invoked during SSL
328 TrustManager trustManager, KeyManage
184 createLdapsContext(String ldapsURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager) argument
251 cloneInitialLdapContext( final InitialLdapContext ctx, int timeout, TrustManager trustManager, KeyManager keyManager) argument
326 createStartTLSContext(String ldapURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager, HostnameVerifier verifier) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java82 private ApplicationTrustManager trustManager; field in class:LDAPConnectionPool
532 * @param trustManager the ApplicationTrustManager.
534 public void setTrustManager(ApplicationTrustManager trustManager) argument
536 this.trustManager = trustManager;
547 return trustManager;
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java186 private ApplicationTrustManager trustManager; field in class:SecureConnectionCliArgs
805 if (trustManager == null)
890 trustManager = new ApplicationTrustManager(truststore);
892 return trustManager;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java51 private ApplicationTrustManager trustManager = field in class:UninstallUserData
248 return trustManager;
253 * @param trustManager the trust manager that can be used to establish secure
256 public void setTrustManager(ApplicationTrustManager trustManager) { argument
257 this.trustManager = trustManager;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java101 private ApplicationTrustManager trustManager; field in class:LoginDialog
114 * @param trustManager the trust manager to be used for the secure
119 public LoginDialog(JFrame parent, ApplicationTrustManager trustManager, argument
126 if (trustManager == null)
130 this.trustManager = trustManager;
444 trustManager.getLastRefusedCause();
648 return trustManager;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java187 private ApplicationTrustManager trustManager; field in class:SecureConnectionCliArgs
806 if (trustManager == null)
891 trustManager = new ApplicationTrustManager(truststore);
893 return trustManager;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DTopologyCache.java69 private final ApplicationTrustManager trustManager; field in class:TopologyCache
84 * @param trustManager the ApplicationTrustManager that must be used to trust
91 ApplicationTrustManager trustManager,
95 this.trustManager = trustManager;
197 return trustManager;
395 trustManager == null ? null : trustManager.createCopy(),
90 TopologyCache(ADSContext adsContext, ApplicationTrustManager trustManager, int timeout) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DConnectionUtils.java164 * @param trustManager null or the trust manager to be invoked during SSL
179 TrustManager trustManager, KeyManager keyManager) throws NamingException {
199 if (trustManager == null)
201 trustManager = new BlindTrustManager();
207 final TrustManager fTrustManager = trustManager;
232 * @param trustManager the trust manager to be used to connect.
238 final InitialLdapContext ctx, int timeout, TrustManager trustManager,
252 final TrustManager fTrustManager = trustManager;
290 * @param trustManager null or the trust manager to be invoked during SSL
310 TrustManager trustManager, KeyManage
177 createLdapsContext(String ldapsURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager) argument
237 cloneInitialLdapContext( final InitialLdapContext ctx, int timeout, TrustManager trustManager, KeyManager keyManager) argument
308 createStartTLSContext(String ldapURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager, HostnameVerifier verifier) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java83 private ApplicationTrustManager trustManager; field in class:LDAPConnectionPool
433 * @param trustManager the ApplicationTrustManager.
435 public void setTrustManager(ApplicationTrustManager trustManager) argument
437 this.trustManager = trustManager;
448 return trustManager;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java1117 * @param trustManager
1125 int connectTimeout, ApplicationTrustManager trustManager)
1132 ctx = createLdapsContext(ldapUrl, bindDn, pwd, connectTimeout, null, trustManager, null);
1138 null, trustManager, null);
1123 createAdministrativeContext(String host, int port, boolean useSSL, boolean useStartTLS, String bindDn, String pwd, int connectTimeout, ApplicationTrustManager trustManager) argument
H A DUninstallUserData.java51 private ApplicationTrustManager trustManager = new ApplicationTrustManager(null); field in class:UninstallUserData
246 return trustManager;
251 * @param trustManager the trust manager that can be used to establish secure
254 public void setTrustManager(ApplicationTrustManager trustManager) { argument
255 this.trustManager = trustManager;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java102 private ApplicationTrustManager trustManager; field in class:LoginDialog
114 * @param trustManager the trust manager to be used for the secure
119 public LoginDialog(JFrame parent, ApplicationTrustManager trustManager, argument
126 if (trustManager == null)
130 this.trustManager = trustManager;
442 trustManager.getLastRefusedCause();
646 return trustManager;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DSecureConnectionCliArgs.java121 private ApplicationTrustManager trustManager; field in class:SecureConnectionCliArgs
423 if (trustManager == null)
468 trustManager = new ApplicationTrustManager(truststore);
470 return trustManager;
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java1088 * @param trustManager
1096 int connectTimeout, ApplicationTrustManager trustManager)
1105 trustManager);
1111 null, trustManager, null);
1168 TrustManager trustManager = ci.getTrustManager();
1182 bindPassword, ci.getConnectTimeout(), null, trustManager,
1195 if (trustManager instanceof ApplicationTrustManager)
1198 (ApplicationTrustManager) trustManager;
1204 trustManager = ci.getTrustManager();
1257 trustManager, keyManage
1094 createAdministrativeContext(String host, int port, boolean useSSL, boolean useStartTLS, String bindDn, String pwd, int connectTimeout, ApplicationTrustManager trustManager) argument
[all...]
H A DLDAPConnectionConsoleInteraction.java82 private ApplicationTrustManager trustManager; field in class:LDAPConnectionConsoleInteraction
583 if ((useSSL || useStartTLS) && (trustManager == null))
1429 return this.trustManager;
1502 if (trustManager == null)
1600 if (trustManager == null)
1602 trustManager = new ApplicationTrustManager(truststore);
1607 trustManager.acceptCertificate(chain, authType, host);
1612 trustManager = new ApplicationTrustManager(truststore);
1758 * @param usedTrustManager the trustManager used when trying to establish the
1961 trustManager
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java77 private ApplicationTrustManager trustManager; field in class:Application
526 if (trustManager == null)
532 trustManager = new ApplicationTrustManager(UIKeyStore.getInstance());
537 trustManager = new ApplicationTrustManager(null);
542 trustManager = new ApplicationTrustManager(null);
545 return trustManager;
629 * @param trustManager the trust manager to be used to establish the
641 String dn, String pwd, ApplicationTrustManager trustManager,
652 trustManager, timeout, cnx, filter);
640 getRemoteConnection(ServerDescriptor server, String dn, String pwd, ApplicationTrustManager trustManager, int timeout, LinkedHashSet<PreferredConnection> cnx) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DApplication.java78 private ApplicationTrustManager trustManager; field in class:Application
527 if (trustManager == null)
533 trustManager = new ApplicationTrustManager(UIKeyStore.getInstance());
538 trustManager = new ApplicationTrustManager(null);
543 trustManager = new ApplicationTrustManager(null);
546 return trustManager;
630 * @param trustManager the trust manager to be used to establish the
642 String dn, String pwd, ApplicationTrustManager trustManager,
653 trustManager, timeout, cnx, filter);
641 getRemoteConnection(ServerDescriptor server, String dn, String pwd, ApplicationTrustManager trustManager, int timeout, LinkedHashSet<PreferredConnection> cnx) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java84 private ApplicationTrustManager trustManager; field in class:ControlPanelInfo
873 return trustManager;
879 * @param trustManager the trust manager to be used by this ControlPanelInfo.
881 public void setTrustManager(ApplicationTrustManager trustManager) argument
883 this.trustManager = trustManager;
884 connectionPool.setTrustManager(trustManager);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java85 private ApplicationTrustManager trustManager; field in class:ControlPanelInfo
874 return trustManager;
880 * @param trustManager the trust manager to be used by this ControlPanelInfo.
882 public void setTrustManager(ApplicationTrustManager trustManager) argument
884 this.trustManager = trustManager;
885 connectionPool.setTrustManager(trustManager);
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java1109 * @param trustManager
1117 int connectTimeout, ApplicationTrustManager trustManager)
1126 trustManager);
1132 null, trustManager, null);
1189 TrustManager trustManager = ci.getTrustManager();
1203 bindPassword, ci.getConnectTimeout(), null, trustManager,
1216 if (trustManager instanceof ApplicationTrustManager)
1219 (ApplicationTrustManager) trustManager;
1225 trustManager = ci.getTrustManager();
1278 trustManager, keyManage
1115 createAdministrativeContext(String host, int port, boolean useSSL, boolean useStartTLS, String bindDn, String pwd, int connectTimeout, ApplicationTrustManager trustManager) argument
[all...]
H A DLDAPConnectionConsoleInteraction.java81 private ApplicationTrustManager trustManager; field in class:LDAPConnectionConsoleInteraction
582 if ((useSSL || useStartTLS) && (trustManager == null))
1428 return this.trustManager;
1501 if (trustManager == null)
1599 if (trustManager == null)
1601 trustManager = new ApplicationTrustManager(truststore);
1606 trustManager.acceptCertificate(chain, authType, host);
1611 trustManager = new ApplicationTrustManager(truststore);
1757 * @param usedTrustManager the trustManager used when trying to establish the
1960 trustManager
[all...]

Completed in 204 milliseconds

12345