Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.1
-
None
Description
Now that Fortress supports attributes within the activation phase, convenience methods are needed to reduce complexity managing the attributes.
Reuse these:
AdminMgr
1. addRoleConstraint ( UserRole , RoleConstraint )
2. removeRoleConstraint ( UserRole , RoleConstraint )
Add these:
ReviewMgr
3. List<UserRole> getRoleConstraints( UserRole, RoleConstraint )
AccessMgr
4. applyConstraint ( Session, RoleConstraint )
Attachments
Issue Links
- relates to
-
FC-242 Rename RoleConstraint attribute paSetName to key
- Resolved