Searched defs:shouldSyncUsers (Results 1 - 2 of 2) sorted by relevance

/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DonSync-assignments.js25 * If shouldSyncUsers then this will call sync on all users of all roles that have the assignment that got sync'ed
37 if (shouldSyncUsers(oldValue, newValue, ignoredProperties)) {
70 function shouldSyncUsers(oldValue, newValue, ignoredProperties) { function
H A DonSync-roles.js25 * If shouldSyncUsers then this will call sync on all users of the role that got sync'ed
36 if (shouldSyncUsers(oldValue, newValue, ignoredProperties)) {
59 function shouldSyncUsers(oldValue, newValue, ignoredProperties) { function

Completed in 33 milliseconds