net.geant.edugain.attributes.filters
Class DenyFilter

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

public class DenyFilter
extends AbstractFilter
implements Filter

Deny attribute filter.

Author:
Adam Lantos

Field Summary
private  org.apache.log4j.Logger log
           
 
Constructor Summary
DenyFilter()
           
 
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

DenyFilter

public DenyFilter()
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