edu.internet2.middleware.grouper.hooks
Class ExternalSubjectHooks

java.lang.Object
  extended by edu.internet2.middleware.grouper.hooks.ExternalSubjectHooks

public abstract class ExternalSubjectHooks
extends Object

Extend this class and configure in grouper.properties for hooks on external subject related actions


Field Summary
static String METHOD_POST_EDIT_EXTERNAL_SUBJECT
          constant for method name for: postEditExternalSubject
 
Constructor Summary
ExternalSubjectHooks()
           
 
Method Summary
 void postEditExternalSubject(HooksContext hooksContext, HooksExternalSubjectBean editBean)
          called right after an edit of external subject (same transaction)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METHOD_POST_EDIT_EXTERNAL_SUBJECT

public static final String METHOD_POST_EDIT_EXTERNAL_SUBJECT
constant for method name for: postEditExternalSubject

See Also:
Constant Field Values
Constructor Detail

ExternalSubjectHooks

public ExternalSubjectHooks()
Method Detail

postEditExternalSubject

public void postEditExternalSubject(HooksContext hooksContext,
                                    HooksExternalSubjectBean editBean)
called right after an edit of external subject (same transaction)

Parameters:
hooksContext -
editBean -