Interface ApplyPermissionsStrategy
- All Known Implementing Classes:
DefaultApplyPermissionsStrategy
public interface ApplyPermissionsStrategy
A strategy to apply permissions
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(TypePermissionsDataList permissionsList) Applies the permissions for each type in the list to the principal
-
Method Details
-
apply
Applies the permissions for each type in the list to the principal- Parameters:
permissionsList- The list of permissions for each type to apply
-