Searched refs:trustManager (Results 26 - 50 of 128) sorted by relevance

123456

/forgerock/opendj2/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.6.2/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-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-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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
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-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java163 TrustManager trustManager = ci.getTrustManager();
178 trustManager, keyManager);
194 if (trustManager instanceof ApplicationTrustManager)
197 (ApplicationTrustManager)trustManager;
204 trustManager = ci.getTrustManager();
248 trustManager, keyManager, null);
262 if (trustManager instanceof ApplicationTrustManager)
265 (ApplicationTrustManager)trustManager;
274 trustManager = ci.getTrustManager();
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java83 private X509TrustManager trustManager; field in class:ApplicationTrustManager
140 for (int i=0; i<preferredProvider.length && trustManager == null; i++)
164 trustManager = (X509TrustManager)trustManagers[j];
193 if (trustManager != null)
197 trustManager.checkClientTrusted(chain, authType);
250 if (trustManager != null)
254 trustManager.checkServerTrusted(chain, authType);
302 if (trustManager != null)
304 return trustManager.getAcceptedIssuers();
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java84 private X509TrustManager trustManager; field in class:ApplicationTrustManager
141 for (int i=0; i<preferredProvider.length && trustManager == null; i++)
165 trustManager = (X509TrustManager)trustManagers[j];
194 if (trustManager != null)
198 trustManager.checkClientTrusted(chain, authType);
251 if (trustManager != null)
255 trustManager.checkServerTrusted(chain, authType);
303 if (trustManager != null)
305 return trustManager.getAcceptedIssuers();
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java162 TrustManager trustManager = ci.getTrustManager();
177 trustManager, keyManager);
193 if (trustManager instanceof ApplicationTrustManager)
196 (ApplicationTrustManager)trustManager;
203 trustManager = ci.getTrustManager();
247 trustManager, keyManager, null);
261 if (trustManager instanceof ApplicationTrustManager)
264 (ApplicationTrustManager)trustManager;
273 trustManager = ci.getTrustManager();
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java163 TrustManager trustManager = ci.getTrustManager();
178 trustManager, keyManager);
194 if (trustManager instanceof ApplicationTrustManager)
197 (ApplicationTrustManager)trustManager;
204 trustManager = ci.getTrustManager();
248 trustManager, keyManager, null);
262 if (trustManager instanceof ApplicationTrustManager)
265 (ApplicationTrustManager)trustManager;
274 trustManager = ci.getTrustManager();
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java84 private X509TrustManager trustManager; field in class:ApplicationTrustManager
141 for (int i=0; i<preferredProvider.length && trustManager == null; i++)
165 trustManager = (X509TrustManager)trustManagers[j];
194 if (trustManager != null)
198 trustManager.checkClientTrusted(chain, authType);
251 if (trustManager != null)
255 trustManager.checkServerTrusted(chain, authType);
303 if (trustManager != null)
305 return trustManager.getAcceptedIssuers();
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java83 private X509TrustManager trustManager; field in class:ApplicationTrustManager
140 for (int i=0; i<preferredProvider.length && trustManager == null; i++)
164 trustManager = (X509TrustManager)trustManagers[j];
193 if (trustManager != null)
197 trustManager.checkClientTrusted(chain, authType);
250 if (trustManager != null)
254 trustManager.checkServerTrusted(chain, authType);
302 if (trustManager != null)
304 return trustManager.getAcceptedIssuers();
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java84 private X509TrustManager trustManager; field in class:ApplicationTrustManager
141 for (int i=0; i<preferredProvider.length && trustManager == null; i++)
165 trustManager = (X509TrustManager)trustManagers[j];
194 if (trustManager != null)
198 trustManager.checkClientTrusted(chain, authType);
251 if (trustManager != null)
255 trustManager.checkServerTrusted(chain, authType);
303 if (trustManager != null)
305 return trustManager.getAcceptedIssuers();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java163 TrustManager trustManager = ci.getTrustManager();
178 trustManager, keyManager);
194 if (trustManager instanceof ApplicationTrustManager)
197 (ApplicationTrustManager)trustManager;
204 trustManager = ci.getTrustManager();
248 trustManager, keyManager, null);
262 if (trustManager instanceof ApplicationTrustManager)
265 (ApplicationTrustManager)trustManager;
274 trustManager = ci.getTrustManager();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java162 TrustManager trustManager = ci.getTrustManager();
177 trustManager, keyManager);
193 if (trustManager instanceof ApplicationTrustManager)
196 (ApplicationTrustManager)trustManager;
203 trustManager = ci.getTrustManager();
247 trustManager, keyManager, null);
261 if (trustManager instanceof ApplicationTrustManager)
264 (ApplicationTrustManager)trustManager;
273 trustManager = ci.getTrustManager();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationTrustManager.java82 private X509TrustManager trustManager; field in class:ApplicationTrustManager
130 for (int i=0; i<preferredProvider.length && trustManager == null; i++)
154 trustManager = (X509TrustManager) tm;
181 if (trustManager != null)
185 trustManager.checkClientTrusted(chain, authType);
224 if (trustManager != null)
228 trustManager.checkServerTrusted(chain, authType);
273 if (trustManager != null)
275 return trustManager.getAcceptedIssuers();
/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.6.2/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-hg/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/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DApplication.java80 private ApplicationTrustManager trustManager; field in class:Application
507 if (trustManager == null)
513 trustManager = new ApplicationTrustManager(UIKeyStore.getInstance());
518 trustManager = new ApplicationTrustManager(null);
523 trustManager = new ApplicationTrustManager(null);
526 return trustManager;
610 * @param trustManager the trust manager to be used to establish the
622 String dn, String pwd, ApplicationTrustManager trustManager,
633 trustManager, timeout, cnx, filter);
621 getRemoteConnection(ServerDescriptor server, String dn, String pwd, ApplicationTrustManager trustManager, int timeout, LinkedHashSet<PreferredConnection> cnx) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DApplication.java75 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, Set<PreferredConnection> cnx) argument
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCache.java71 private final ApplicationTrustManager trustManager; field in class:TopologyCache
90 * @param trustManager the ApplicationTrustManager that must be used to trust
97 ApplicationTrustManager trustManager,
101 this.trustManager = trustManager;
204 return trustManager;
389 trustManager == null ? null : trustManager.createCopy(),
96 TopologyCache(ADSContext adsContext, ApplicationTrustManager trustManager, int timeout) argument
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DTopologyCache.java72 private final ApplicationTrustManager trustManager; field in class:TopologyCache
92 * @param trustManager the ApplicationTrustManager that must be used to trust
99 ApplicationTrustManager trustManager,
103 this.trustManager = trustManager;
216 return trustManager;
404 trustManager == null ? null : trustManager.createCopy(),
98 TopologyCache(ADSContext adsContext, ApplicationTrustManager trustManager, int timeout) argument
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DTopologyCache.java72 private final ApplicationTrustManager trustManager; field in class:TopologyCache
92 * @param trustManager the ApplicationTrustManager that must be used to trust
99 ApplicationTrustManager trustManager,
103 this.trustManager = trustManager;
216 return trustManager;
404 trustManager == null ? null : trustManager.createCopy(),
98 TopologyCache(ADSContext adsContext, ApplicationTrustManager trustManager, int timeout) argument

Completed in 82 milliseconds

123456