Searched refs:changes (Results 26 - 50 of 119) sorted by relevance

12345

/forgerock/opendj2.6.2/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-hg/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;
/forgerock/opendj2-jel-hg/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/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestLDIFWriter.java175 List<Object[]> changes = createChangeRecords(
177 MODIFY_ENTRY_DATA_LDIF = changes.toArray(new Object[0][]);
190 changes = createChangeRecords(ModifyDNChangeRecordEntry.class,
192 MODIFY_DN_ENTRY_DATA_LDIF = changes.toArray(new Object[0][]);
546 List<Object[]> changes = new LinkedList<>();
559 changes.add(objs);
562 return changes;
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DTamperDetection.properties44 tamper-detect-files-msg=Detected following changes :
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-user/theme/
H A Duma.less70 tbody tr.unsaved-changes {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-user/theme/
H A Duma.less70 tbody tr.unsaved-changes {
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/behaviors/
H A DPoliciesView.js97 changes: false
106 if (args.changes) {
107 this.data.changes = true;
139 var changes = true,
202 changes = false;
208 "changes": changes
407 * When the select box for policy patterns changes the ui is re-rendered to reflect the new policies
431 if (this.data.changes) {
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeOAuth2ClientStep.java193 for (Map.Entry<AgentType, Map<String, Set<String>>> changes : entry.getValue().entrySet()) {
194 AgentType type = changes.getKey();
196 for (Map.Entry<String, Set<String>> subConfig : changes.getValue().entrySet()) {
297 for (Map.Entry<AgentType, Map<String, Set<String>>> changes : entry.getValue().entrySet()) {
298 sb.append(INDENT).append(changes.getKey()).append(delimiter);
299 for (String subConfig : changes.getValue().keySet()) {
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeOAuth2ClientStep.java196 for (Map.Entry<AgentType, Map<String, Set<String>>> changes : entry.getValue().entrySet()) {
197 AgentType type = changes.getKey();
199 for (Map.Entry<String, Set<String>> subConfig : changes.getValue().entrySet()) {
302 for (Map.Entry<AgentType, Map<String, Set<String>>> changes : entry.getValue().entrySet()) {
303 sb.append(INDENT).append(changes.getKey()).append(delimiter);
304 for (String subConfig : changes.getValue().keySet()) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DConstraintTest.java465 String[] changes = new String[] {
477 int result = TestCaseUtils.applyModifications(true, changes);
512 String[] changes = new String[] {
524 int result = TestCaseUtils.applyModifications(true, changes);
/forgerock/opendj2/ext/ant/
H A DLICENSE225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
/forgerock/opendj-b2.6/ext/ant/
H A DLICENSE225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DConstraintTest.java464 String[] changes = new String[] {
476 int result = TestCaseUtils.applyModifications(true, changes);
511 String[] changes = new String[] {
523 int result = TestCaseUtils.applyModifications(true, changes);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DConstraintTest.java465 String[] changes = new String[] {
477 int result = TestCaseUtils.applyModifications(true, changes);
512 String[] changes = new String[] {
524 int result = TestCaseUtils.applyModifications(true, changes);
/forgerock/opendj2.6.2/ext/ant/
H A DLICENSE225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DConstraintTest.java464 String[] changes = new String[] {
476 int result = TestCaseUtils.applyModifications(true, changes);
511 String[] changes = new String[] {
523 int result = TestCaseUtils.applyModifications(true, changes);
/forgerock/opendj2-hg/ext/ant/
H A DLICENSE225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DConstraintTest.java465 String[] changes = new String[] {
477 int result = TestCaseUtils.applyModifications(true, changes);
512 String[] changes = new String[] {
524 int result = TestCaseUtils.applyModifications(true, changes);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSNotificationManager.java131 // implementation checks if notification is enabled, and if not, it will use polling for detecting changes in
208 // that have cached SMS objects must be notified of the changes
219 LocalChangeNotifcationTask changes = new
221 SMSThreadPool.scheduleTask(changes);
237 LocalChangeNotifcationTask changes = new
239 SMSThreadPool.scheduleTask(changes);
253 // If running as Server and changes are local and DB notification is
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/server/
H A DConstraintTest.java427 String[] changes = new String[] {
439 int result = TestCaseUtils.applyModifications(true, changes);
470 String[] changes = new String[] {
482 int result = TestCaseUtils.applyModifications(true, changes);
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/
H A DLICENSE225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSNotificationManager.java131 // implementation checks if notification is enabled, and if not, it will use polling for detecting changes in
208 // that have cached SMS objects must be notified of the changes
219 LocalChangeNotifcationTask changes = new
221 SMSThreadPool.scheduleTask(changes);
237 LocalChangeNotifcationTask changes = new
239 SMSThreadPool.scheduleTask(changes);
253 // If running as Server and changes are local and DB notification is
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/audit/util/
H A DRouterActivityLogger.java159 * @param before The object before changes.
160 * @param after The object after changes.
162 * @return fields that have changes.
176 List<String> changes = action.asList(String.class);
177 return changes.toArray(new String[changes.size()]);
203 * @param before json before any changes were made
204 * @param after json after any changes were made
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java297 // User chose to cancel any changes.
308 // Commit the changes if necessary
419 // errors (if verbose) and apply the changes to the
721 // verbose) and apply the changes to the partial managed object.
766 Map<PropertyDefinition, Set> changes =
800 modifyPropertyValues(child, pd, changes, ModificationType.SET, null);
832 modifyPropertyValues(child, pd, changes, ModificationType.ADD, value);
835 modifyPropertyValues(child, pd, changes, ModificationType.SET, value);
873 modifyPropertyValues(child, pd, changes, ModificationType.REMOVE, value);
910 modifyPropertyValues(child, pd, changes, ModificationTyp
954 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument
[all...]

Completed in 85 milliseconds

12345