![]() |
XRootD
|
#include <XrdMacaroonsAuthz.hh>
Public Member Functions | |
Authz (XrdSysLogger *lp, const char *parms, XrdAccAuthorize *chain) | |
virtual | ~Authz () |
virtual XrdAccPrivs | Access (const XrdSecEntity *Entity, const char *path, const Access_Operation oper, XrdOucEnv *env) override |
virtual int | Audit (const int accok, const XrdSecEntity *Entity, const char *path, const Access_Operation oper, XrdOucEnv *Env) override |
virtual Issuers | IssuerList () override |
virtual int | Test (const XrdAccPrivs priv, const Access_Operation oper) override |
virtual bool | Validate (const char *token, std::string &emsg, long long *expT, XrdSecEntity *entP) override |
![]() | |
XrdAccAuthorize () | |
Constructor. More... | |
virtual | ~XrdAccAuthorize () |
Destructor. More... | |
![]() | |
XrdSciTokensHelper () | |
Constructor and Destructor. More... | |
virtual | ~XrdSciTokensHelper () |
Additional Inherited Members | |
![]() | |
typedef std::vector< ValidIssuer > | Issuers |
Definition at line 12 of file XrdMacaroonsAuthz.hh.
Authz::Authz | ( | XrdSysLogger * | lp, |
const char * | parms, | ||
XrdAccAuthorize * | chain | ||
) |
Definition at line 131 of file XrdMacaroonsAuthz.cc.
References Macaroons::Handler::Config().
|
inlinevirtual |
Definition at line 17 of file XrdMacaroonsAuthz.hh.
|
overridevirtual |
Check whether or not the client is permitted specified access to a path.
Entity | -> Authentication information |
path | -> The logical path which is the target of oper |
oper | -> The operation being attempted (see the enum above). If the oper is AOP_Any, then the actual privileges are returned and the caller may make subsequent tests using Test(). |
Env | -> Environmental information at the time of the operation as supplied by the path CGI string. This is optional and the pointer may be zero. |
Implements XrdAccAuthorize.
Definition at line 164 of file XrdMacaroonsAuthz.cc.
References XrdAccAuthorize::Access(), XrdSecEntityAttr::Add(), AOP_Any, XrdSecEntity::creds, XrdSecEntity::credslen, Macaroons::Debug, XrdSecEntity::eaAPI, XrdSysError::Emsg(), XrdOucEnv::Get(), Info, XrdSysError::Log(), XrdSecEntity::prot, and XrdAccPriv_None.
|
inlineoverridevirtual |
Route an audit message to the appropriate audit exit routine. See XrdAccAudit.h for more information on how the default implementation works. Currently, this method is not called by the ofs but should be used by the implementation to record denials or grants, as warranted.
accok | -> True is access was grated; false otherwise. |
Entity | -> Authentication information |
path | -> The logical path which is the target of oper |
oper | -> The operation being attempted (see above) |
Env | -> Environmental information at the time of the operation as supplied by the path CGI string. This is optional and the pointer may be zero. |
Implements XrdAccAuthorize.
Definition at line 31 of file XrdMacaroonsAuthz.hh.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Check whether the specified operation is permitted.
priv | -> the privileges as returned by Access(). |
oper | -> The operation being attempted (see above) |
Implements XrdAccAuthorize.
Definition at line 38 of file XrdMacaroonsAuthz.hh.
|
overridevirtual |
Validate a scitoken.
token | - Pointer to the token to validate. |
emsg | - Reference to a string to hold the reason for rejection |
expT | - Pointer to where the expiry value is to be placed. If nill, the value is not returned. |
entP | - Pointer to the SecEntity object and when not nil requests that it be filled with any identifying information in the token. The caller assumes that all supplied fields may be released by calling free(). |
Implements XrdSciTokensHelper.
Definition at line 275 of file XrdMacaroonsAuthz.cc.
References AOP_Read, Macaroons::Debug, emsg(), Macaroons::Error, Info, XrdSysError::Log(), and Warning.