butler.sql.security
Class SecurityFilter

java.lang.Object
  extended by butler.sql.filter.Filter
      extended by butler.sql.security.SecurityFilter

public class SecurityFilter
extends Filter

Filter for removing un-accessable records.

Author:
Fredrik Bertilsson

Constructor Summary
SecurityFilter(Table tab)
           
 
Method Summary
 boolean filter(Record rec)
           
 
Methods inherited from class butler.sql.filter.Filter
and, copy, createId, equals, getCaption, getFilter, getId, getLeafFilters, getNestedQuery, getOperator, getParamDatatypes, getSQL, getValues, getValues, hashCode, modify, not, or, params2db, parseFilter, registerFilterParser, setCaption, setId, setOperator, setSize, setSize, toXML, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityFilter

public SecurityFilter(Table tab)
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

filter

public boolean filter(Record rec)
               throws java.lang.Exception
Overrides:
filter in class Filter
Throws:
java.lang.Exception