Searched refs:getEnumRight (Results 1 - 9 of 9) 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
H A DPermission.java155 Set<EnumRight> enumRights = EnumRight.getEnumRight(rights);
/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
H A DPermission.java155 Set<EnumRight> enumRights = EnumRight.getEnumRight(rights);
/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
H A DPermission.java156 Set<EnumRight> enumRights = EnumRight.getEnumRight(rights);

Completed in 31 milliseconds