|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.attributes.rules.AbstractRule
net.geant.edugain.attributes.rules.MergeRule
public class MergeRule
Attribute transformation rule, which can merge together multiple attributes into one.
| Field Summary | |
|---|---|
private org.apache.log4j.Logger |
log
|
| Fields inherited from class net.geant.edugain.attributes.rules.AbstractRule |
|---|
condition, configuration, matchers, outputAttributeConfiguration |
| Constructor Summary | |
|---|---|
MergeRule()
|
|
| Method Summary | |
|---|---|
void |
init(RuleType configuration)
Initialize the rule with the parsed configuration. |
| 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 |
|---|
private org.apache.log4j.Logger log
| Constructor Detail |
|---|
public MergeRule()
| Method Detail |
|---|
public void init(RuleType configuration)
AbstractRule
init in interface Ruleinit in class AbstractRuleconfiguration - parsed XML configuration data
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||