Searched defs:adsContext (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCache.java70 private final ADSContext adsContext; field in class:TopologyCache
89 * @param adsContext the adsContext to the ADS registry.
96 public TopologyCache(ADSContext adsContext, argument
100 this.adsContext = adsContext;
103 bindDN = ConnectionUtils.getBindDN(adsContext.getDirContext());
104 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
120 adsContext.readServerRegistry();
395 * Returns the adsContext use
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DTopologyCache.java71 private final ADSContext adsContext; field in class:TopologyCache
91 * @param adsContext the adsContext to the ADS registry.
98 public TopologyCache(ADSContext adsContext, argument
102 this.adsContext = adsContext;
105 bindDN = ConnectionUtils.getBindDN(adsContext.getDirContext());
106 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
122 adsContext.readServerRegistry();
410 * Returns the adsContext use
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DTopologyCache.java71 private final ADSContext adsContext; field in class:TopologyCache
91 * @param adsContext the adsContext to the ADS registry.
98 public TopologyCache(ADSContext adsContext, argument
102 this.adsContext = adsContext;
105 bindDN = ConnectionUtils.getBindDN(adsContext.getDirContext());
106 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
122 adsContext.readServerRegistry();
410 * Returns the adsContext use
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DTopologyCache.java70 private final ADSContext adsContext; field in class:TopologyCache
89 * @param adsContext the adsContext to the ADS registry.
96 public TopologyCache(ADSContext adsContext, argument
100 this.adsContext = adsContext;
103 bindDN = ConnectionUtils.getBindDN(adsContext.getDirContext());
104 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
120 adsContext.readServerRegistry();
395 * Returns the adsContext use
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DTopologyCache.java71 private final ADSContext adsContext; field in class:TopologyCache
91 * @param adsContext the adsContext to the ADS registry.
98 public TopologyCache(ADSContext adsContext, argument
102 this.adsContext = adsContext;
105 bindDN = ConnectionUtils.getBindDN(adsContext.getDirContext());
106 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
122 adsContext.readServerRegistry();
410 * Returns the adsContext use
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DTopologyCache.java68 private final ADSContext adsContext; field in class:TopologyCache
83 * @param adsContext the adsContext to the ADS registry.
90 public TopologyCache(ADSContext adsContext, argument
94 this.adsContext = adsContext;
97 bindDN = ConnectionUtils.getBindDN(adsContext.getDirContext());
98 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
114 adsContext.readServerRegistry();
401 * Returns the adsContext use
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java3745 ADSContext adsContext = new ADSContext(ctx[0]);
3746 if (adsContext.hasAdminData())
3755 TopologyCache cache = new TopologyCache(adsContext,
3836 adsContext = new ADSContext(ctx[0]);
3837 cache = new TopologyCache(adsContext, getTrustManager(),
3951 ADSContext adsContext = new ADSContext(ctx);
3952 if (adsContext.hasAdminData())
3954 Set<?> administrators = adsContext.readAdministratorRegistry();
3982 ADSContext adsContext = new ADSContext(ctx);
3984 adsContext
9379 registerServer(ADSContext adsContext, Map<ADSContext.ServerProperty, Object> serverProperties) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1574 ADSContext adsContext = new ADSContext(ctx);
1577 adsContext.removeAdminData(true);
1585 adsContext.unregisterServer(getNewServerAdsProperties(
1602 adsContext.deleteAdministrator(getAdministratorProperties(
2571 ADSContext adsContext = null; // Bound to ADS host (via one of above).
2595 adsContext = new ADSContext(remoteCtx); // adsContext owns remoteCtx
2599 if (! adsContext.hasAdminData())
2607 adsContext.createAdminData(null);
2614 adsContext
4114 updateUserDataWithSuffixesInADS( ADSContext adsContext, ApplicationTrustManager trustManager) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1637 ADSContext adsContext = new ADSContext(ctx);
1640 adsContext.removeAdminData(true);
1648 adsContext.unregisterServer(getNewServerAdsProperties(
1665 adsContext.deleteAdministrator(getAdministratorProperties(
2643 ADSContext adsContext = null; // Bound to ADS host (via one of above).
2667 adsContext = new ADSContext(remoteCtx); // adsContext owns remoteCtx
2671 if (! adsContext.hasAdminData())
2679 adsContext.createAdminData(null);
2686 adsContext
4226 updateUserDataWithSuffixesInADS( ADSContext adsContext, ApplicationTrustManager trustManager) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java3549 ADSContext adsContext = new ADSContext(ctx[0]);
3550 if (adsContext.hasAdminData())
3559 TopologyCache cache = new TopologyCache(adsContext,
3634 adsContext = new ADSContext(ctx[0]);
3635 cache = new TopologyCache(adsContext, getTrustManager(),
3749 ADSContext adsContext = new ADSContext(ctx);
3750 if (adsContext.hasAdminData())
3752 Set<?> administrators = adsContext.readAdministratorRegistry();
3780 ADSContext adsContext = new ADSContext(ctx);
3782 adsContext
8926 registerServer(ADSContext adsContext, Map<ADSContext.ServerProperty, Object> serverProperties) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1637 ADSContext adsContext = new ADSContext(ctx);
1640 adsContext.removeAdminData(true);
1648 adsContext.unregisterServer(getNewServerAdsProperties(
1665 adsContext.deleteAdministrator(getAdministratorProperties(
2643 ADSContext adsContext = null; // Bound to ADS host (via one of above).
2667 adsContext = new ADSContext(remoteCtx); // adsContext owns remoteCtx
2671 if (! adsContext.hasAdminData())
2679 adsContext.createAdminData(null);
2686 adsContext
4226 updateUserDataWithSuffixesInADS( ADSContext adsContext, ApplicationTrustManager trustManager) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java3745 ADSContext adsContext = new ADSContext(ctx[0]);
3746 if (adsContext.hasAdminData())
3755 TopologyCache cache = new TopologyCache(adsContext,
3836 adsContext = new ADSContext(ctx[0]);
3837 cache = new TopologyCache(adsContext, getTrustManager(),
3951 ADSContext adsContext = new ADSContext(ctx);
3952 if (adsContext.hasAdminData())
3954 Set<?> administrators = adsContext.readAdministratorRegistry();
3982 ADSContext adsContext = new ADSContext(ctx);
3984 adsContext
9379 registerServer(ADSContext adsContext, Map<ADSContext.ServerProperty, Object> serverProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java3746 ADSContext adsContext = new ADSContext(ctx[0]);
3747 if (adsContext.hasAdminData())
3756 TopologyCache cache = new TopologyCache(adsContext,
3837 adsContext = new ADSContext(ctx[0]);
3838 cache = new TopologyCache(adsContext, getTrustManager(),
3952 ADSContext adsContext = new ADSContext(ctx);
3953 if (adsContext.hasAdminData())
3955 Set<?> administrators = adsContext.readAdministratorRegistry();
3983 ADSContext adsContext = new ADSContext(ctx);
3985 adsContext
9380 registerServer(ADSContext adsContext, Map<ADSContext.ServerProperty, Object> serverProperties) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1574 ADSContext adsContext = new ADSContext(ctx);
1577 adsContext.removeAdminData(true);
1585 adsContext.unregisterServer(getNewServerAdsProperties(
1602 adsContext.deleteAdministrator(getAdministratorProperties(
2571 ADSContext adsContext = null; // Bound to ADS host (via one of above).
2595 adsContext = new ADSContext(remoteCtx); // adsContext owns remoteCtx
2599 if (! adsContext.hasAdminData())
2607 adsContext.createAdminData(null);
2614 adsContext
4114 updateUserDataWithSuffixesInADS( ADSContext adsContext, ApplicationTrustManager trustManager) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java3549 ADSContext adsContext = new ADSContext(ctx[0]);
3550 if (adsContext.hasAdminData())
3559 TopologyCache cache = new TopologyCache(adsContext,
3634 adsContext = new ADSContext(ctx[0]);
3635 cache = new TopologyCache(adsContext, getTrustManager(),
3749 ADSContext adsContext = new ADSContext(ctx);
3750 if (adsContext.hasAdminData())
3752 Set<?> administrators = adsContext.readAdministratorRegistry();
3780 ADSContext adsContext = new ADSContext(ctx);
3782 adsContext
8926 registerServer(ADSContext adsContext, Map<ADSContext.ServerProperty, Object> serverProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1691 ADSContext adsContext = new ADSContext(ctx);
1694 adsContext.removeAdminData(true);
1702 adsContext.unregisterServer(getNewServerAdsProperties(
1719 adsContext.deleteAdministrator(getAdministratorProperties(
2695 ADSContext adsContext = null; // Bound to ADS host (via one of above).
2719 adsContext = new ADSContext(remoteCtx); // adsContext owns remoteCtx
2723 if (! adsContext.hasAdminData())
2731 adsContext.createAdminData(null);
2738 adsContext
4278 updateUserDataWithSuffixesInADS( ADSContext adsContext, ApplicationTrustManager trustManager) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java1441 ADSContext adsContext = new ADSContext(ctx);
1444 adsContext.removeAdminData(true);
1452 adsContext.unregisterServer(getNewServerAdsProperties(getUserData()));
1467 adsContext.deleteAdministrator(getAdministratorProperties(getUserData()));
2312 ADSContext adsContext = null; // Bound to ADS host (via one of above).
2323 adsContext = new ADSContext(remoteCtx); // adsContext owns remoteCtx
2329 if (!adsContext.hasAdminData())
2336 adsContext.createAdminData(null);
2342 adsContext
3651 updateUserDataWithSuffixesInADS(ADSContext adsContext, ApplicationTrustManager trustManager) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java3568 ADSContext adsContext = new ADSContext(ctx1);
3569 if (adsContext.hasAdminData())
3578 TopologyCache cache = new TopologyCache(adsContext,
3652 adsContext = new ADSContext(ctx2);
3653 cache = new TopologyCache(adsContext, getTrustManager(ci),
3746 ADSContext adsContext = new ADSContext(ctx);
3747 if (adsContext.hasAdminData())
3749 Set<?> administrators = adsContext.readAdministratorRegistry();
3776 ADSContext adsContext = new ADSContext(ctx);
3778 adsContext
8091 registerServer(ADSContext adsContext, Map<ServerProperty, Object> serverProperties) argument
[all...]

Completed in 109 milliseconds