Searched defs:readonlyServerProperties (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServer.java229 private HashSet<ServerProperty> readonlyServerProperties; field in class:DsFrameworkCliServer
356 readonlyServerProperties = new HashSet<ServerProperty>();
376 readonlyServerProperties.add(prop);
855 if (readonlyServerProperties.contains(
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServer.java230 private HashSet<ServerProperty> readonlyServerProperties; field in class:DsFrameworkCliServer
357 readonlyServerProperties = new HashSet<ServerProperty>();
377 readonlyServerProperties.add(prop);
856 if (readonlyServerProperties.contains(
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServer.java230 private HashSet<ServerProperty> readonlyServerProperties; field in class:DsFrameworkCliServer
357 readonlyServerProperties = new HashSet<ServerProperty>();
377 readonlyServerProperties.add(prop);
856 if (readonlyServerProperties.contains(
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServer.java229 private HashSet<ServerProperty> readonlyServerProperties; field in class:DsFrameworkCliServer
356 readonlyServerProperties = new HashSet<ServerProperty>();
376 readonlyServerProperties.add(prop);
855 if (readonlyServerProperties.contains(
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServer.java230 private HashSet<ServerProperty> readonlyServerProperties; field in class:DsFrameworkCliServer
357 readonlyServerProperties = new HashSet<ServerProperty>();
377 readonlyServerProperties.add(prop);
856 if (readonlyServerProperties.contains(

Completed in 35 milliseconds