|
XRootD
|
#include <XrdSecEntityAttr.hh>
Collaboration diagram for XrdSecEntityAttrCB:Public Types | |
| enum | Action { Delete = -1 , Stop = 0 , Next = 1 } |
Public Member Functions | |
| XrdSecEntityAttrCB () | |
| Constructor and Destructor. | |
| virtual | ~XrdSecEntityAttrCB () |
| virtual Action | Attr (const char *key, const char *val)=0 |
Definition at line 151 of file XrdSecEntityAttr.hh.
Acceppt a key-value attribute pair from the XrdSecEntity::List() method.
| key | - The key, if nil this is the end of the list. |
| val | - The associated value, if nil this is the end of the list. |
| Enumerator | |
|---|---|
| Delete | Delete the key-value and proceed to next one. |
| Stop | Stop the iteration. |
| Next | Proceed to the next key-value pair. |
Definition at line 165 of file XrdSecEntityAttr.hh.
|
inline |
|
inlinevirtual |
Definition at line 177 of file XrdSecEntityAttr.hh.
|
pure virtual |