zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
zk::acls Class Reference

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

Commonly-used ACLs.

Definition at line 221 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.

It is also the ACL used in operations like client::create if no ACL is specified.

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: