Searched defs:givenNameType (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DServerSideSortControlTestCase.java67 private AttributeType givenNameType; field in class:ServerSideSortControlTestCase
112 givenNameType = DirectoryServer.getAttributeType("givenname", false);
113 assertNotNull(givenNameType);
248 SortKey sortKey = new SortKey(givenNameType, true);
254 sortKey = new SortKey(givenNameType, false);
263 new SortKey(givenNameType, true)
H A DVLVControlTestCase.java65 private AttributeType givenNameType; field in class:VLVControlTestCase
110 givenNameType = DirectoryServer.getAttributeType("givenname", false);
111 assertNotNull(givenNameType);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DServerSideSortControlTestCase.java66 private AttributeType givenNameType; field in class:ServerSideSortControlTestCase
111 givenNameType = DirectoryServer.getAttributeType("givenname", false);
112 assertNotNull(givenNameType);
247 SortKey sortKey = new SortKey(givenNameType, true);
253 sortKey = new SortKey(givenNameType, false);
262 new SortKey(givenNameType, true)
H A DVLVControlTestCase.java64 private AttributeType givenNameType; field in class:VLVControlTestCase
109 givenNameType = DirectoryServer.getAttributeType("givenname", false);
110 assertNotNull(givenNameType);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DServerSideSortControlTestCase.java67 private AttributeType givenNameType; field in class:ServerSideSortControlTestCase
112 givenNameType = DirectoryServer.getAttributeType("givenname", false);
113 assertNotNull(givenNameType);
248 SortKey sortKey = new SortKey(givenNameType, true);
254 sortKey = new SortKey(givenNameType, false);
263 new SortKey(givenNameType, true)
H A DVLVControlTestCase.java65 private AttributeType givenNameType; field in class:VLVControlTestCase
110 givenNameType = DirectoryServer.getAttributeType("givenname", false);
111 assertNotNull(givenNameType);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DServerSideSortControlTestCase.java66 private AttributeType givenNameType; field in class:ServerSideSortControlTestCase
111 givenNameType = DirectoryServer.getAttributeType("givenname", false);
112 assertNotNull(givenNameType);
247 SortKey sortKey = new SortKey(givenNameType, true);
253 sortKey = new SortKey(givenNameType, false);
262 new SortKey(givenNameType, true)
H A DVLVControlTestCase.java64 private AttributeType givenNameType; field in class:VLVControlTestCase
109 givenNameType = DirectoryServer.getAttributeType("givenname", false);
110 assertNotNull(givenNameType);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DServerSideSortControlTestCase.java67 private AttributeType givenNameType; field in class:ServerSideSortControlTestCase
112 givenNameType = DirectoryServer.getAttributeType("givenname", false);
113 assertNotNull(givenNameType);
248 SortKey sortKey = new SortKey(givenNameType, true);
254 sortKey = new SortKey(givenNameType, false);
263 new SortKey(givenNameType, true)
H A DVLVControlTestCase.java65 private AttributeType givenNameType; field in class:VLVControlTestCase
110 givenNameType = DirectoryServer.getAttributeType("givenname", false);
111 assertNotNull(givenNameType);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/controls/
H A DServerSideSortControlTestCase.java65 private AttributeType givenNameType; field in class:ServerSideSortControlTestCase
100 givenNameType = DirectoryServer.getAttributeTypeOrNull("givenname");
101 assertNotNull(givenNameType);
234 SortKey sortKey = new SortKey(givenNameType, true);
240 sortKey = new SortKey(givenNameType, false);
248 new SortKey(givenNameType, true));
H A DVLVControlTestCase.java63 private AttributeType givenNameType; field in class:VLVControlTestCase
99 givenNameType = DirectoryServer.getAttributeTypeOrNull("givenname");
100 assertNotNull(givenNameType);

Completed in 116 milliseconds