zookeeper-cpp
ZooKeeper Client for C++
zk::acls Class Reference

Convenience operations around commonly-used ACLs. More...

#include <zk/acl.hpp>

Static Public Member Functions

static const aclcreator_all ()
 This ACL gives the creators authentication id's all permissions. More...
 
static const aclopen_unsafe ()
 This is a completely open ACL. More...
 
static const aclread_unsafe ()
 This ACL gives the world the ability to read. More...
 

Detailed Description

Convenience operations around commonly-used ACLs.

Definition at line 174 of file acl.hpp.

Member Function Documentation

const acl & zk::acls::creator_all ( )
static

This ACL gives the creators authentication id's all permissions.

Definition at line 155 of file acl.cpp.

const acl & zk::acls::open_unsafe ( )
static

This is a completely open ACL.

Definition at line 161 of file acl.cpp.

const acl & zk::acls::read_unsafe ( )
static

This ACL gives the world the ability to read.

Definition at line 167 of file acl.cpp.


The documentation for this class was generated from the following files: