Uses of Class
org.opends.server.authorization.dseecompat.EnumRight
-
Packages that use EnumRight Package Description org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation. -
-
Uses of EnumRight in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat that return EnumRight Modifier and Type Method Description static EnumRight
EnumRight. decode(String right)
Creates an enumeration of the right name.static EnumRight
EnumRight. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumRight[]
EnumRight. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.server.authorization.dseecompat that return types with arguments of type EnumRight Modifier and Type Method Description static Set<EnumRight>
EnumRight. getEnumRight(int rightsMask)
Return the EnumRight corresponding to the provided rightsMask.Methods in org.opends.server.authorization.dseecompat with parameters of type EnumRight Modifier and Type Method Description static int
EnumRight. getMask(EnumRight right)
Returns bit mask associated with the specified right.
-