Uses of Interface
org.apache.jackrabbit.core.security.authorization.acl.EntryFilter
-
Packages that use EntryFilter Package Description org.apache.jackrabbit.core.security.authorization.acl -
-
Uses of EntryFilter in org.apache.jackrabbit.core.security.authorization.acl
Methods in org.apache.jackrabbit.core.security.authorization.acl with parameters of type EntryFilter Modifier and Type Method Description protected List<org.apache.jackrabbit.core.security.authorization.acl.Entry>
EntryCollector. collectEntries(NodeImpl node, EntryFilter filter)
Collect the ACEs effective at the given node applying the specified filter.
-