[
https://issues.apache.org/jira/browse/SYNCOPE-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16103036#comment-16103036
]
Colm O hEigeartaigh commented on SYNCOPE-1173:
----------------------------------------------
I also added some into GroupITCase, e.g.:
assertTrue(memberships.stream().anyMatch(m ->
m.getGroupKey().equals(groupKey)));
I'm not aware of any maven plugin that highlights where Java 8 APIs could be
used...
> Replace List<String> dynGroups with List<MembershipTO> dynMemberships
> ---------------------------------------------------------------------
>
> Key: SYNCOPE-1173
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1173
> Project: Syncope
> Issue Type: Improvement
> Reporter: Colm O hEigeartaigh
> Assignee: Colm O hEigeartaigh
> Fix For: 2.0.5, 2.1.0
>
>
> This task is to replace List<String> dynGroups with List<MembershipTO>
> dynMemberships in UserTO and AnyObjectTO. This will allow us to retrieve the
> dynamic group names associated with a given user or Any Object when doing a
> GET, as opposed to the current situation where we only see the keys of the
> group.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)