Class GroupTypeTupleHooks

java.lang.Object
edu.internet2.middleware.grouper.hooks.GroupTypeTupleHooks
Direct Known Subclasses:
GroupTypeSecurityHook, GroupTypeTupleIncludeExcludeHook

public abstract class GroupTypeTupleHooks extends Object
Extend this class and configure in grouper.properties for hooks on groupTypeTuple related actions
  • Field Details

    • METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_DELETE

      public static final String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_DELETE
      constant for method name for: groupTypeTuplePostCommitDelete
      See Also:
    • METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_INSERT

      public static final String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_INSERT
      constant for method name for: groupTypeTuplePostCommitInsert
      See Also:
    • METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_UPDATE

      public static final String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_UPDATE
      constant for method name for: groupTypeTuplePostCommitUpdate
      See Also:
    • METHOD_GROUP_TYPE_TUPLE_POST_DELETE

      public static final String METHOD_GROUP_TYPE_TUPLE_POST_DELETE
      constant for method name for: groupTypeTuplePostDelete
      See Also:
    • METHOD_GROUP_TYPE_TUPLE_POST_INSERT

      public static final String METHOD_GROUP_TYPE_TUPLE_POST_INSERT
      constant for method name for: groupTypeTuplePostInsert
      See Also:
    • METHOD_GROUP_TYPE_TUPLE_POST_UPDATE

      public static final String METHOD_GROUP_TYPE_TUPLE_POST_UPDATE
      constant for method name for: groupTypeTuplePostUpdate
      See Also:
    • METHOD_GROUP_TYPE_TUPLE_PRE_DELETE

      public static final String METHOD_GROUP_TYPE_TUPLE_PRE_DELETE
      constant for method name for: groupTypeTuplePreDelete
      See Also:
    • METHOD_GROUP_TYPE_TUPLE_PRE_INSERT

      public static final String METHOD_GROUP_TYPE_TUPLE_PRE_INSERT
      constant for method name for: groupTypeTuplePreInsert
      See Also:
    • METHOD_GROUP_TYPE_TUPLE_PRE_UPDATE

      public static final String METHOD_GROUP_TYPE_TUPLE_PRE_UPDATE
      constant for method name for: groupTypeTuplePreUpdate
      See Also:
  • Constructor Details

    • GroupTypeTupleHooks

      public GroupTypeTupleHooks()
  • Method Details

    • groupTypeTuplePreUpdate

      public void groupTypeTuplePreUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean preUpdateBean)
      called right before a groupTypeTuple update
      Parameters:
      hooksContext -
      preUpdateBean -
    • groupTypeTuplePostUpdate

      public void groupTypeTuplePostUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean postUpdateBean)
      called right after a groupTypeTuple update
      Parameters:
      hooksContext -
      postUpdateBean -
    • groupTypeTuplePreInsert

      public void groupTypeTuplePreInsert(HooksContext hooksContext, HooksGroupTypeTupleBean preInsertBean)
      called right before a groupTypeTuple insert
      Parameters:
      hooksContext -
      preInsertBean -
    • groupTypeTuplePostInsert

      public void groupTypeTuplePostInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postInsertBean)
      called right after a groupTypeTuple insert
      Parameters:
      hooksContext -
      postInsertBean -
    • groupTypeTuplePreDelete

      public void groupTypeTuplePreDelete(HooksContext hooksContext, HooksGroupTypeTupleBean preDeleteBean)
      called right before a groupTypeTuple delete
      Parameters:
      hooksContext -
      preDeleteBean -
    • groupTypeTuplePostDelete

      public void groupTypeTuplePostDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postDeleteBean)
      called right after a groupTypeTuple delete
      Parameters:
      hooksContext -
      postDeleteBean -
    • groupTypeTuplePostCommitDelete

      public void groupTypeTuplePostCommitDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitDeleteBean)
      called right after a groupTypeTuple delete commit
      Parameters:
      hooksContext -
      postCommitDeleteBean -
    • groupTypeTuplePostCommitInsert

      public void groupTypeTuplePostCommitInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitInsertBean)
      called right after a groupTypeTuple insert commit
      Parameters:
      hooksContext -
      postCommitInsertBean -
    • groupTypeTuplePostCommitUpdate

      public void groupTypeTuplePostCommitUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitUpdateBean)
      called right after a groupTypeTuple update commit
      Parameters:
      hooksContext -
      postCommitUpdateBean -