Class ExternalSubjectHooks
java.lang.Object
edu.internet2.middleware.grouper.hooks.ExternalSubjectHooks
Extend this class and configure in grouper.properties for hooks on
external subject related actions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
constant for method name for: postEditExternalSubject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postEditExternalSubject
(HooksContext hooksContext, HooksExternalSubjectBean editBean) called right after an edit of external subject (same transaction)
-
Field Details
-
METHOD_POST_EDIT_EXTERNAL_SUBJECT
constant for method name for: postEditExternalSubject- See Also:
-
-
Constructor Details
-
ExternalSubjectHooks
public ExternalSubjectHooks()
-
-
Method Details
-
postEditExternalSubject
called right after an edit of external subject (same transaction)- Parameters:
hooksContext
-editBean
-
-