Class LoaderAttributeVetoHook
java.lang.Object
edu.internet2.middleware.grouper.hooks.AttributeAssignHooks
edu.internet2.middleware.grouper.hooks.examples.LoaderAttributeVetoHook
grouper.properties:
hooks.attributeAssign.class=edu.internet2.middleware.grouper.hooks.examples.LoaderAttributeVetoHook
-
Field Summary
Fields inherited from class edu.internet2.middleware.grouper.hooks.AttributeAssignHooks
METHOD_ATTRIBUTE_ASSIGN_POST_COMMIT_DELETE, METHOD_ATTRIBUTE_ASSIGN_POST_COMMIT_INSERT, METHOD_ATTRIBUTE_ASSIGN_POST_COMMIT_UPDATE, METHOD_ATTRIBUTE_ASSIGN_POST_DELETE, METHOD_ATTRIBUTE_ASSIGN_POST_INSERT, METHOD_ATTRIBUTE_ASSIGN_POST_UPDATE, METHOD_ATTRIBUTE_ASSIGN_PRE_DELETE, METHOD_ATTRIBUTE_ASSIGN_PRE_INSERT, METHOD_ATTRIBUTE_ASSIGN_PRE_UPDATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattributeAssignPreDelete(HooksContext hooksContext, HooksAttributeAssignBean hooksAttributeAssignBean) called right before a attribute assign deletevoidattributeAssignPreInsert(HooksContext hooksContext, HooksAttributeAssignBean hooksAttributeAssignBean) called right before a attribute assign insertvoidattributeAssignPreUpdate(HooksContext hooksContext, HooksAttributeAssignBean hooksAttributeAssignBean) called right before a attribute assign updatestatic voidvalidateAttributeDefNameId(HooksContext hooksContext, String attributeDefNameId) Methods inherited from class edu.internet2.middleware.grouper.hooks.AttributeAssignHooks
attributeAssignPostCommitDelete, attributeAssignPostCommitInsert, attributeAssignPostCommitUpdate, attributeAssignPostDelete, attributeAssignPostInsert, attributeAssignPostUpdate
-
Constructor Details
-
LoaderAttributeVetoHook
public LoaderAttributeVetoHook()
-
-
Method Details
-
validateAttributeDefNameId
-
attributeAssignPreUpdate
public void attributeAssignPreUpdate(HooksContext hooksContext, HooksAttributeAssignBean hooksAttributeAssignBean) Description copied from class:AttributeAssignHookscalled right before a attribute assign update- Overrides:
attributeAssignPreUpdatein classAttributeAssignHooks
-
attributeAssignPreInsert
public void attributeAssignPreInsert(HooksContext hooksContext, HooksAttributeAssignBean hooksAttributeAssignBean) Description copied from class:AttributeAssignHookscalled right before a attribute assign insert- Overrides:
attributeAssignPreInsertin classAttributeAssignHooks
-
attributeAssignPreDelete
public void attributeAssignPreDelete(HooksContext hooksContext, HooksAttributeAssignBean hooksAttributeAssignBean) Description copied from class:AttributeAssignHookscalled right before a attribute assign delete- Overrides:
attributeAssignPreDeletein classAttributeAssignHooks
-