Uses of Enum Class
org.opends.server.authorization.dseecompat.EnumRight
Packages that use EnumRight
Package
Description
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 EnumRightModifier and TypeMethodDescriptionstatic EnumRight
Creates an enumeration of the right name.static EnumRight
Returns the enum constant of this class with the specified name.static EnumRight[]
EnumRight.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opends.server.authorization.dseecompat that return types with arguments of type EnumRightModifier and TypeMethodDescriptionEnumRight.getEnumRight
(int rightsMask) Return the EnumRight corresponding to the provided rightsMask.Methods in org.opends.server.authorization.dseecompat with parameters of type EnumRight