Package com.qfs.security
Interface IBranchPermissions
-
- All Known Implementing Classes:
BranchPermissions
public interface IBranchPermissionsAn object containing the read and write permissions for a given branch.- Author:
- ActiveViam
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>ALL_USERS_ALLOWEDConstant used to implement the permission for all users to create, read or edit branches.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getOwners()Gets the owners of the branch.Set<String>getReaders()Gets the readers of the branch.
-