larsw / accumulo-access

Apache Accumulo Access Control Library

Home Page:https://accumulo.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Apache Accumulo Access Control Library

https://accumulo.apache.org

License:Apache License 2.0


Languages

Language:Java 87.6%Language:Shell 7.9%Language:ANTLR 4.5%