Uses of Class
org.apache.accumulo.core.security.TablePermission
-
Packages that use TablePermission Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl org.apache.accumulo.core.security -
-
Uses of TablePermission in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin with parameters of type TablePermission Modifier and Type Method Description voidSecurityOperations. 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.clientImpl
Methods in org.apache.accumulo.core.clientImpl with parameters of type TablePermission Modifier and Type Method Description voidSecurityOperationsImpl. grantTablePermission(String principal, String table, TablePermission permission)booleanSecurityOperationsImpl. hasTablePermission(String principal, String table, TablePermission perm)voidSecurityOperationsImpl. revokeTablePermission(String principal, String table, TablePermission permission) -
Uses of TablePermission in org.apache.accumulo.core.security
Methods in org.apache.accumulo.core.security that return TablePermission Modifier and Type Method Description static TablePermissionTablePermission. getPermissionById(byte id)Gets the permission matching the given byte ID.static TablePermissionTablePermission. valueOf(String name)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.Methods in org.apache.accumulo.core.security with parameters of type TablePermission Modifier and Type Method Description static NamespacePermissionNamespacePermission. getEquivalent(TablePermission permission)
-