Uses of Enum
org.apache.accumulo.core.security.TablePermission
-
Uses of TablePermission in org.apache.accumulo.core.client.admin
Modifier and TypeMethodDescriptionvoid
SecurityOperations.grantTablePermission
(String principal, String table, TablePermission permission) Grant a user a specific permission for a specific tableboolean
SecurityOperations.hasTablePermission
(String principal, String table, TablePermission perm) Verify the user has a particular table permissionvoid
SecurityOperations.revokeTablePermission
(String principal, String table, TablePermission permission) Revoke a table permission for a specific user on a specific table -
Uses of TablePermission in org.apache.accumulo.core.security
Modifier and TypeMethodDescriptionstatic TablePermission
TablePermission.getPermissionById
(byte id) Gets the permission matching the given byte ID.static TablePermission
Returns the enum constant of this type with the specified name.static TablePermission[]
TablePermission.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic NamespacePermission
NamespacePermission.getEquivalent
(TablePermission permission)