Searched defs:trustManager (Results 1 - 25 of 117) sorted by relevance

12345

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DExpirationCheckTrustManager.java59 private X509TrustManager trustManager; field in class:ExpirationCheckTrustManager
67 * @param trustManager The trust manager to be wrapped by this trust
70 public ExpirationCheckTrustManager(X509TrustManager trustManager) argument
72 this.trustManager = trustManager;
117 trustManager.checkClientTrusted(chain, authType);
162 trustManager.checkServerTrusted(chain, authType);
176 return trustManager.getAcceptedIssuers();
/forgerock/opendj2/src/server/org/opends/server/util/
H A DExpirationCheckTrustManager.java58 private X509TrustManager trustManager; field in class:ExpirationCheckTrustManager
66 * @param trustManager The trust manager to be wrapped by this trust
69 public ExpirationCheckTrustManager(X509TrustManager trustManager) argument
71 this.trustManager = trustManager;
116 trustManager.checkClientTrusted(chain, authType);
161 trustManager.checkServerTrusted(chain, authType);
175 return trustManager.getAcceptedIssuers();
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DExpirationCheckTrustManager.java59 private X509TrustManager trustManager; field in class:ExpirationCheckTrustManager
67 * @param trustManager The trust manager to be wrapped by this trust
70 public ExpirationCheckTrustManager(X509TrustManager trustManager) argument
72 this.trustManager = trustManager;
117 trustManager.checkClientTrusted(chain, authType);
162 trustManager.checkServerTrusted(chain, authType);
176 return trustManager.getAcceptedIssuers();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DExpirationCheckTrustManager.java59 private X509TrustManager trustManager; field in class:ExpirationCheckTrustManager
67 * @param trustManager The trust manager to be wrapped by this trust
70 public ExpirationCheckTrustManager(X509TrustManager trustManager) argument
72 this.trustManager = trustManager;
117 trustManager.checkClientTrusted(chain, authType);
162 trustManager.checkServerTrusted(chain, authType);
176 return trustManager.getAcceptedIssuers();
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DExpirationCheckTrustManager.java58 private X509TrustManager trustManager; field in class:ExpirationCheckTrustManager
66 * @param trustManager The trust manager to be wrapped by this trust
69 public ExpirationCheckTrustManager(X509TrustManager trustManager) argument
71 this.trustManager = trustManager;
116 trustManager.checkClientTrusted(chain, authType);
161 trustManager.checkServerTrusted(chain, authType);
175 return trustManager.getAcceptedIssuers();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DExpirationCheckTrustManager.java61 private X509TrustManager trustManager; field in class:ExpirationCheckTrustManager
69 * @param trustManager The trust manager to be wrapped by this trust
72 public ExpirationCheckTrustManager(X509TrustManager trustManager) argument
74 this.trustManager = trustManager;
115 trustManager.checkClientTrusted(chain, authType);
156 trustManager.checkServerTrusted(chain, authType);
170 return trustManager.getAcceptedIssuers();
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java44 private ApplicationTrustManager trustManager; field in class:TopologyCacheException
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
120 this.trustManager = trustManager;
163 return trustManager;
114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
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 DTopologyCacheException.java44 private ApplicationTrustManager trustManager; field in class:TopologyCacheException
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
120 this.trustManager = trustManager;
164 return trustManager;
114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
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 DTopologyCacheException.java44 private ApplicationTrustManager trustManager; field in class:TopologyCacheException
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
120 this.trustManager = trustManager;
164 return trustManager;
114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
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-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java44 private ApplicationTrustManager trustManager; field in class:TopologyCacheException
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
120 this.trustManager = trustManager;
163 return trustManager;
114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
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 DTopologyCacheException.java44 private ApplicationTrustManager trustManager; field in class:TopologyCacheException
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
120 this.trustManager = trustManager;
164 return trustManager;
114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DTopologyCacheException.java44 private ApplicationTrustManager trustManager; field in class:TopologyCacheException
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
120 this.trustManager = trustManager;
163 return trustManager;
114 TopologyCacheException(Type type, NamingException ne, ApplicationTrustManager trustManager, String ldapUrl) argument
/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();
H A DServerLoader.java65 private ApplicationTrustManager trustManager; field in class:ServerLoader
81 * @param trustManager the ApplicationTrustManager to be used when we try
92 String dn, String pwd, ApplicationTrustManager trustManager,
100 this.trustManager = trustManager;
152 trustManager, ldapUrl);
180 trustManager, getLastLdapUrl());
187 trustManager, getLastLdapUrl());
198 trustManager, getLastLdapUrl());
205 trustManager, getLastLdapUr
91 ServerLoader(Map<ServerProperty,Object> serverProperties, String dn, String pwd, ApplicationTrustManager trustManager, int timeout, Set<PreferredConnection> preferredLDAPURLs, TopologyCacheFilter filter) argument
[all...]
H A DTrustedSocketFactory.java60 private TrustManager trustManager; field in class:TrustedSocketFactory
65 * @param trustManager the trust manager to use.
68 public TrustedSocketFactory(TrustManager trustManager, KeyManager keyManager) argument
70 this.trustManager = trustManager;
78 * @param trustManager
84 TrustManager trustManager, KeyManager keyManager)
86 setThreadTrustManager(trustManager, Thread.currentThread());
92 * @param trustManager the trust manager to use.
96 TrustManager trustManager, Threa
83 setCurrentThreadTrustManager( TrustManager trustManager, KeyManager keyManager) argument
95 setThreadTrustManager( TrustManager trustManager, Thread thread) argument
[all...]
/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();
H A DServerLoader.java62 private ApplicationTrustManager trustManager; field in class:ServerLoader
78 * @param trustManager the ApplicationTrustManager to be used when we try
89 String dn, String pwd, ApplicationTrustManager trustManager,
97 this.trustManager = trustManager;
149 trustManager, ldapUrl);
177 trustManager, getLastLdapUrl());
184 trustManager, getLastLdapUrl());
195 trustManager, getLastLdapUrl());
202 trustManager, getLastLdapUr
88 ServerLoader(Map<ServerProperty,Object> serverProperties, String dn, String pwd, ApplicationTrustManager trustManager, int timeout, LinkedHashSet<PreferredConnection> preferredLDAPURLs, TopologyCacheFilter filter) argument
[all...]
H A DTrustedSocketFactory.java61 private TrustManager trustManager; field in class:TrustedSocketFactory
66 * @param trustManager the trust manager to use.
69 public TrustedSocketFactory(TrustManager trustManager, KeyManager keyManager) argument
71 this.trustManager = trustManager;
79 * @param trustManager
85 TrustManager trustManager, KeyManager keyManager)
87 setThreadTrustManager(trustManager, Thread.currentThread());
93 * @param trustManager the trust manager to use.
97 TrustManager trustManager, Threa
84 setCurrentThreadTrustManager( TrustManager trustManager, KeyManager keyManager) argument
96 setThreadTrustManager( TrustManager trustManager, Thread thread) argument
[all...]
/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();
H A DServerLoader.java62 private ApplicationTrustManager trustManager; field in class:ServerLoader
78 * @param trustManager the ApplicationTrustManager to be used when we try
89 String dn, String pwd, ApplicationTrustManager trustManager,
97 this.trustManager = trustManager;
149 trustManager, ldapUrl);
177 trustManager, getLastLdapUrl());
184 trustManager, getLastLdapUrl());
195 trustManager, getLastLdapUrl());
202 trustManager, getLastLdapUr
88 ServerLoader(Map<ServerProperty,Object> serverProperties, String dn, String pwd, ApplicationTrustManager trustManager, int timeout, LinkedHashSet<PreferredConnection> preferredLDAPURLs, TopologyCacheFilter filter) argument
[all...]
H A DTrustedSocketFactory.java61 private TrustManager trustManager; field in class:TrustedSocketFactory
66 * @param trustManager the trust manager to use.
69 public TrustedSocketFactory(TrustManager trustManager, KeyManager keyManager) argument
71 this.trustManager = trustManager;
79 * @param trustManager
85 TrustManager trustManager, KeyManager keyManager)
87 setThreadTrustManager(trustManager, Thread.currentThread());
93 * @param trustManager the trust manager to use.
97 TrustManager trustManager, Threa
84 setCurrentThreadTrustManager( TrustManager trustManager, KeyManager keyManager) argument
96 setThreadTrustManager( TrustManager trustManager, Thread thread) argument
[all...]

Completed in 162 milliseconds

12345