Package edu.internet2.middleware.grouper.hooks.logic

This package contains misc logic classes that make hooks work

See:
          Description

Interface Summary
GrouperHookTypeInterface Each hook type implements this interface
HookAsynchronousHandler handler when doing an asynchronous hook, normally you would do this in an anonymous inner class
HookAsynchronousMarker Marker interface for your hook.
VetoType Generally these are in VetoTypeGrouper enum
 

Class Summary
GrouperHookMethodAndObject structure to hold method and class to be called for hook
GrouperHooksUtils utils for grouper hooks
HookAsynchronous class to facilitate asynchronous hooks
 

Enum Summary
GrouperHookType type of hook, and manages the classes and instances
VetoTypeGrouper built in veto types
 

Exception Summary
HookVeto base class for grouper hook veto.
 

Package edu.internet2.middleware.grouper.hooks.logic Description

This package contains misc logic classes that make hooks work