net.geant.edugain.attributes.filters
Class AllowFilter

java.lang.Object
  extended by net.geant.edugain.attributes.filters.AbstractFilter
      extended by net.geant.edugain.attributes.filters.AllowFilter
All Implemented Interfaces:
Filter

public class AllowFilter
extends AbstractFilter
implements Filter

Allow attribute filter.

Author:
Adam Lantos

Field Summary
private  org.apache.log4j.Logger log
           
 
Constructor Summary
AllowFilter()
           
 
Method Summary
 void doFilter(RuleContext ctx)
          Do the filtering in the RuleContext.
 
Methods inherited from class net.geant.edugain.attributes.filters.AbstractFilter
filterOut, getAttributeName, init, isValueMatches, selectAttributeValues, valueMatches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.geant.edugain.attributes.filters.Filter
init
 

Field Detail

log

private org.apache.log4j.Logger log
Constructor Detail

AllowFilter

public AllowFilter()
Method Detail

doFilter

public void doFilter(RuleContext ctx)
Description copied from interface: Filter
Do the filtering in the RuleContext.

Specified by:
doFilter in interface Filter