Interface GrouperHookTypeInterface

All Known Implementing Classes:
GrouperHookType

public interface GrouperHookTypeInterface
Each hook type implements this interface
  • Method Summary

    Modifier and Type
    Method
    Description
    base class for this hook class e.g.
    property file key for this hook class e.g.
  • Method Details

    • getPropertyFileKey

      String getPropertyFileKey()
      property file key for this hook class e.g. hooks.field.class
      Returns:
      the propertyFileKey
    • getBaseClass

      Class<?> getBaseClass()
      base class for this hook class e.g. FieldHooks.class
      Returns:
      the baseClass