Interface BeforeGroupRemoval


public interface BeforeGroupRemoval
Allows actions to be taken before groups are removed by the directory manager on Application or Directory DAOs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beforeRemoveGroup(long directoryId, String groupName)
     
  • Method Details

    • beforeRemoveGroup

      void beforeRemoveGroup(long directoryId, String groupName)