Class AttributeIncludeExcludeHook
java.lang.Object
edu.internet2.middleware.grouper.hooks.AttributeHooks
edu.internet2.middleware.grouper.hooks.examples.AttributeIncludeExcludeHook
built in hook to grouper, which is turned on when it is configured in the grouper.properties. you can auto create groups to facilitate include and exclude lists, and required dependent complement groups
-
Field Summary
Fields inherited from class edu.internet2.middleware.grouper.hooks.AttributeHooks
METHOD_ATTRIBUTE_POST_COMMIT_DELETE, METHOD_ATTRIBUTE_POST_COMMIT_INSERT, METHOD_ATTRIBUTE_POST_COMMIT_UPDATE, METHOD_ATTRIBUTE_POST_DELETE, METHOD_ATTRIBUTE_POST_INSERT, METHOD_ATTRIBUTE_POST_UPDATE, METHOD_ATTRIBUTE_PRE_DELETE, METHOD_ATTRIBUTE_PRE_INSERT, METHOD_ATTRIBUTE_PRE_UPDATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattributePostDelete(HooksContext hooksContext, HooksAttributeBean postDeleteBean) called right after a attribute deletevoidattributePostInsert(HooksContext hooksContext, HooksAttributeBean postInsertBean) called right after a attribute insertvoidattributePostUpdate(HooksContext hooksContext, HooksAttributeBean postUpdateBean) called right after a attribute updatestatic voidmanageIncludesExcludesAndGroups(HooksAttributeBean postInsertBean, String summaryForLog) Methods inherited from class edu.internet2.middleware.grouper.hooks.AttributeHooks
attributePostCommitDelete, attributePostCommitInsert, attributePostCommitUpdate, attributePreDelete, attributePreInsert, attributePreUpdate
-
Constructor Details
-
AttributeIncludeExcludeHook
public AttributeIncludeExcludeHook()
-
-
Method Details
-
attributePostInsert
Description copied from class:AttributeHookscalled right after a attribute insert -
attributePostDelete
Description copied from class:AttributeHookscalled right after a attribute delete -
attributePostUpdate
Description copied from class:AttributeHookscalled right after a attribute update -
manageIncludesExcludesAndGroups
public static void manageIncludesExcludesAndGroups(HooksAttributeBean postInsertBean, String summaryForLog) - Parameters:
postInsertBean-summaryForLog- summary for log message
-