See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| GrouperHookMethodAndObject |
structure to hold method and class to be called for hook
|
| GrouperHooksUtils |
utils for grouper hooks
|
| HookAsynchronous |
class to facilitate asynchronous hooks
|
| Enum | Description |
|---|---|
| GrouperHookType |
type of hook, and manages the classes and instances
|
| VetoTypeGrouper |
built in veto types
|
| Exception | Description |
|---|---|
| HookVeto |
base class for grouper hook veto.
|
This package contains misc logic classes that make hooks work
Copyright © 2016 Internet2. All rights reserved.