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 TypeMethodDescriptionvoidGroupHooks.groupPostCommitDelete(HooksContext hooksContext, HooksGroupBean postCommitDeleteBean) called right after a commit involving a group delete commitvoidGroupHooks.groupPostCommitInsert(HooksContext hooksContext, HooksGroupBean postCommitInsertBean) called right after the commit of a post insert commit.voidGroupHooks.groupPostCommitUpdate(HooksContext hooksContext, HooksGroupBean postCommitUpdateBean) called right after a commit on a group update commitvoidGroupHooks.groupPostDelete(HooksContext hooksContext, HooksGroupBean postDeleteBean) called right after a group deletevoidGroupHooks.groupPostInsert(HooksContext hooksContext, HooksGroupBean postInsertBean) called right after a group insertvoidGroupHooks.groupPostUpdate(HooksContext hooksContext, HooksGroupBean postUpdateBean) called right after a group updatevoidGroupHooks.groupPreDelete(HooksContext hooksContext, HooksGroupBean preDeleteBean) called right before a group deletevoidGroupHooks.groupPreInsert(HooksContext hooksContext, HooksGroupBean preInsertBean) called right before a group insertvoidGroupHooks.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 TypeMethodDescriptionvoidAssignReadonlyAdminPrivilegeGroupHook.groupPostCommitInsert(HooksContext hooksContext, HooksGroupBean postCommitInsertBean) voidAssignSelfOptOutGroupPrivilegeHook.groupPostCommitInsert(HooksContext hooksContext, HooksGroupBean postCommitInsertBean) voidLDAPProvisioningHook.groupPostInsert(HooksContext hooksContext, HooksGroupBean postInsertBean) voidGroupAttributeNameValidationHook.groupPreInsert(HooksContext hooksContext, HooksGroupBean preInsertBean) voidGroupHooksImplExample.groupPreInsert(HooksContext hooksContext, HooksGroupBean preInsertBean) voidGroupLdapUniqueHookExample.groupPreInsert(HooksContext hooksContext, HooksGroupBean preInsertBean) voidGroupUniqueExtensionHook.groupPreInsert(HooksContext hooksContext, HooksGroupBean preInsertBean) voidGroupUniqueExtensionInFoldersHook.groupPreInsert(HooksContext hooksContext, HooksGroupBean preInsertBean) voidGroupUniqueNameCaseInsensitiveHook.groupPreInsert(HooksContext hooksContext, HooksGroupBean preInsertBean) voidUniqueObjectGroupHook.groupPreInsert(HooksContext hooksContext, HooksGroupBean preInsertBean) voidGroupAttributeNameValidationHook.groupPreUpdate(HooksContext hooksContext, HooksGroupBean preUpdateBean) voidGroupUniqueExtensionHook.groupPreUpdate(HooksContext hooksContext, HooksGroupBean preUpdateBean) voidGroupUniqueExtensionInFoldersHook.groupPreUpdate(HooksContext hooksContext, HooksGroupBean preUpdateBean) voidGroupUniqueNameCaseInsensitiveHook.groupPreUpdate(HooksContext hooksContext, HooksGroupBean preUpdateBean) voidUniqueObjectGroupHook.groupPreUpdate(HooksContext hooksContext, HooksGroupBean preUpdateBean)