Task #2669
Story #2661: handling complicated identity-equivalencies for authorization
Task #2665: Authorization consistency between language implementations
create java tool for returning isAuthorized given AccessPolicy and list of Subjects
100%
Description
Should return the highest level of authorization for the given list.
Specifically needs to NOT consider the fuller picture of rightsHolder that would be in a typical isAuthorized request.
Easiest approach is to wrap and adapt the AuthUtils.isAuthorized(Subject[], Permission, SystemMetadata) method
to get the desired output.
History
#1 Updated by Rob Nahf over 12 years ago
- Status changed from New to In Progress
creating d1_authorization_tools project. creates a command-line tool with two modes - one for each tool.
#2 Updated by Rob Nahf over 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
completed build of d1_authorization_tools project / product that compares a SubjectList against an AccessPolicy and returns the maximum Permission for the SubjectList.
#3 Updated by Chris Jones over 12 years ago
- Target version changed from Sprint-2012.35-Block.5.2 to Sprint-2012.39-Block.5.4