Class User.QueryRuntimeFilterImpl

java.lang.Object
net.sf.basedb.core.User.QueryRuntimeFilterImpl
All Implemented Interfaces:
QueryRuntimeFilter
Enclosing class:
User

private static class User.QueryRuntimeFilterImpl
extends Object
implements QueryRuntimeFilter
A runtime filter implementation that limits a query to only return users which are members of at least one group where the logged in user is also a member unless the logged in user has generic read permission.
  • Constructor Details

    • QueryRuntimeFilterImpl

      private QueryRuntimeFilterImpl()
  • Method Details

    • enableFilters

      public void enableFilters​(QueryRuntimeFilterManager manager, EntityQuery query, DbControl dc)
      Description copied from interface: QueryRuntimeFilter
      Enable the filters based on the options specified by the query and the logged in users permissions. Implementors should use the manager to enable the filters, not the HibernateUtil.enableFilter() method. The manager keeps track of already enabled filters and also takes care of disabling all filters after the query has been executed.
      Specified by:
      enableFilters in interface QueryRuntimeFilter
      Parameters:
      manager - A manager that is used to actually enabled the filter
      query - The query that is going to be executed, it is not possible to modify the query, the actual HQL may already have been generated
      dc - The DbControl used for database access and permission checking