edu.internet2.middleware.grouper.hooks.examples
Class AttributeIncludeExcludeHook
java.lang.Object
edu.internet2.middleware.grouper.hooks.AttributeHooks
edu.internet2.middleware.grouper.hooks.examples.AttributeIncludeExcludeHook
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeIncludeExcludeHook
public AttributeIncludeExcludeHook()
attributePostInsert
public void attributePostInsert(HooksContext hooksContext,
HooksAttributeBean postInsertBean)
- Description copied from class:
AttributeHooks
- called right after a attribute insert
- Overrides:
attributePostInsert
in class AttributeHooks
- See Also:
AttributeHooks.attributePostInsert(edu.internet2.middleware.grouper.hooks.beans.HooksContext, edu.internet2.middleware.grouper.hooks.beans.HooksAttributeBean)
attributePostDelete
public void attributePostDelete(HooksContext hooksContext,
HooksAttributeBean postDeleteBean)
- Description copied from class:
AttributeHooks
- called right after a attribute delete
- Overrides:
attributePostDelete
in class AttributeHooks
- See Also:
AttributeHooks.attributePostDelete(edu.internet2.middleware.grouper.hooks.beans.HooksContext, edu.internet2.middleware.grouper.hooks.beans.HooksAttributeBean)
attributePostUpdate
public void attributePostUpdate(HooksContext hooksContext,
HooksAttributeBean postUpdateBean)
- Description copied from class:
AttributeHooks
- called right after a attribute update
- Overrides:
attributePostUpdate
in class AttributeHooks
- See Also:
AttributeHooks.attributePostUpdate(edu.internet2.middleware.grouper.hooks.beans.HooksContext, edu.internet2.middleware.grouper.hooks.beans.HooksAttributeBean)
manageIncludesExcludesAndGroups
public static void manageIncludesExcludesAndGroups(HooksAttributeBean postInsertBean,
java.lang.String summaryForLog)
- Parameters:
postInsertBean
- summaryForLog
- summary for log message