Searched defs:TestChildCfgDefn (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestChildCfgDefn.java72 public final class TestChildCfgDefn extends ManagedObjectDefinition<TestChildCfgClient, TestChildCfg> { class in inherits:ManagedObjectDefinition
75 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn();
181 DefaultBehaviorProvider<DN> provider = new RelativeInheritedDefaultBehaviorProvider<DN>(TestChildCfgDefn.getInstance(), "optional-multi-valued-dn-property1", 0);
195 public static TestChildCfgDefn getInstance() {
204 private TestChildCfgDefn() { method in class:TestChildCfgDefn
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestChildCfgDefn.java71 public final class TestChildCfgDefn extends ManagedObjectDefinition<TestChildCfgClient, TestChildCfg> { class in inherits:ManagedObjectDefinition
74 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn();
180 DefaultBehaviorProvider<DN> provider = new RelativeInheritedDefaultBehaviorProvider<DN>(TestChildCfgDefn.getInstance(), "optional-multi-valued-dn-property1", 0);
194 public static TestChildCfgDefn getInstance() {
203 private TestChildCfgDefn() { method in class:TestChildCfgDefn
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestChildCfgDefn.java72 public final class TestChildCfgDefn extends ManagedObjectDefinition<TestChildCfgClient, TestChildCfg> { class in inherits:ManagedObjectDefinition
75 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn();
181 DefaultBehaviorProvider<DN> provider = new RelativeInheritedDefaultBehaviorProvider<DN>(TestChildCfgDefn.getInstance(), "optional-multi-valued-dn-property1", 0);
195 public static TestChildCfgDefn getInstance() {
204 private TestChildCfgDefn() { method in class:TestChildCfgDefn
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestChildCfgDefn.java71 public final class TestChildCfgDefn extends ManagedObjectDefinition<TestChildCfgClient, TestChildCfg> { class in inherits:ManagedObjectDefinition
74 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn();
180 DefaultBehaviorProvider<DN> provider = new RelativeInheritedDefaultBehaviorProvider<DN>(TestChildCfgDefn.getInstance(), "optional-multi-valued-dn-property1", 0);
194 public static TestChildCfgDefn getInstance() {
203 private TestChildCfgDefn() { method in class:TestChildCfgDefn
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestChildCfgDefn.java72 public final class TestChildCfgDefn extends ManagedObjectDefinition<TestChildCfgClient, TestChildCfg> { class in inherits:ManagedObjectDefinition
75 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn();
181 DefaultBehaviorProvider<DN> provider = new RelativeInheritedDefaultBehaviorProvider<DN>(TestChildCfgDefn.getInstance(), "optional-multi-valued-dn-property1", 0);
195 public static TestChildCfgDefn getInstance() {
204 private TestChildCfgDefn() { method in class:TestChildCfgDefn
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/
H A DTestChildCfgDefn.java72 public final class TestChildCfgDefn extends ManagedObjectDefinition<TestChildCfgClient, TestChildCfg> { class in inherits:ManagedObjectDefinition
75 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn();
165 DefaultBehaviorProvider<DN> provider = new RelativeInheritedDefaultBehaviorProvider<>(TestChildCfgDefn.getInstance(), "optional-multi-valued-dn-property1", 0);
179 public static TestChildCfgDefn getInstance() {
188 private TestChildCfgDefn() { method in class:TestChildCfgDefn
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DTestChildCfgDefn.java51 public final class TestChildCfgDefn extends ManagedObjectDefinition<TestChildCfgClient, TestChildCfg> { class in inherits:ManagedObjectDefinition
54 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn();
156 TestChildCfgDefn.getInstance(), "optional-multi-valued-dn-property1", 0);
167 public static TestChildCfgDefn getInstance() {
174 private TestChildCfgDefn() { method in class:TestChildCfgDefn

Completed in 95 milliseconds