Class Permission
java.lang.Object
org.opends.server.authorization.dseecompat.Permission
A class representing the permissions of an bind rule. The permissions of an ACI look like deny(search, write).
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasAccessType
(org.opends.server.authorization.dseecompat.EnumAccessType accessType) Checks if a given access type enumeration is equal to this classes access type.boolean
hasRights
(int rights) Checks if the permission's rights has the specified rights.toString()
-
Method Details
-
hasAccessType
public boolean hasAccessType(org.opends.server.authorization.dseecompat.EnumAccessType accessType) Checks if a given access type enumeration is equal to this classes access type.- Parameters:
accessType
- An enumeration representing an access type.- Returns:
- True if the access types are equal.
-
hasRights
public boolean hasRights(int rights) Checks if the permission's rights has the specified rights.- Parameters:
rights
- The rights to check for.- Returns:
- True if the permission's rights has the specified rights.
-
toString
-