Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Feature in Grouper v2.0+

use cases

setup with Grouper Client

setup with Web Services

Grouper rules are configurable declarative scripts which run at certain times and perform actions on the registry.  They are similar to hooks though you dont have to write Java, and it does not require a change to a config file to enable a rule (i.e. anyone with authority in the folder hierarchy could enable a rule).  This is similar to JBoss drools.  There is no heuristic to find the best rule, it finds all matching rules to fire.  Rules are unordered.  Some rule "Then" clauses could kick off more rules.

...