Uses of Class
edu.internet2.middleware.grouper.hooks.beans.HooksGroupBean
Packages that use HooksGroupBean
Package
Description
This package contains base classes which can be extended and registered as hooks
This package contains beans which are used by hooks to pass data.
This package contains working hooks examples which can be cloned and tweaked
-
Uses of HooksGroupBean in edu.internet2.middleware.grouper.hooks
Methods in edu.internet2.middleware.grouper.hooks with parameters of type HooksGroupBeanModifier and TypeMethodDescriptionvoid
GroupHooks.groupPostCommitDelete
(HooksContext hooksContext, HooksGroupBean postCommitDeleteBean) called right after a commit involving a group delete commitvoid
GroupHooks.groupPostCommitInsert
(HooksContext hooksContext, HooksGroupBean postCommitInsertBean) called right after the commit of a post insert commit.void
GroupHooks.groupPostCommitUpdate
(HooksContext hooksContext, HooksGroupBean postCommitUpdateBean) called right after a commit on a group update commitvoid
GroupHooks.groupPostDelete
(HooksContext hooksContext, HooksGroupBean postDeleteBean) called right after a group deletevoid
GroupHooks.groupPostInsert
(HooksContext hooksContext, HooksGroupBean postInsertBean) called right after a group insertvoid
GroupHooks.groupPostUpdate
(HooksContext hooksContext, HooksGroupBean postUpdateBean) called right after a group updatevoid
GroupHooks.groupPreDelete
(HooksContext hooksContext, HooksGroupBean preDeleteBean) called right before a group deletevoid
GroupHooks.groupPreInsert
(HooksContext hooksContext, HooksGroupBean preInsertBean) called right before a group insertvoid
GroupHooks.groupPreUpdate
(HooksContext hooksContext, HooksGroupBean preUpdateBean) called right before a group update -
Uses of HooksGroupBean in edu.internet2.middleware.grouper.hooks.beans
Methods in edu.internet2.middleware.grouper.hooks.beans that return HooksGroupBean -
Uses of HooksGroupBean in edu.internet2.middleware.grouper.hooks.examples
Methods in edu.internet2.middleware.grouper.hooks.examples with parameters of type HooksGroupBeanModifier and TypeMethodDescriptionvoid
AssignReadonlyAdminPrivilegeGroupHook.groupPostCommitInsert
(HooksContext hooksContext, HooksGroupBean postCommitInsertBean) void
AssignSelfOptOutGroupPrivilegeHook.groupPostCommitInsert
(HooksContext hooksContext, HooksGroupBean postCommitInsertBean) void
LDAPProvisioningHook.groupPostInsert
(HooksContext hooksContext, HooksGroupBean postInsertBean) void
GroupAttributeNameValidationHook.groupPreInsert
(HooksContext hooksContext, HooksGroupBean preInsertBean) void
GroupHooksImplExample.groupPreInsert
(HooksContext hooksContext, HooksGroupBean preInsertBean) void
GroupLdapUniqueHookExample.groupPreInsert
(HooksContext hooksContext, HooksGroupBean preInsertBean) void
GroupUniqueExtensionHook.groupPreInsert
(HooksContext hooksContext, HooksGroupBean preInsertBean) void
GroupUniqueExtensionInFoldersHook.groupPreInsert
(HooksContext hooksContext, HooksGroupBean preInsertBean) void
GroupUniqueNameCaseInsensitiveHook.groupPreInsert
(HooksContext hooksContext, HooksGroupBean preInsertBean) void
UniqueObjectGroupHook.groupPreInsert
(HooksContext hooksContext, HooksGroupBean preInsertBean) void
GroupAttributeNameValidationHook.groupPreUpdate
(HooksContext hooksContext, HooksGroupBean preUpdateBean) void
GroupUniqueExtensionHook.groupPreUpdate
(HooksContext hooksContext, HooksGroupBean preUpdateBean) void
GroupUniqueExtensionInFoldersHook.groupPreUpdate
(HooksContext hooksContext, HooksGroupBean preUpdateBean) void
GroupUniqueNameCaseInsensitiveHook.groupPreUpdate
(HooksContext hooksContext, HooksGroupBean preUpdateBean) void
UniqueObjectGroupHook.groupPreUpdate
(HooksContext hooksContext, HooksGroupBean preUpdateBean)