Package com.qfs.security
Interface IBranchPermissions
- All Known Implementing Classes:
BranchPermissions
public interface IBranchPermissions
An object containing the read and write permissions for a given branch.
- Author:
- ActiveViam
-
Field Summary
FieldsModifier and TypeFieldDescriptionConstant used to implement the permission for all users to create, read or edit branches. -
Method Summary
-
Field Details
-
ALL_USERS_ALLOWED
Constant used to implement the permission for all users to create, read or edit branches.
-
-
Method Details
-
getOwners
Gets the owners of the branch.- Returns:
- the owners of the branch
-
getReaders
Gets the readers of the branch.- Returns:
- the readers of the branch
-