Searched defs:entryLevel (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DGetEffectiveRightsTestCase.java45 private static final String entryLevel = "aclRights;entryLevel"; field in class:GetEffectiveRightsTestCase
48 //Various results for entryLevel searches.
410 String retRightsStr=attrMap.get(entryLevel.toLowerCase());
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DGetEffectiveRightsTestCase.java47 private static final String entryLevel = "aclRights;entryLevel"; field in class:GetEffectiveRightsTestCase
50 /** Various results for entryLevel searches. */
410 String retRightsStr=attrMap.get(entryLevel.toLowerCase());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DGetEffectiveRightsTestCase.java45 private static final String entryLevel = "aclRights;entryLevel"; field in class:GetEffectiveRightsTestCase
48 //Various results for entryLevel searches.
410 String retRightsStr=attrMap.get(entryLevel.toLowerCase());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DGetEffectiveRightsTestCase.java47 private static final String entryLevel = "aclRights;entryLevel"; field in class:GetEffectiveRightsTestCase
50 /** Various results for entryLevel searches. */
410 String retRightsStr=attrMap.get(entryLevel.toLowerCase());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DGetEffectiveRightsTestCase.java45 private static final String entryLevel = "aclRights;entryLevel"; field in class:GetEffectiveRightsTestCase
48 //Various results for entryLevel searches.
410 String retRightsStr=attrMap.get(entryLevel.toLowerCase());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DGetEffectiveRightsTestCase.java48 private static final String entryLevel = "aclRights;entryLevel"; field in class:GetEffectiveRightsTestCase
51 /** Various results for entryLevel searches. */
409 String retRightsStr=attrMap.get(entryLevel.toLowerCase());

Completed in 41 milliseconds