[
https://issues.apache.org/jira/browse/SYNCOPE-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262466#comment-17262466
]
ASF subversion and git services commented on SYNCOPE-1608:
----------------------------------------------------------
Commit 19bc68120cd3ec31809b4f69f0b7f12890dfbbc8 in syncope's branch
refs/heads/master from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=19bc681 ]
[SYNCOPE-1608] Allowing MembershipCond to bear group name pattern
> Allow wildcard group membership search
> --------------------------------------
>
> Key: SYNCOPE-1608
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1608
> Project: Syncope
> Issue Type: Improvement
> Components: core, extensions
> Reporter: Francesco Chicchiriccò
> Assignee: Francesco Chicchiriccò
> Priority: Major
> Fix For: 2.1.9, 3.0.0
>
>
> User and AnyObject group membership can be queried via FIQL as
> {code}
> $groups==root
> {code}
> and will return all users that are members of the {{root}} group.
> A nice improvement is to allow expressions as
> {code}
> $groups==*child
> {code}
> to return users that are members of any group matching the provided wildcard
> expression, e.g.
> * {{child}}
> * {{mychild}}
> * {{otherchild}}
> and so on.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)