Searched refs:trustManager (Results 51 - 75 of 128) sorted by relevance

123456

/forgerock/opendj2-hg/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/opendj2-jel-hg/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/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/opendj2/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/opendj-b2.6/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.6.2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java174 * @param trustManager null or the trust manager to be invoked during SSL
189 TrustManager trustManager, KeyManager keyManager) throws NamingException {
215 if (trustManager == null)
217 trustManager = new BlindTrustManager();
223 final TrustManager fTrustManager = trustManager;
251 * @param trustManager the trust manager to be used to connect.
257 final InitialLdapContext ctx, int timeout, TrustManager trustManager,
271 final TrustManager fTrustManager = trustManager;
313 * @param trustManager null or the trust manager to be invoked during SSL
333 TrustManager trustManager, KeyManage
187 createLdapsContext(String ldapsURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager) argument
256 cloneInitialLdapContext( final InitialLdapContext ctx, int timeout, TrustManager trustManager, KeyManager keyManager) argument
331 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/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-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/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/opendj2/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/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/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-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...]
/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...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java1062 * @param trustManager
1070 int connectTimeout, ApplicationTrustManager trustManager)
1079 trustManager);
1085 null, trustManager, null);
1142 TrustManager trustManager = ci.getTrustManager();
1156 bindPassword, ci.getConnectTimeout(), null, trustManager,
1169 if (trustManager instanceof ApplicationTrustManager)
1172 (ApplicationTrustManager) trustManager;
1178 trustManager = ci.getTrustManager();
1231 trustManager, keyManage
1068 createAdministrativeContext(String host, int port, boolean useSSL, boolean useStartTLS, String bindDn, String pwd, int connectTimeout, ApplicationTrustManager trustManager) argument
[all...]
/forgerock/opendj2-jel-hg/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...]
/forgerock/opendj2-hg/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...]
/forgerock/opendj-b2.6/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.6.2/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-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/opendj-b2.6/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/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.6.2/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-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/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;

Completed in 57 milliseconds

123456