Interface BeforeGroupRemoval

All Known Implementing Classes:
NoopBeforeGroupRemoval, RemoveGrantedPermissionsFromGroup

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)