edu.internet2.middleware.grouper.hooks
Class ExternalSubjectHooks
java.lang.Object
edu.internet2.middleware.grouper.hooks.ExternalSubjectHooks
public abstract class ExternalSubjectHooks
- extends java.lang.Object
Extend this class and configure in grouper.properties for hooks on
external subject related actions
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METHOD_POST_EDIT_EXTERNAL_SUBJECT
public static final java.lang.String METHOD_POST_EDIT_EXTERNAL_SUBJECT
- constant for method name for: postEditExternalSubject
- See Also:
- Constant Field Values
ExternalSubjectHooks
public ExternalSubjectHooks()
postEditExternalSubject
public void postEditExternalSubject(HooksContext hooksContext,
HooksExternalSubjectBean editBean)
- called right after an edit of external subject (same transaction)
- Parameters:
hooksContext
- editBean
-