Package org.alfresco.repo.security.permissions.impl.acegi
package org.alfresco.repo.security.permissions.impl.acegi
-
ClassDescriptionBasic support for canned query implementations - permission checkEnforce permission after the method callFiltering result set to support permission checksInvocation provider that can be used to mark entries that have been permission checked.Support to simulate interceptor-driven permissions.WeakFilteringResultSet allows to add a filter to results without hiding the numberOfFound before filter is applied.WrappedList<T>Wrapped list for permission checking (eg. used by canned queries) which can be used to indicate that: - input results should be optionally permission checked up to a given maximum number of items (and then cutoff - ie. hasMoreItems = true) - have permission been applied to output results and were the permission checks cut-off (ie. hasMoreItems = true) either due to max items or system-wide time limit