Interface ApplyPermissionsStrategy

All Known Implementing Classes:
DefaultApplyPermissionsStrategy

public interface ApplyPermissionsStrategy
A strategy to apply permissions
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(TypePermissionsDataList permissionsList)
    Applies the permissions for each type in the list to the principal
  • Method Details

    • apply

      void apply(TypePermissionsDataList permissionsList)
      Applies the permissions for each type in the list to the principal
      Parameters:
      permissionsList - The list of permissions for each type to apply