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

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DEnumRightTest.java75 public void getEnumRight(int aciRightsMask, Set<EnumRight> enumRightSet) throws Exception method in class:EnumRightTest
77 assertEquals(EnumRight.getEnumRight(aciRightsMask), enumRightSet);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DEnumRightTest.java75 public void getEnumRight(int aciRightsMask, Set<EnumRight> enumRightSet) throws Exception method in class:EnumRightTest
77 assertEquals(EnumRight.getEnumRight(aciRightsMask), enumRightSet);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DEnumRightTest.java75 public void getEnumRight(int aciRightsMask, Set<EnumRight> enumRightSet) throws Exception method in class:EnumRightTest
77 assertEquals(EnumRight.getEnumRight(aciRightsMask), enumRightSet);
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DEnumRight.java206 public static Set<EnumRight> getEnumRight(int rightsMask) { method in class:EnumRight
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DEnumRight.java206 public static Set<EnumRight> getEnumRight(int rightsMask) { method in class:EnumRight
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DEnumRight.java206 public static Set<EnumRight> getEnumRight(int rightsMask) { method in class:EnumRight

Completed in 30 milliseconds