Searched refs:changes (Results 1 - 25 of 119) sorted by relevance

12345

/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DSaveChangesView.js32 this.data.changes = args.changes;
35 if (this.data.changes === null) {
39 _.each(this.data.changes, function(change, i) {
41 this.data.changes[i].empty = true;
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/association/
H A DAssociationRuleView.js57 changes: [],
69 this.model.changes = args.changes || [];
71 this.model.addedLinkQualifiers = _.union(_.pluck(this.model.mapping.correlationQuery, "linkQualifier"), _.pluck(this.model.changes, "linkQualifier"));
87 // Add the pending changes to the array of correlation queries used for rendering purposes, saved data is not generated from the data object.
88 _.each(this.model.changes, _.bind(function(query) {
97 switch (query.changes) {
122 if ((_.has(this.model.mapping, "correlationQuery") && this.model.mapping.correlationQuery.length > 0) || this.model.changes.length > 0) {
161 if (this.model.changes.length > 0) {
186 changesQuery = _.find(this.model.changes, {"linkQualifie
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/settings/authentication/
H A DAuthenticationModuleView.js79 // this.model.authModules should not be altered until a save is done. Use this.model.changes for the local copy.
80 if (!_.has(this.model, "changes")) {
81 this.model.changes = _.clone(this.model.authModules);
91 this.model.defaultAuth = _.clone(this.model.changes, true);
93 _.each(this.model.changes, _.bind(function (module) {
131 self.model.changes.splice(self.getClickedRowIndex(e), 1);
176 element: this.$el.find(".authentication-module-changes"),
181 this.model.changes = original.authModules;
187 this.model.changesModule.reRender(this.$el.find(".authentication-module-changes"));
200 "rows": _.clone(this.model.changes, tru
[all...]
H A DSessionModuleView.js34 "change .changes-watched": "checkChanges",
35 "keyup .changes-watched": "checkChanges"
67 if (this.model.changes) {
68 this.data.sessionModule = this.model.changes;
70 // So we don't overwrite our model we only use the changes object once unless reset by undo
71 delete this.model.changes;
108 // If the use wants to, changes these settings they can so we remove this flag so its only set when an OPENAM_SESSION auth module is created
116 // Watch for changes
119 element: this.$el.find(".authentication-session-changes"),
123 this.reRender({changes
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java38 ArrayList<String> changes = new ArrayList<String>(2); field in class:Change
132 changes.add(changeHasReplFixupOp);
135 attr = entry.getAttribute("changes");
145 throw new Exception("Attribute changes is empty - replicationCSN="+ csn);
153 changes.add(myChange);
155 changes.trimToSize();
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java37 ArrayList<String> changes = new ArrayList<String>(2); field in class:Change
131 changes.add(changeHasReplFixupOp);
134 attr = entry.getAttribute("changes");
144 throw new Exception("Attribute changes is empty - replicationCSN="+ csn);
152 changes.add(myChange);
154 changes.trimToSize();
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java38 ArrayList<String> changes = new ArrayList<String>(2); field in class:Change
132 changes.add(changeHasReplFixupOp);
135 attr = entry.getAttribute("changes");
145 throw new Exception("Attribute changes is empty - replicationCSN="+ csn);
153 changes.add(myChange);
155 changes.trimToSize();
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java38 ArrayList<String> changes = new ArrayList<String>(2); field in class:Change
132 changes.add(changeHasReplFixupOp);
135 attr = entry.getAttribute("changes");
145 throw new Exception("Attribute changes is empty - replicationCSN="+ csn);
153 changes.add(myChange);
155 changes.trimToSize();
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java37 ArrayList<String> changes = new ArrayList<String>(2); field in class:Change
131 changes.add(changeHasReplFixupOp);
134 attr = entry.getAttribute("changes");
144 throw new Exception("Attribute changes is empty - replicationCSN="+ csn);
152 changes.add(myChange);
154 changes.trimToSize();
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DGenericRepoTest.java250 Map<String, Set<String>> changes = new HashMap<String, Set<String>>();
251 changes.put("otherMailbox", asSet("DemoLand"));
252 idrepo.setAttributes(null, IdType.USER, DEMO, changes, true);
263 Map<String, Set<String>> changes = new HashMap<String, Set<String>>();
264 changes.put("sn", asSet("testsn"));
265 idrepo.setAttributes(null, IdType.USER, DEMO, changes, true);
268 changes.put("sn", asSet(DEMO));
269 idrepo.setAttributes(null, IdType.USER, DEMO, changes, false);
278 Map<String, byte[][]> changes = new HashMap<String, byte[][]>();
281 changes
[all...]
/forgerock/openam/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DGenericRepoTest.java252 Map<String, Set<String>> changes = new HashMap<String, Set<String>>();
253 changes.put("otherMailbox", asSet("DemoLand"));
254 idrepo.setAttributes(null, IdType.USER, DEMO, changes, true);
265 Map<String, Set<String>> changes = new HashMap<String, Set<String>>();
266 changes.put("sn", asSet("testsn"));
267 idrepo.setAttributes(null, IdType.USER, DEMO, changes, true);
270 changes.put("sn", asSet(DEMO));
271 idrepo.setAttributes(null, IdType.USER, DEMO, changes, false);
280 Map<String, byte[][]> changes = new HashMap<String, byte[][]>();
283 changes
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DMigrateValidGotoSetting.java66 private final Map<String, Set<String>> changes = new HashMap<String, Set<String>>(); field in class:MigrateValidGotoSetting
100 changes.put(realm, validDomains);
104 DEBUG.message("Found the following existing goto URL domains in realms: " + changes);
124 if (CollectionUtils.isNotEmpty(changes)) {
129 for (final Map.Entry<String, Set<String>> entry : changes.entrySet()) {
193 if (CollectionUtils.isNotEmpty(changes)) {
194 for (Map.Entry<String, Set<String>> entry : changes.entrySet()) {
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDbHandler.java61 * used to read all changes from a given ChangeNUmber.
73 // flush() : get a number of changes from the in memory list by block
75 // trim() : deletes from the DB a number of changes that are older than a
79 // for pushing the changes to other replication server or to LDAP server
203 * Get some changes out of the message queue of the LDAP server.
206 * @return a List containing number changes extracted from the queue.
211 LinkedList<UpdateMsg> changes = new LinkedList<UpdateMsg>();
220 changes.add(msg);
223 return changes;
245 * Get the number of changes
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDbHandler.java61 * used to read all changes from a given ChangeNUmber.
73 // flush() : get a number of changes from the in memory list by block
75 // trim() : deletes from the DB a number of changes that are older than a
79 // for pushing the changes to other replication server or to LDAP server
201 * Get some changes out of the message queue of the LDAP server.
204 * @return a List containing number changes extracted from the queue.
209 LinkedList<UpdateMsg> changes = new LinkedList<UpdateMsg>();
218 changes.add(msg);
221 return changes;
243 * Get the number of changes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDbHandler.java61 * used to read all changes from a given ChangeNUmber.
73 // flush() : get a number of changes from the in memory list by block
75 // trim() : deletes from the DB a number of changes that are older than a
79 // for pushing the changes to other replication server or to LDAP server
203 * Get some changes out of the message queue of the LDAP server.
206 * @return a List containing number changes extracted from the queue.
211 LinkedList<UpdateMsg> changes = new LinkedList<UpdateMsg>();
220 changes.add(msg);
223 return changes;
245 * Get the number of changes
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5/
H A DREADME30 it routes changes through managed/user, rather than having them directly mapped
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DMigrateValidGotoSetting.java65 private final Map<String, Set<String>> changes = new HashMap<String, Set<String>>(); field in class:MigrateValidGotoSetting
99 changes.put(realm, validDomains);
103 DEBUG.message("Found the following existing goto URL domains in realms: " + changes);
122 if (!changes.isEmpty()) {
127 for (final Map.Entry<String, Set<String>> entry : changes.entrySet()) {
188 for (Map.Entry<String, Set<String>> entry : changes.entrySet()) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java449 String[] changes = new String[] {
460 TestCaseUtils.applyModifications(true, changes);
502 String[] changes = new String[] {
509 TestCaseUtils.applyModifications(true, changes);
550 String[] changes = new String[] {
557 TestCaseUtils.applyModifications(true, changes);
599 String[] changes = new String[] {
606 TestCaseUtils.applyModifications(true, changes);
624 String[] changes = new String[] {
629 TestCaseUtils.applyModifications(true, changes);
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java448 String[] changes = new String[] {
459 TestCaseUtils.applyModifications(true, changes);
501 String[] changes = new String[] {
508 TestCaseUtils.applyModifications(true, changes);
549 String[] changes = new String[] {
556 TestCaseUtils.applyModifications(true, changes);
598 String[] changes = new String[] {
605 TestCaseUtils.applyModifications(true, changes);
623 String[] changes = new String[] {
628 TestCaseUtils.applyModifications(true, changes);
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java449 String[] changes = new String[] {
460 TestCaseUtils.applyModifications(true, changes);
502 String[] changes = new String[] {
509 TestCaseUtils.applyModifications(true, changes);
550 String[] changes = new String[] {
557 TestCaseUtils.applyModifications(true, changes);
599 String[] changes = new String[] {
606 TestCaseUtils.applyModifications(true, changes);
624 String[] changes = new String[] {
629 TestCaseUtils.applyModifications(true, changes);
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java448 String[] changes = new String[] {
459 TestCaseUtils.applyModifications(true, changes);
501 String[] changes = new String[] {
508 TestCaseUtils.applyModifications(true, changes);
549 String[] changes = new String[] {
556 TestCaseUtils.applyModifications(true, changes);
598 String[] changes = new String[] {
605 TestCaseUtils.applyModifications(true, changes);
623 String[] changes = new String[] {
628 TestCaseUtils.applyModifications(true, changes);
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java449 String[] changes = new String[] {
460 TestCaseUtils.applyModifications(true, changes);
502 String[] changes = new String[] {
509 TestCaseUtils.applyModifications(true, changes);
550 String[] changes = new String[] {
557 TestCaseUtils.applyModifications(true, changes);
599 String[] changes = new String[] {
606 TestCaseUtils.applyModifications(true, changes);
624 String[] changes = new String[] {
629 TestCaseUtils.applyModifications(true, changes);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java433 String[] changes = new String[] {
444 TestCaseUtils.applyModifications(true, changes);
486 String[] changes = new String[] {
493 TestCaseUtils.applyModifications(true, changes);
534 String[] changes = new String[] {
541 TestCaseUtils.applyModifications(true, changes);
583 String[] changes = new String[] {
590 TestCaseUtils.applyModifications(true, changes);
608 String[] changes = new String[] {
613 TestCaseUtils.applyModifications(true, changes);
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java177 List<Object[]> changes = createChangeRecords(
179 MODIFY_ENTRY_DATA_LDIF = changes.toArray(new Object[0][]);
192 changes = createChangeRecords(ModifyDNChangeRecordEntry.class,
194 MODIFY_DN_ENTRY_DATA_LDIF = changes.toArray(new Object[0][]);
551 List<Object[]> changes = new LinkedList<Object[]>();
564 changes.add(objs);
567 return changes;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java176 List<Object[]> changes = createChangeRecords(
178 MODIFY_ENTRY_DATA_LDIF = changes.toArray(new Object[0][]);
191 changes = createChangeRecords(ModifyDNChangeRecordEntry.class,
193 MODIFY_DN_ENTRY_DATA_LDIF = changes.toArray(new Object[0][]);
550 List<Object[]> changes = new LinkedList<Object[]>();
563 changes.add(objs);
566 return changes;

Completed in 183 milliseconds

12345