[
https://issues.apache.org/jira/browse/SYNCOPE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16285786#comment-16285786
]
ASF subversion and git services commented on SYNCOPE-1243:
----------------------------------------------------------
Commit 93e143590da19d5d3d68909726830db41bac8b3e in syncope's branch
refs/heads/2_0_X from [~coheigea]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=93e1435 ]
SYNCOPE-1243 - Add information to GroupTO about user and AnyObject membership
counts. Thanks to Francesco for reviewing.
(cherry picked from commit d784ae297c79df8e7d9a7c5dec1677d716422ef2)
> Add information to GroupTO about user and AnyObject membership counts
> ---------------------------------------------------------------------
>
> Key: SYNCOPE-1243
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1243
> Project: Syncope
> Issue Type: Improvement
> Reporter: Colm O hEigeartaigh
> Assignee: Colm O hEigeartaigh
> Priority: Minor
> Fix For: 2.0.7, 2.1.0
>
> Attachments: SYNCOPE-1243.patch, SYNCOPE-1243.patch.2,
> SYNCOPE-1243.patch.3, SYNCOPE-1243.patch.4, SYNCOPE-1243.patch.5
>
>
> If we want to find out how many users or AnyObjects are members of a given
> group, it's not possible to figure out via the group itself. Instead we need
> to run a fiql on the users or Any Objects.
> This task is to add the following fields to GroupTO so that we can get this
> information more easily:
> - int staticUserMembershipCount
> - int dynamicUserMembershipCount
> - Map<String, Integer> staticAnyObjectMembershipCount
> - Map<String, Integer> dynamicAnyObjectMembershipCount
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)