#include "XrdMacaroonsHandler.hh"#include "XrdAcc/XrdAccAuthorize.hh"#include "XrdAcc/XrdAccPrivs.hh"#include "XrdOuc/XrdOucTUtils.hh"#include "XrdSec/XrdSecEntity.hh"#include "XrdSys/XrdSysError.hh"#include <cstring>#include <iostream>#include <set>#include <sstream>#include <string>#include <json.h>#include <macaroons.h>#include <uuid/uuid.h>Go to the source code of this file.
Functions | |
| static bool | is_reserved_caveat (const std::string &cv) |
| static bool | is_supported_caveat (const std::string &cv) |
| char * | unquote (const char *str) |
|
static |
Definition at line 54 of file XrdMacaroonsHandler.cc.
Referenced by Macaroons::Handler::ProcessReq().
|
static |
Definition at line 61 of file XrdMacaroonsHandler.cc.
Referenced by Macaroons::Handler::ProcessReq().
| char * unquote | ( | const char * | str | ) |
Definition at line 21 of file XrdMacaroonsHandler.cc.