VOS::DenyAllSiteAccessControl Class Reference
[libvos]
#include <vos/vos/accesscontrol.hh>
Inheritance diagram for VOS::DenyAllSiteAccessControl:

Detailed Description
Access control that always says no.
Definition at line 339 of file accesscontrol.hh.
Public Member Functions
- virtual ~DenyAllSiteAccessControl ()
- virtual bool checkCreateVobjectPermission (Vobject &requester, Site &site, const std::string name, const std::deque< std::string > types, std::string &message)
- virtual bool checkRenameVobjectPermission (Vobject &requester, Site &site, const std::string oldname, const std::string newname, std::string &message)
- virtual const std::string getPolicyName ()
Static Public Attributes
- static DenyAllSiteAccessControl static_
Constructor & Destructor Documentation
| virtual VOS::DenyAllSiteAccessControl::~DenyAllSiteAccessControl | ( | ) | [inline, virtual] |
Definition at line 344 of file accesscontrol.hh.
Member Function Documentation
| virtual const std::string VOS::DenyAllSiteAccessControl::getPolicyName | ( | ) | [virtual] |
Implements VOS::SiteAccessControl.
Member Data Documentation
Definition at line 342 of file accesscontrol.hh.
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/vos/accesscontrol.hh