net.geant.edugain.attributes.rules
Class BasicRule

java.lang.Object
  extended by net.geant.edugain.attributes.rules.AbstractRule
      extended by net.geant.edugain.attributes.rules.BasicRule
All Implemented Interfaces:
Rule

public class BasicRule
extends AbstractRule

Basic attribute transformation rule.

Author:
Adam Lantos

Field Summary
private  org.apache.log4j.Logger log
           
 
Fields inherited from class net.geant.edugain.attributes.rules.AbstractRule
condition, configuration, matchers, outputAttributeConfiguration
 
Constructor Summary
BasicRule()
           
 
Method Summary
 void init(RuleType configuration)
          Initialize the Rule with parsed configuration data.
 
Methods inherited from class net.geant.edugain.attributes.rules.AbstractRule
doOutputAttribute, evaluateConditions, getCondition, getConfiguration, getMatchers, getOutputAttributeConfiguration, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private org.apache.log4j.Logger log
Constructor Detail

BasicRule

public BasicRule()
Method Detail

init

public void init(RuleType configuration)
Initialize the Rule with parsed configuration data.

Specified by:
init in interface Rule
Overrides:
init in class AbstractRule
Parameters:
configuration -