apache / accumulo-access

Apache Accumulo Access Control Library
https://accumulo.apache.org
Apache License 2.0
4 stars 11 forks source link

Evaluate whether implementations should be / can be Serializable #72

Closed dlmarion closed 4 months ago

dlmarion commented 4 months ago

https://github.com/apache/accumulo/blob/main/core/src/main/java/org/apache/accumulo/core/security/Authorizations.java implements Serializable and Iterable<byte[]>. I think AccessExpression could be Serializable as well.