Class LoaderHooks

java.lang.Object
edu.internet2.middleware.grouper.hooks.LoaderHooks
Direct Known Subclasses:
HierarchicalOrgLoaderHook

public abstract class LoaderHooks extends Object
Extend this class and configure in grouper.properties for hooks on loader related actions
  • Field Details

    • METHOD_LOADER_PRE_RUN

      public static final String METHOD_LOADER_PRE_RUN
      constant for method name for: loaderPreRun
      See Also:
    • METHOD_LOADER_POST_RUN

      public static final String METHOD_LOADER_POST_RUN
      constant for method name for: loaderPreRun
      See Also:
  • Constructor Details

    • LoaderHooks

      public LoaderHooks()
  • Method Details

    • loaderPreRun

      public void loaderPreRun(HooksContext hooksContext, HooksLoaderBean preRunBean)
      called right before a loader run
      Parameters:
      hooksContext -
      preRunBean -
    • loaderPostRun

      public void loaderPostRun(HooksContext hooksContext, HooksLoaderBean preRunBean)
      called right after a loader run
      Parameters:
      hooksContext -
      preRunBean -