|
xrootd
|
#include <XrdSecEntityXtra.hh>


Public Member Functions | |
| void | Reset () |
| XrdSecEntityXtra () | |
| ~XrdSecEntityXtra () | |
Public Member Functions inherited from XrdSecEntityAttr | |
| bool | Add (XrdSecAttr &attr) |
| bool | Add (const std::string &key, const std::string &val, bool replace=false) |
| XrdSecAttr * | Get (const void *sigkey) |
| bool | Get (const std::string &key, std::string &val) |
| std::vector< std::string > | Keys () |
| void | List (XrdSecEntityAttrCB &attrCB) |
| XrdSecEntityAttr (XrdSecEntityXtra *xtra) | |
| ~XrdSecEntityAttr () | |
Public Attributes | |
| XrdSysMutex | xMutex |
| std::vector< XrdSecAttr * > | attrVec |
| std::map< std::string, std::string > | attrMap |
|
inline |
|
inline |
References Reset().
| void XrdSecEntityXtra::Reset | ( | ) |
Referenced by ~XrdSecEntityXtra().
| std::map<std::string, std::string> XrdSecEntityXtra::attrMap |
| std::vector<XrdSecAttr *> XrdSecEntityXtra::attrVec |
| XrdSysMutex XrdSecEntityXtra::xMutex |