Interface ApplyPermissionsStrategy
-
- All Known Implementing Classes:
DefaultApplyPermissionsStrategy
public interface ApplyPermissionsStrategyA strategy to apply permissions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(TypePermissionsDataList permissionsList)Applies the permissions for each type in the list to the principal
-
-
-
Method Detail
-
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
-
-