Package edu.internet2.middleware.grouper.hooks.beans

This package contains beans which are used by hooks to pass data.

See:
          Description

Interface Summary
GrouperContextType Get the current context type from GrouperBuiltInContextType.currentGrouperContext()
 

Class Summary
HooksAttribute attribute, and if threadsafe
HooksAttributeAssignBean bean to hold objects for attribute def name low level hooks
HooksAttributeAssignValueBean bean to hold objects for attribute def name low level hooks
HooksAttributeBean bean to hold objects for group low level hooks
HooksAttributeDefBean bean to hold objects for attribute def name low level hooks
HooksAttributeDefNameBean bean to hold objects for attribute def name low level hooks
HooksBean base bean for hooks
HooksCompositeBean bean to hold objects for composite low level hooks
HooksContext context in which hooks are running
HooksExternalSubjectBean bean to hold objects for attribute def name low level hooks
HooksFieldBean bean to hold objects for field low level hooks
HooksGroupBean bean to hold objects for group low level hooks
HooksGrouperSessionBean bean to hold objects for grouper session low level hooks
HooksGroupTypeBean bean to hold objects for GroupType low level hooks
HooksGroupTypeTupleBean bean to hold objects for group low level hooks
HooksLifecycleDdlInitBean bean to hold objects for ddl init (add ddl object names here).
HooksLifecycleGrouperStartupBean bean to hold objects for grouper startup hooks
HooksLifecycleHibInitBean bean to hold objects for hibernate init (add mappings here).
HooksLifecycleHooksInitBean bean to hold objects for when hooks init (register your hooks here)
HooksLoaderBean bean to hold objects for group low level hooks
HooksMemberBean bean to hold objects for member low level hooks
HooksMemberChangeSubjectBean bean to hold objects for member change subject operation
HooksMembershipBean bean to hold objects for membership low level hooks
HooksMembershipChangeBean pre/post update bean for high level membership change (the main change, not the side effects like adding the member to the groups where the group to be added to is a member)
HooksStemBean bean to hold objects for stem low level hooks
 

Enum Summary
GrouperContextTypeBuiltIn type of context
 

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

This package contains beans which are used by hooks to pass data. This is so that the method signatures do not have to change to pass another item of data.