Searched refs:ApplicationTrustManager (Results 1 - 25 of 136) sorted by relevance

123456

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java33 import org.opends.admin.ads.util.ApplicationTrustManager;
39 public class BlindApplicationTrustManager extends ApplicationTrustManager
74 * Creates a copy of this ApplicationTrustManager.
75 * @return a copy of this ApplicationTrustManager.
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java32 import org.opends.admin.ads.util.ApplicationTrustManager;
38 public class BlindApplicationTrustManager extends ApplicationTrustManager
73 * Creates a copy of this ApplicationTrustManager.
74 * @return a copy of this ApplicationTrustManager.
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java33 import org.opends.admin.ads.util.ApplicationTrustManager;
39 public class BlindApplicationTrustManager extends ApplicationTrustManager
74 * Creates a copy of this ApplicationTrustManager.
75 * @return a copy of this ApplicationTrustManager.
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java32 import org.opends.admin.ads.util.ApplicationTrustManager;
38 public class BlindApplicationTrustManager extends ApplicationTrustManager
73 * Creates a copy of this ApplicationTrustManager.
74 * @return a copy of this ApplicationTrustManager.
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java33 import org.opends.admin.ads.util.ApplicationTrustManager;
39 public class BlindApplicationTrustManager extends ApplicationTrustManager
74 * Creates a copy of this ApplicationTrustManager.
75 * @return a copy of this ApplicationTrustManager.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java33 import org.opends.admin.ads.util.ApplicationTrustManager;
39 public class BlindApplicationTrustManager extends ApplicationTrustManager
68 * Creates a copy of this ApplicationTrustManager.
69 * @return a copy of this ApplicationTrustManager.
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java33 import org.opends.admin.ads.util.ApplicationTrustManager;
44 private ApplicationTrustManager trustManager;
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
156 * Returns the ApplicationTrustManager that we were using when this exception
158 * @return the ApplicationTrustManager that we were using when this exception
161 public ApplicationTrustManager getTrustManager()
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java33 import org.opends.admin.ads.util.ApplicationTrustManager;
44 private ApplicationTrustManager trustManager;
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
157 * Returns the ApplicationTrustManager that we were using when this exception
159 * @return the ApplicationTrustManager that we were using when this exception
162 public ApplicationTrustManager getTrustManager()
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java33 import org.opends.admin.ads.util.ApplicationTrustManager;
44 private ApplicationTrustManager trustManager;
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
157 * Returns the ApplicationTrustManager that we were using when this exception
159 * @return the ApplicationTrustManager that we were using when this exception
162 public ApplicationTrustManager getTrustManager()
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java33 import org.opends.admin.ads.util.ApplicationTrustManager;
44 private ApplicationTrustManager trustManager;
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
156 * Returns the ApplicationTrustManager that we were using when this exception
158 * @return the ApplicationTrustManager that we were using when this exception
161 public ApplicationTrustManager getTrustManager()
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheException.java33 import org.opends.admin.ads.util.ApplicationTrustManager;
44 private ApplicationTrustManager trustManager;
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
157 * Returns the ApplicationTrustManager that we were using when this exception
159 * @return the ApplicationTrustManager that we were using when this exception
162 public ApplicationTrustManager getTrustManager()
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DTopologyCacheException.java33 import org.opends.admin.ads.util.ApplicationTrustManager;
44 private ApplicationTrustManager trustManager;
109 * @param trustManager the ApplicationTrustManager used when the
115 ApplicationTrustManager trustManager, String ldapUrl)
156 * Returns the ApplicationTrustManager that we were using when this exception
158 * @return the ApplicationTrustManager that we were using when this exception
161 public ApplicationTrustManager getTrustManager()
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java31 import org.opends.admin.ads.util.ApplicationTrustManager;
51 private ApplicationTrustManager trustManager =
52 new ApplicationTrustManager(null);
247 public ApplicationTrustManager getTrustManager() {
256 public void setTrustManager(ApplicationTrustManager trustManager) {
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java30 import org.opends.admin.ads.util.ApplicationTrustManager;
50 private ApplicationTrustManager trustManager =
51 new ApplicationTrustManager(null);
246 public ApplicationTrustManager getTrustManager() {
255 public void setTrustManager(ApplicationTrustManager trustManager) {
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java31 import org.opends.admin.ads.util.ApplicationTrustManager;
51 private ApplicationTrustManager trustManager =
52 new ApplicationTrustManager(null);
247 public ApplicationTrustManager getTrustManager() {
256 public void setTrustManager(ApplicationTrustManager trustManager) {
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java30 import org.opends.admin.ads.util.ApplicationTrustManager;
50 private ApplicationTrustManager trustManager =
51 new ApplicationTrustManager(null);
246 public ApplicationTrustManager getTrustManager() {
255 public void setTrustManager(ApplicationTrustManager trustManager) {
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java31 import org.opends.admin.ads.util.ApplicationTrustManager;
51 private ApplicationTrustManager trustManager =
52 new ApplicationTrustManager(null);
247 public ApplicationTrustManager getTrustManager() {
256 public void setTrustManager(ApplicationTrustManager trustManager) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstallUserData.java31 import org.opends.admin.ads.util.ApplicationTrustManager;
51 private ApplicationTrustManager trustManager = new ApplicationTrustManager(null);
245 public ApplicationTrustManager getTrustManager() {
254 public void setTrustManager(ApplicationTrustManager trustManager) {
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java29 import org.opends.admin.ads.util.ApplicationTrustManager;
194 if (trustManager instanceof ApplicationTrustManager)
196 ApplicationTrustManager appTrustManager =
197 (ApplicationTrustManager)trustManager;
262 if (trustManager instanceof ApplicationTrustManager)
264 ApplicationTrustManager appTrustManager =
265 (ApplicationTrustManager)trustManager;
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java28 import org.opends.admin.ads.util.ApplicationTrustManager;
193 if (trustManager instanceof ApplicationTrustManager)
195 ApplicationTrustManager appTrustManager =
196 (ApplicationTrustManager)trustManager;
261 if (trustManager instanceof ApplicationTrustManager)
263 ApplicationTrustManager appTrustManager =
264 (ApplicationTrustManager)trustManager;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java29 import org.opends.admin.ads.util.ApplicationTrustManager;
194 if (trustManager instanceof ApplicationTrustManager)
196 ApplicationTrustManager appTrustManager =
197 (ApplicationTrustManager)trustManager;
262 if (trustManager instanceof ApplicationTrustManager)
264 ApplicationTrustManager appTrustManager =
265 (ApplicationTrustManager)trustManager;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java29 import org.opends.admin.ads.util.ApplicationTrustManager;
194 if (trustManager instanceof ApplicationTrustManager)
196 ApplicationTrustManager appTrustManager =
197 (ApplicationTrustManager)trustManager;
262 if (trustManager instanceof ApplicationTrustManager)
264 ApplicationTrustManager appTrustManager =
265 (ApplicationTrustManager)trustManager;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java28 import org.opends.admin.ads.util.ApplicationTrustManager;
193 if (trustManager instanceof ApplicationTrustManager)
195 ApplicationTrustManager appTrustManager =
196 (ApplicationTrustManager)trustManager;
261 if (trustManager instanceof ApplicationTrustManager)
263 ApplicationTrustManager appTrustManager =
264 (ApplicationTrustManager)trustManager;
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java62 public class ApplicationTrustManager implements X509TrustManager class in inherits:X509TrustManager
81 Logger.getLogger(ApplicationTrustManager.class.getName());
106 public ApplicationTrustManager(KeyStore keystore) method in class:ApplicationTrustManager
354 * Creates a copy of this ApplicationTrustManager.
355 * @return a copy of this ApplicationTrustManager.
357 public ApplicationTrustManager createCopy()
359 ApplicationTrustManager copy = new ApplicationTrustManager(keystore);
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java63 public class ApplicationTrustManager implements X509TrustManager class in inherits:X509TrustManager
82 Logger.getLogger(ApplicationTrustManager.class.getName());
107 public ApplicationTrustManager(KeyStore keystore) method in class:ApplicationTrustManager
355 * Creates a copy of this ApplicationTrustManager.
356 * @return a copy of this ApplicationTrustManager.
358 public ApplicationTrustManager createCopy()
360 ApplicationTrustManager copy = new ApplicationTrustManager(keystore);

Completed in 131 milliseconds

123456