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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java50 private AttributeType cnType = null; field in class:AttributeBuilderTest
111 Attributes.empty(cnType),
112 cnType,
118 2, Attributes.empty("cn"), cnType, "cn", noOptions, noValues
121 3, Attributes.empty("CN"), cnType, "CN", noOptions, noValues
125 Attributes.empty(cnType, "CN"),
126 cnType,
133 Attributes.empty(Attributes.empty(cnType, "CN")),
134 cnType,
141 Attributes.empty(Attributes.create(cnType, "C
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java49 private AttributeType cnType = null; field in class:AttributeBuilderTest
108 { 1, Attributes.empty(cnType), cnType, "cn", noOptions, noValues },
109 { 2, Attributes.empty("cn"), cnType, "cn", noOptions, noValues },
110 { 3, Attributes.empty("CN"), cnType, "CN", noOptions, noValues },
111 { 4, Attributes.empty(cnType, "CN"), cnType, "CN", noOptions, noValues},
114 Attributes.empty(Attributes.empty(cnType, "CN")),
115 cnType,
122 Attributes.empty(Attributes.create(cnType, "C
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java50 private AttributeType cnType = null; field in class:AttributeBuilderTest
111 Attributes.empty(cnType),
112 cnType,
118 2, Attributes.empty("cn"), cnType, "cn", noOptions, noValues
121 3, Attributes.empty("CN"), cnType, "CN", noOptions, noValues
125 Attributes.empty(cnType, "CN"),
126 cnType,
133 Attributes.empty(Attributes.empty(cnType, "CN")),
134 cnType,
141 Attributes.empty(Attributes.create(cnType, "C
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java49 private AttributeType cnType = null; field in class:AttributeBuilderTest
108 { 1, Attributes.empty(cnType), cnType, "cn", noOptions, noValues },
109 { 2, Attributes.empty("cn"), cnType, "cn", noOptions, noValues },
110 { 3, Attributes.empty("CN"), cnType, "CN", noOptions, noValues },
111 { 4, Attributes.empty(cnType, "CN"), cnType, "CN", noOptions, noValues},
114 Attributes.empty(Attributes.empty(cnType, "CN")),
115 cnType,
122 Attributes.empty(Attributes.create(cnType, "C
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java50 private AttributeType cnType = null; field in class:AttributeBuilderTest
111 Attributes.empty(cnType),
112 cnType,
118 2, Attributes.empty("cn"), cnType, "cn", noOptions, noValues
121 3, Attributes.empty("CN"), cnType, "CN", noOptions, noValues
125 Attributes.empty(cnType, "CN"),
126 cnType,
133 Attributes.empty(Attributes.empty(cnType, "CN")),
134 cnType,
141 Attributes.empty(Attributes.create(cnType, "C
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DFileChangeNumberIndexDB.java314 private Attribute toAttribute(final ChangeNumberType cnType, long changeNumber) argument
316 return Attributes.create(cnType.getAttributeName(), String.valueOf(changeNumber));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DAttributeBuilderTest.java51 private AttributeType cnType; field in class:AttributeBuilderTest
79 { 1, Attributes.empty(cnType), cnType, "cn", noOptions, noValues },
80 { 2, Attributes.empty("cn"), cnType, "cn", noOptions, noValues },
81 { 3, Attributes.empty("CN"), cnType, "CN", noOptions, noValues },
82 { 4, Attributes.empty(cnType, "CN"), cnType, "CN", noOptions, noValues},
85 Attributes.empty(Attributes.empty(cnType, "CN")),
86 cnType,
93 Attributes.empty(Attributes.create(cnType, "C
[all...]

Completed in 72 milliseconds