This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-access.git


The following commit(s) were added to refs/heads/main by this push:
     new fc6b8a4  adds new class to API list
fc6b8a4 is described below

commit fc6b8a43ca5ccfd714370d0c3998ad2e3219e6c9
Author: Keith Turner <[email protected]>
AuthorDate: Mon Jan 12 23:42:32 2026 +0000

    adds new class to API list
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 7c431d1..f59c872 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ The following types constitute the public API of this 
library. All other types
 are package private and are not part of the public API.
 
   * [Access](core/src/main/java/org/apache/accumulo/access/Access.java).
+  * 
[AuthorizationValidator](core/src/main/java/org/apache/accumulo/access/AuthorizationValidator.java).
   * 
[InvalidAccessExpressionException](core/src/main/java/org/apache/accumulo/access/InvalidAccessExpressionException.java).
   * 
[AccessEvaluator](core/src/main/java/org/apache/accumulo/access/AccessEvaluator.java).
   * 
[AccessExpression](core/src/main/java/org/apache/accumulo/access/AccessExpression.java).

Reply via email to