Searched refs:StringPropertyDefinition (Results 1 - 25 of 60) sorted by relevance

123

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DStringPropertyDefinitionTest.java41 * StringPropertyDefinition Tester.
50 StringPropertyDefinition d = getDefinition(true, null);
61 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
72 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
83 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
94 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
101 private StringPropertyDefinition getDefinition(
103 StringPropertyDefinition.Builder builder = StringPropertyDefinition
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DStringPropertyDefinitionTest.java40 * StringPropertyDefinition Tester.
49 StringPropertyDefinition d = getDefinition(true, null);
60 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
71 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
82 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
93 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
100 private StringPropertyDefinition getDefinition(
102 StringPropertyDefinition.Builder builder = StringPropertyDefinition
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DStringPropertyDefinitionTest.java41 * StringPropertyDefinition Tester.
50 StringPropertyDefinition d = getDefinition(true, null);
61 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
72 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
83 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
94 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
101 private StringPropertyDefinition getDefinition(
103 StringPropertyDefinition.Builder builder = StringPropertyDefinition
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DStringPropertyDefinitionTest.java40 * StringPropertyDefinition Tester.
49 StringPropertyDefinition d = getDefinition(true, null);
60 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
71 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
82 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
93 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
100 private StringPropertyDefinition getDefinition(
102 StringPropertyDefinition.Builder builder = StringPropertyDefinition
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DStringPropertyDefinitionTest.java41 * StringPropertyDefinition Tester.
50 StringPropertyDefinition d = getDefinition(true, null);
61 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
72 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
83 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
94 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
101 private StringPropertyDefinition getDefinition(
103 StringPropertyDefinition.Builder builder = StringPropertyDefinition
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/
H A DStringPropertyDefinitionTest.java36 * StringPropertyDefinition Tester.
45 StringPropertyDefinition d = getDefinition(true, null);
56 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
67 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
78 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
89 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
96 private StringPropertyDefinition getDefinition(
98 StringPropertyDefinition.Builder builder = StringPropertyDefinition
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DStringPropertyDefinitionTest.java38 StringPropertyDefinition d = getDefinition(true, null);
44 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
51 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
57 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
64 StringPropertyDefinition d = getDefinition(true, "^[a-z]+$");
69 private StringPropertyDefinition getDefinition(boolean isCaseInsensitive, String pattern) {
70 StringPropertyDefinition.Builder builder = StringPropertyDefinition.createBuilder(RootCfgDefn.getInstance(),
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DStringPropertyDefinition.java46 public final class StringPropertyDefinition extends PropertyDefinition<String> { class in inherits:PropertyDefinition
53 AbstractBuilder<String, StringPropertyDefinition> {
123 protected StringPropertyDefinition buildInstance(
128 return new StringPropertyDefinition(d, propertyName, options,
166 private StringPropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, method in class:StringPropertyDefinition
H A DPropertyDefinitionVisitor.java264 public R visitString(StringPropertyDefinition pd, P p) {
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DStringPropertyDefinition.java47 public final class StringPropertyDefinition extends PropertyDefinition<String> { class in inherits:PropertyDefinition
54 AbstractBuilder<String, StringPropertyDefinition> {
124 protected StringPropertyDefinition buildInstance(
129 return new StringPropertyDefinition(d, propertyName, options,
167 private StringPropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, method in class:StringPropertyDefinition
H A DPropertyDefinitionVisitor.java265 public R visitString(StringPropertyDefinition pd, P p) {
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DStringPropertyDefinition.java47 public final class StringPropertyDefinition extends PropertyDefinition<String> { class in inherits:PropertyDefinition
54 AbstractBuilder<String, StringPropertyDefinition> {
124 protected StringPropertyDefinition buildInstance(
129 return new StringPropertyDefinition(d, propertyName, options,
167 private StringPropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, method in class:StringPropertyDefinition
H A DPropertyDefinitionVisitor.java265 public R visitString(StringPropertyDefinition pd, P p) {
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DStringPropertyDefinition.java46 public final class StringPropertyDefinition extends PropertyDefinition<String> { class in inherits:PropertyDefinition
53 AbstractBuilder<String, StringPropertyDefinition> {
123 protected StringPropertyDefinition buildInstance(
128 return new StringPropertyDefinition(d, propertyName, options,
166 private StringPropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, method in class:StringPropertyDefinition
H A DPropertyDefinitionVisitor.java264 public R visitString(StringPropertyDefinition pd, P p) {
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DStringPropertyDefinition.java47 public final class StringPropertyDefinition extends PropertyDefinition<String> { class in inherits:PropertyDefinition
54 AbstractBuilder<String, StringPropertyDefinition> {
124 protected StringPropertyDefinition buildInstance(
129 return new StringPropertyDefinition(d, propertyName, options,
167 private StringPropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, method in class:StringPropertyDefinition
H A DPropertyDefinitionVisitor.java265 public R visitString(StringPropertyDefinition pd, P p) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DStringPropertyDefinition.java47 public final class StringPropertyDefinition extends PropertyDefinition<String> { class in inherits:PropertyDefinition
54 AbstractBuilder<String, StringPropertyDefinition> {
126 protected StringPropertyDefinition buildInstance(
131 return new StringPropertyDefinition(d, propertyName, options,
173 private StringPropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, method in class:StringPropertyDefinition
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DStringPropertyDefinition.java43 public final class StringPropertyDefinition extends PropertyDefinition<String> { class in inherits:PropertyDefinition
48 public static final class Builder extends AbstractBuilder<String, StringPropertyDefinition> {
110 protected StringPropertyDefinition buildInstance(AbstractManagedObjectDefinition<?, ?> d,
113 return new StringPropertyDefinition(d, propertyName, options, adminAction, defaultBehavior,
149 private StringPropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, String propertyName, method in class:StringPropertyDefinition
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java50 import org.opends.server.admin.StringPropertyDefinition;
73 private StringPropertyDefinition testSvStringPropertyDefinition = null;
76 private StringPropertyDefinition testMvStringPropertyDefinition = null;
97 StringPropertyDefinition.Builder builder2 =
98 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-sv-str-prop");
104 StringPropertyDefinition.Builder builder3 =
105 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-mv-str-prop");
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java49 import org.opends.server.admin.StringPropertyDefinition;
72 private StringPropertyDefinition testSvStringPropertyDefinition = null;
75 private StringPropertyDefinition testMvStringPropertyDefinition = null;
96 StringPropertyDefinition.Builder builder2 =
97 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-sv-str-prop");
103 StringPropertyDefinition.Builder builder3 =
104 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-mv-str-prop");
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java50 import org.opends.server.admin.StringPropertyDefinition;
73 private StringPropertyDefinition testSvStringPropertyDefinition = null;
76 private StringPropertyDefinition testMvStringPropertyDefinition = null;
97 StringPropertyDefinition.Builder builder2 =
98 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-sv-str-prop");
104 StringPropertyDefinition.Builder builder3 =
105 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-mv-str-prop");
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java49 import org.opends.server.admin.StringPropertyDefinition;
72 private StringPropertyDefinition testSvStringPropertyDefinition = null;
75 private StringPropertyDefinition testMvStringPropertyDefinition = null;
96 StringPropertyDefinition.Builder builder2 =
97 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-sv-str-prop");
103 StringPropertyDefinition.Builder builder3 =
104 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-mv-str-prop");
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java50 import org.opends.server.admin.StringPropertyDefinition;
73 private StringPropertyDefinition testSvStringPropertyDefinition = null;
76 private StringPropertyDefinition testMvStringPropertyDefinition = null;
97 StringPropertyDefinition.Builder builder2 =
98 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-sv-str-prop");
104 StringPropertyDefinition.Builder builder3 =
105 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-mv-str-prop");
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/client/spi/
H A DPropertySetTest.java50 import org.opends.server.admin.StringPropertyDefinition;
73 private StringPropertyDefinition testSvStringPropertyDefinition;
76 private StringPropertyDefinition testMvStringPropertyDefinition;
98 StringPropertyDefinition.Builder builder2 =
99 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-sv-str-prop");
105 StringPropertyDefinition.Builder builder3 =
106 StringPropertyDefinition.createBuilder(TopCfgDefn.getInstance(), "test-mv-str-prop");

Completed in 85 milliseconds

123