Searched defs:adsProperties (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java59 private final Map<ADSContext.ServerProperty, Object> adsProperties = field in class:ServerDescriptor
196 return adsProperties;
215 return !adsProperties.isEmpty();
314 * @param adsProperties a Map containing the ADS properties of the server.
317 Map<ADSContext.ServerProperty, Object> adsProperties)
319 this.adsProperties.clear();
320 this.adsProperties.putAll(adsProperties);
332 host = (String)adsProperties.get(ADSContext.ServerProperty.HOST_NAME);
540 Object v = adsProperties
316 setAdsProperties( Map<ADSContext.ServerProperty, Object> adsProperties) argument
759 createStandalone( Map<ADSContext.ServerProperty, Object> adsProperties) argument
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java60 private final Map<ADSContext.ServerProperty, Object> adsProperties = field in class:ServerDescriptor
197 return adsProperties;
216 return !adsProperties.isEmpty();
315 * @param adsProperties a Map containing the ADS properties of the server.
318 Map<ADSContext.ServerProperty, Object> adsProperties)
320 this.adsProperties.clear();
321 this.adsProperties.putAll(adsProperties);
333 host = (String)adsProperties.get(ADSContext.ServerProperty.HOST_NAME);
541 Object v = adsProperties
317 setAdsProperties( Map<ADSContext.ServerProperty, Object> adsProperties) argument
760 createStandalone( Map<ADSContext.ServerProperty, Object> adsProperties) argument
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java60 private final Map<ADSContext.ServerProperty, Object> adsProperties = field in class:ServerDescriptor
197 return adsProperties;
216 return !adsProperties.isEmpty();
315 * @param adsProperties a Map containing the ADS properties of the server.
318 Map<ADSContext.ServerProperty, Object> adsProperties)
320 this.adsProperties.clear();
321 this.adsProperties.putAll(adsProperties);
333 host = (String)adsProperties.get(ADSContext.ServerProperty.HOST_NAME);
541 Object v = adsProperties
317 setAdsProperties( Map<ADSContext.ServerProperty, Object> adsProperties) argument
760 createStandalone( Map<ADSContext.ServerProperty, Object> adsProperties) argument
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java59 private final Map<ADSContext.ServerProperty, Object> adsProperties = field in class:ServerDescriptor
196 return adsProperties;
215 return !adsProperties.isEmpty();
314 * @param adsProperties a Map containing the ADS properties of the server.
317 Map<ADSContext.ServerProperty, Object> adsProperties)
319 this.adsProperties.clear();
320 this.adsProperties.putAll(adsProperties);
332 host = (String)adsProperties.get(ADSContext.ServerProperty.HOST_NAME);
540 Object v = adsProperties
316 setAdsProperties( Map<ADSContext.ServerProperty, Object> adsProperties) argument
759 createStandalone( Map<ADSContext.ServerProperty, Object> adsProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java60 private final Map<ADSContext.ServerProperty, Object> adsProperties = field in class:ServerDescriptor
197 return adsProperties;
216 return !adsProperties.isEmpty();
315 * @param adsProperties a Map containing the ADS properties of the server.
318 Map<ADSContext.ServerProperty, Object> adsProperties)
320 this.adsProperties.clear();
321 this.adsProperties.putAll(adsProperties);
333 host = (String)adsProperties.get(ADSContext.ServerProperty.HOST_NAME);
541 Object v = adsProperties
317 setAdsProperties( Map<ADSContext.ServerProperty, Object> adsProperties) argument
760 createStandalone( Map<ADSContext.ServerProperty, Object> adsProperties) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DServerDescriptor.java67 private final Map<ADSContext.ServerProperty, Object> adsProperties = new HashMap<>(); field in class:ServerDescriptor
153 return adsProperties;
172 return !adsProperties.isEmpty();
259 * @param adsProperties a Map containing the ADS properties of the server.
262 Map<ADSContext.ServerProperty, Object> adsProperties)
264 this.adsProperties.clear();
265 this.adsProperties.putAll(adsProperties);
279 return (String) adsProperties.get(ADSContext.ServerProperty.HOST_NAME);
396 Object v = adsProperties
261 setAdsProperties( Map<ADSContext.ServerProperty, Object> adsProperties) argument
640 createStandalone( Map<ADSContext.ServerProperty, Object> adsProperties) argument
[all...]

Completed in 41 milliseconds