Package net.geant.edugain.attributes.rules

This package containes the Rule implementations for both attribute conversion and attribute filtering.

See:
          Description

Interface Summary
Rule Rule interface for attribute processing rules.
 

Class Summary
AbstractRule Abstract base class for all Attribute manipulating rules
BasicRule Basic attribute transformation rule.
FilterRule Filtering implementation of the Rule interface.
MergeRule Attribute transformation rule, which can merge together multiple attributes into one.
SplitRule Attribute transformation rule which can split one attribute into multiple attributes.
 

Package net.geant.edugain.attributes.rules Description

This package containes the Rule implementations for both attribute conversion and attribute filtering. Attribute conversion rules are BasicRule, MergeRule, SplitRule, CustomRule. The attribute filtering rule is FilterRule.