Searched refs:newValue (Results 1 - 25 of 217) sorted by relevance

123456789

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/
H A DObservableWorkflowElementStatus.java85 * @param newValue
88 public void setSaturationIndex(int newValue) argument
92 if (newValue != saturationIndex)
94 this.saturationIndex = newValue;
/forgerock/opendj2/src/server/org/opends/server/workflowelement/
H A DObservableWorkflowElementStatus.java84 * @param newValue
87 public void setSaturationIndex(int newValue) argument
91 if (newValue != saturationIndex)
93 this.saturationIndex = newValue;
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/
H A DObservableWorkflowElementStatus.java85 * @param newValue
88 public void setSaturationIndex(int newValue) argument
92 if (newValue != saturationIndex)
94 this.saturationIndex = newValue;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/
H A DObservableWorkflowElementStatus.java85 * @param newValue
88 public void setSaturationIndex(int newValue) argument
92 if (newValue != saturationIndex)
94 this.saturationIndex = newValue;
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/
H A DObservableWorkflowElementStatus.java84 * @param newValue
87 public void setSaturationIndex(int newValue) argument
91 if (newValue != saturationIndex)
93 this.saturationIndex = newValue;
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DonSync-assignments.js28 * @param newValue updated state of the assignment
33 function (resourceName, oldValue, newValue, ignoredProperties) {
37 if (shouldSyncUsers(oldValue, newValue, ignoredProperties)) {
62 * Returns true if the oldValue and newValue fully match, or if the only changes are in fields other than any of the
65 * @param newValue updated state of the resource
67 * @returns {boolean} true if the oldValue and newValue fully match, or if the only changes are in fields other than
70 function shouldSyncUsers(oldValue, newValue, ignoredProperties) {
74 if (_.isEqual(oldValue, newValue)) {
79 newCopy = _.omit(newValue == null ? {} : newValue, ignoredPropertie
[all...]
H A DonSync-roles.js28 * @param newValue updated state of the role
33 function (resourceName, oldValue, newValue, ignoredProperties) {
36 if (shouldSyncUsers(oldValue, newValue, ignoredProperties)) {
51 * Returns true if the oldValue and newValue fully match, or if the only changes are in fields other than any of the
54 * @param newValue updated state of the resource
56 * @returns {boolean} true if the oldValue and newValue fully match, or if the only changes are in fields other than
59 function shouldSyncUsers(oldValue, newValue, ignoredProperties) {
63 if (_.isEqual(oldValue, newValue)) {
68 newCopy = _.omit(newValue == null ? {} : newValue, ignoredPropertie
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/multiplepasswords/script/
H A DonUpdate-user-custom.js20 var matchHashed, newValue, oldValue, field = historyFields[index], history;
31 newValue = object[field];
37 matchHashed = openidm.isHashed(oldValue) && !openidm.isHashed(newValue);
40 if ((matchHashed && !openidm.matches(newValue, oldValue))
41 || (!matchHashed && JSON.stringify(newValue) !== JSON.stringify(oldValue))) {
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DCommonAttributeUtils.java59 HashSet newValue = new HashSet();
60 newValue.addAll(currentValue);
61 newValue.addAll(nextValue);
62 destinationMap.put(nextName, newValue);
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/
H A DChainedBindingsTest.java85 String newValue = "new value";
88 chainedBindings.put(varName, newValue);
91 assertThat(currentScope.get(varName)).isEqualTo(newValue);
99 String newValue = "new value";
102 chainedBindings.put(varName, newValue);
105 assertThat(parentScope.get(varName)).isEqualTo(newValue);
112 String newValue = "new value";
118 chainedBindings.put(varName, newValue);
121 assertThat(currentScope.get(varName)).isEqualTo(newValue);
122 assertThat(parentScope.get(varName)).isEqualTo(newValue);
[all...]
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/
H A DChainedBindingsTest.java85 String newValue = "new value";
88 chainedBindings.put(varName, newValue);
91 assertThat(currentScope.get(varName)).isEqualTo(newValue);
99 String newValue = "new value";
102 chainedBindings.put(varName, newValue);
105 assertThat(parentScope.get(varName)).isEqualTo(newValue);
112 String newValue = "new value";
118 chainedBindings.put(varName, newValue);
121 assertThat(currentScope.get(varName)).isEqualTo(newValue);
122 assertThat(parentScope.get(varName)).isEqualTo(newValue);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java83 ByteString newValue = getSingleValue(modAttr);
88 delete(csn, newValue);
92 add(csn, newValue);
96 replaceOrDelete(csn, newValue);
105 private void replaceOrDelete(CSN csn, ByteString newValue) argument
107 if (newValue != null)
109 replace(csn, newValue);
117 private void add(CSN csn, ByteString newValue) argument
120 value = newValue;
124 private void replace(CSN csn, ByteString newValue) argument
132 delete(CSN csn, ByteString newValue) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java98 AttributeValue newValue = null;
102 newValue = modAttr.iterator().next();
110 this.value = newValue;
116 this.value = newValue;
121 if (newValue == null)
134 this.value = newValue;
152 AttributeValue newValue = null;
156 newValue = modAttr.iterator().next();
164 if (newValue == null || newValue
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java91 AttributeValue newValue = null;
95 newValue = modAttr.iterator().next();
103 this.value = newValue;
109 this.value = newValue;
114 if (newValue == null)
127 this.value = newValue;
145 AttributeValue newValue = null;
149 newValue = modAttr.iterator().next();
157 if (newValue == null || newValue
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java98 AttributeValue newValue = null;
102 newValue = modAttr.iterator().next();
110 this.value = newValue;
116 this.value = newValue;
121 if (newValue == null)
134 this.value = newValue;
152 AttributeValue newValue = null;
156 newValue = modAttr.iterator().next();
164 if (newValue == null || newValue
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java98 AttributeValue newValue = null;
102 newValue = modAttr.iterator().next();
110 this.value = newValue;
116 this.value = newValue;
121 if (newValue == null)
134 this.value = newValue;
152 AttributeValue newValue = null;
156 newValue = modAttr.iterator().next();
164 if (newValue == null || newValue
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java91 AttributeValue newValue = null;
95 newValue = modAttr.iterator().next();
103 this.value = newValue;
109 this.value = newValue;
114 if (newValue == null)
127 this.value = newValue;
145 AttributeValue newValue = null;
149 newValue = modAttr.iterator().next();
157 if (newValue == null || newValue
[all...]
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DManagedObjectSyncService.java23 * @param newValue the object value to sync
27 final SynchronizationService.SyncServiceAction action, final JsonValue oldValue, final JsonValue newValue)
26 performSyncAction(final Context context, final Request request, final String resourceId, final SynchronizationService.SyncServiceAction action, final JsonValue oldValue, final JsonValue newValue) argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteCookie.java244 * @param newValue The new value of the cookie
246 public void setValue(String newValue) { argument
248 cookie.setValue(newValue);
250 this.value = newValue;
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/tamper/
H A DCheckSumValidator.java79 String newValue = checksum.getProperty(key);
80 if (newValue != null) {
81 if (value.equals(newValue)) {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteCookie.java244 * @param newValue The new value of the cookie
246 public void setValue(String newValue) { argument
248 cookie.setValue(newValue);
250 this.value = newValue;
/forgerock/openam-v13/openam-console/src/test/java/com/sun/identity/console/base/
H A DAMPropertySheetTest.java64 String newValue = "";
68 given(mockModel.getValues(key)).willReturn(new Object[] { newValue });
/forgerock/openam/openam-console/src/test/java/com/sun/identity/console/base/
H A DAMPropertySheetTest.java64 String newValue = "";
68 given(mockModel.getValues(key)).willReturn(new Object[] { newValue });
/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/storage/
H A DIdentityDatabaseTest.java251 Mechanism newValue = builder.setCounter("99").build(SAVED_IDENTITY);
254 assertTrue(database.updateMechanism(id, newValue));
265 Mechanism newValue = builder.setCounter("99").build(SAVED_IDENTITY);
267 assertFalse(database.updateMechanism(345, newValue));
344 Notification newValue = PushNotification.builder().setPending(false).build(SAVED_MECHANISM);
347 assertTrue(database.updateNotification(id, newValue));
357 Notification newValue = PushNotification.builder().setPending(false).build(SAVED_MECHANISM);
358 assertFalse(database.updateNotification(345, newValue));
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/sessions/
H A DSessionsView.jsx70 handleSelectAsyncOnChange (newValue) {
71 const userId = _.get(newValue, "value");

Completed in 114 milliseconds

123456789