[
https://issues.apache.org/jira/browse/SYNCOPE-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Chicchiriccò resolved SYNCOPE-1608.
---------------------------------------------
Resolution: Fixed
> 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)