#include <algorithm>
#include <cstring>
#include <cstdlib>
#include <dmlite/cpp/dmlite.h>
#include <dmlite/cpp/utils/security.h>
#include <dmlite/cpp/utils/urls.h>
#include <vector>
#include "Catalog.h"
Include dependency graph for Catalog.cpp:
Functions | |
uid_t | getUid (const SecurityContext *ctx) |
gid_t | getGid (const SecurityContext *ctx, unsigned index) |
bool | hasGroup (const SecurityContext *ctx, gid_t gid) |
Intended to ease the development of database backends.
gid_t getGid | ( | const SecurityContext * | ctx, | |
unsigned | index | |||
) | [inline] |
uid_t getUid | ( | const SecurityContext * | ctx | ) | [inline] |
bool hasGroup | ( | const SecurityContext * | ctx, | |
gid_t | gid | |||
) | [inline] |