public class AttributeIncludeExcludeHook extends AttributeHooks
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
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 and Description |
|---|
AttributeIncludeExcludeHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
attributePostDelete(HooksContext hooksContext,
HooksAttributeBean postDeleteBean)
called right after a attribute delete
|
void |
attributePostInsert(HooksContext hooksContext,
HooksAttributeBean postInsertBean)
called right after a attribute insert
|
void |
attributePostUpdate(HooksContext hooksContext,
HooksAttributeBean postUpdateBean)
called right after a attribute update
|
static void |
manageIncludesExcludesAndGroups(HooksAttributeBean postInsertBean,
String summaryForLog) |
attributePostCommitDelete, attributePostCommitInsert, attributePostCommitUpdate, attributePreDelete, attributePreInsert, attributePreUpdatepublic void attributePostInsert(HooksContext hooksContext, HooksAttributeBean postInsertBean)
AttributeHookspublic void attributePostDelete(HooksContext hooksContext, HooksAttributeBean postDeleteBean)
AttributeHookspublic void attributePostUpdate(HooksContext hooksContext, HooksAttributeBean postUpdateBean)
AttributeHookspublic static void manageIncludesExcludesAndGroups(HooksAttributeBean postInsertBean, String summaryForLog)
postInsertBean - summaryForLog - summary for log messageCopyright © 2016 Internet2. All rights reserved.