[
https://issues.apache.org/jira/browse/SYNCOPE-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777743#comment-16777743
]
ASF subversion and git services commented on SYNCOPE-1441:
----------------------------------------------------------
Commit 27b1581590f58a9e7c12200cadede5fdb52c01d0 in syncope's branch
refs/heads/2_0_X from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=27b1581 ]
[SYNCOPE-1441] Extracted the matches() method from AnySearchDAO and created
AnyMatchDAO which does in-memory checks only
> Perform in-memory match for dynamic conditions
> ----------------------------------------------
>
> Key: SYNCOPE-1441
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1441
> Project: Syncope
> Issue Type: Improvement
> Components: core
> Reporter: Francesco Chicchiriccò
> Assignee: Francesco Chicchiriccò
> Priority: Major
> Fix For: 2.0.13, 2.1.4, 3.0.0
>
>
> Various conditions can be specified - for DynRealms and dynamic Group / Role
> memberships.
> It is needed in several places to check if a given User, Group or Any Object
> matches the conditions as above.
> Today such checks are performed via search, which eventually involves
> database access; this is however not strictly necessary, as the whole check
> could be performed in-memory.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)