Uses of Enum
org.apache.accumulo.core.security.TablePermission
Packages that use TablePermission
-
Uses of TablePermission in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin with parameters of type TablePermissionModifier and TypeMethodDescriptionvoidSecurityOperations.grantTablePermission(String principal, String table, TablePermission permission) Grant a user a specific permission for a specific tablebooleanSecurityOperations.hasTablePermission(String principal, String table, TablePermission perm) Verify the user has a particular table permissionvoidSecurityOperations.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
Methods in org.apache.accumulo.core.security that return TablePermissionModifier and TypeMethodDescriptionstatic TablePermissionTablePermission.getPermissionById(byte id) Gets the permission matching the given byte ID.static TablePermissionReturns 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.Methods in org.apache.accumulo.core.security with parameters of type TablePermissionModifier and TypeMethodDescriptionstatic NamespacePermissionNamespacePermission.getEquivalent(TablePermission permission)