/accumulo-access

Apache Accumulo Access Control Library

Primary LanguageJavaApache License 2.0Apache-2.0

Accumulo Access Control Library

Java library that provides the same functionality, semantics, and syntax as the Apache Accumulo ColumnVisibility and VisibilityEvaluator classes. This functionality is provided in a standalone java library that has no dependencies (for example no Hadoop, Zookeeper, Thrift, etc dependencies).

For a conceptual overview of what an access expression is, see the specification document. See the getting started guide for an example of how to use this java library.

Public API

The following types constitute the public API of this library. All other types are package private and are not part of the public API.