Class GroupDoNotDeleteIfProvisionable

java.lang.Object
edu.internet2.middleware.grouper.hooks.GroupHooks
edu.internet2.middleware.grouper.hooks.examples.GroupDoNotDeleteIfProvisionable

public class GroupDoNotDeleteIfProvisionable extends GroupHooks
  • Field Details

    • EXTERNALIZED_TEXT_KEY_FOR_DO_NOT_DELETE_GROUP_IF_PROVISIONABLE

      public static final String EXTERNALIZED_TEXT_KEY_FOR_DO_NOT_DELETE_GROUP_IF_PROVISIONABLE
      See Also:
  • Constructor Details

    • GroupDoNotDeleteIfProvisionable

      public GroupDoNotDeleteIfProvisionable()
  • Method Details

    • clearHook

      public static void clearHook()
    • registerHookIfNecessary

      public static void registerHookIfNecessary()
      see if this is configured in the grouper.properties, if so, register this hook
    • groupPreDelete

      public void groupPreDelete(HooksContext hooksContext, HooksGroupBean preDeleteBean)
      Description copied from class: GroupHooks
      called right before a group delete
      Overrides:
      groupPreDelete in class GroupHooks