Adam Haines
09/26/2020, 3:23 PMMayank
Adam Haines
09/26/2020, 3:27 PMMayank
Kishore G
@InterfaceAudience.Public
@InterfaceStability.Stable
public interface AccessControl {
/**
* Return whether the client has data access to the given table.
*
* @param httpHeaders Http headers
* @param tableName Name of the table to be accessed
* @return Whether the client has data access to the table
*/
boolean hasDataAccess(HttpHeaders httpHeaders, String tableName);
}