Package io.deephaven.enterprise.acl.generator
package io.deephaven.enterprise.acl.generator
-
ClassesClassDescriptionA Filter generator that provides a means to apply separate
AclFilterGenerator
sets based on a users groups.AclFilterGenerator
for combining the results of multipleAclFilterGenerator
s conjunctively, i.e.AclFilterGenerator
for combining the results of multipleAclFilterGenerator
s disjunctively, i.e.AnAclFilterGenerator
that provides full access to everyone.AnAclFilterGenerator
that provides no access to anyonne.AnAclFilterGenerator
that simply applies the specifiedWhereFilter
s in Disjunctive Normal FormA filter generator that specifies a set table, and a list of match expressions (FilteredColumn=SetColumn), to apply aTableOperations.whereIn(Object, String...)
operation to the filtered table.