You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2019/02/26 08:37:00 UTC

[jira] [Created] (SYNCOPE-1441) Perform in-memory match for dynamic conditions

Francesco Chicchiriccò created SYNCOPE-1441:
-----------------------------------------------

             Summary: 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ò
             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)