Searched refs:updated (Results 1 - 25 of 62) sorted by relevance

123

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/tasks/
H A DUpdateTask.java58 Token updated;
60 updated = adapter.create(token, options);
62 updated = adapter.update(previous, token, options);
64 handler.processResults(updated);
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthX509CallbackHandlerTest.java74 boolean updated = restAuthX509CallbackHandler.updateCallbackFromRequest(request, response,
79 assertTrue(updated);
97 boolean updated = restAuthX509CallbackHandler.updateCallbackFromRequest(request, response,
102 assertTrue(updated);
118 boolean updated = restAuthX509CallbackHandler.updateCallbackFromRequest(request, response,
123 assertTrue(updated);
H A DRestAuthNameCallbackHandlerTest.java74 boolean updated = restAuthNameCallbackHandler.updateCallbackFromRequest(request, response, nameCallback);
78 assertTrue(updated);
93 boolean updated = restAuthNameCallbackHandler.updateCallbackFromRequest(request, response, nameCallback);
97 assertFalse(updated);
112 boolean updated = restAuthNameCallbackHandler.updateCallbackFromRequest(request, response, nameCallback);
116 assertFalse(updated);
H A DRestAuthPasswordCallbackHandlerTest.java74 boolean updated = restAuthPasswordCallbackHandler.updateCallbackFromRequest(request, response,
79 assertTrue(updated);
94 boolean updated = restAuthPasswordCallbackHandler.updateCallbackFromRequest(request, response,
99 assertFalse(updated);
114 boolean updated = restAuthPasswordCallbackHandler.updateCallbackFromRequest(request, response,
119 assertFalse(updated);
H A DRestAuthLanguageCallbackHandlerTest.java69 boolean updated = restAuthLanguageCallbackHandler.updateCallbackFromRequest(request, response,
73 assertFalse(updated);
H A DRestAuthTextInputCallbackHandlerTest.java67 boolean updated = restAuthTextInputCallbackHandler.updateCallbackFromRequest(request, response,
71 assertFalse(updated);
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthX509CallbackHandlerTest.java75 boolean updated = restAuthX509CallbackHandler.updateCallbackFromRequest(request, response,
80 assertTrue(updated);
98 boolean updated = restAuthX509CallbackHandler.updateCallbackFromRequest(request, response,
103 assertTrue(updated);
119 boolean updated = restAuthX509CallbackHandler.updateCallbackFromRequest(request, response,
124 assertTrue(updated);
H A DRestAuthNameCallbackHandlerTest.java70 boolean updated = restAuthNameCallbackHandler.updateCallbackFromRequest(request, response, nameCallback);
74 assertThat(updated).isTrue();
89 boolean updated = restAuthNameCallbackHandler.updateCallbackFromRequest(request, response, nameCallback);
93 assertThat(updated).isFalse();
108 boolean updated = restAuthNameCallbackHandler.updateCallbackFromRequest(request, response, nameCallback);
112 assertThat(updated).isFalse();
H A DRestAuthPasswordCallbackHandlerTest.java71 boolean updated = restAuthPasswordCallbackHandler.updateCallbackFromRequest(request, response,
76 assertThat(updated).isTrue();
91 boolean updated = restAuthPasswordCallbackHandler.updateCallbackFromRequest(request, response,
96 assertThat(updated).isFalse();
111 boolean updated = restAuthPasswordCallbackHandler.updateCallbackFromRequest(request, response,
116 assertThat(updated).isFalse();
H A DRestAuthLanguageCallbackHandlerTest.java69 boolean updated = restAuthLanguageCallbackHandler.updateCallbackFromRequest(request, response,
73 assertFalse(updated);
H A DRestAuthTextInputCallbackHandlerTest.java66 boolean updated = restAuthTextInputCallbackHandler.updateCallbackFromRequest(request, response,
70 assertFalse(updated);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/sessions/
H A DSessionsTable.jsx42 const updated = _.findByValues(nextProps.data, "sessionHandle", _.pluck(this.state.checked, "sessionHandle"));
44 checked: updated,
66 const updated = checked ? this.state.checked.concat(session) : _.without(this.state.checked, session);
67 this.setState({ checked: updated });
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DTokenStorageAdapter.java54 * @param updated The non null Token to update with.
55 * @return True if the token was updated, or false if there were no changes detected.
58 boolean update(T connection, Token previous, Token updated) throws DataLayerException; argument
/forgerock/opendj2/src/server/org/opends/server/replication/common/
H A DServerState.java121 * updated with the CSN of the passed server state if it is newer.
133 boolean updated = false;
138 updated = true;
141 return updated;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/common/
H A DServerState.java121 * updated with the CSN of the passed server state if it is newer.
133 boolean updated = false;
138 updated = true;
141 return updated;
/forgerock/openam-v13/openam-tools/openam-build-tools/src/main/java/org/forgerock/openam/upgrade/apt/
H A DUpgradeStepProcessor.java92 boolean updated = true;
93 while (!stepMappings.isEmpty() && updated) {
94 updated = false;
104 updated = true;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DTokenStorageAdapter.java57 * @param updated The non null Token to update with.
59 * @return A copy of the updated token. The token would contain the updated etag.
63 Token update(Token previous, Token updated, Options options) throws DataLayerException; argument
/forgerock/openam/openam-tools/openam-build-tools/src/main/java/org/forgerock/openam/upgrade/apt/
H A DUpgradeStepProcessor.java92 boolean updated = true;
93 while (!stepMappings.isEmpty() && updated) {
94 updated = false;
104 updated = true;
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5b/
H A DREADME42 updated. The target that failed, and any targets specified
43 in mappings subsequent to the one that failed are not updated.
128 9. Perform an update to the DDOE1 user. It will be updated in managed/user,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/common/
H A DServerState.java127 * updated with the CSN of the passed server state if it is newer.
139 boolean updated = false;
144 updated = true;
147 return updated;
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/installer/
H A DJSONConfigInstaller.java311 boolean updated = false;
315 updated = setConfig(ht, pid, f);
319 return updated;
323 boolean updated = false;
357 updated = true;
360 updated = false;
362 return updated;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DServerState.java182 * object is updated with the change number of the passed server state if
194 boolean updated = false;
200 updated = true;
204 return updated;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DServerState.java182 * object is updated with the change number of the passed server state if
194 boolean updated = false;
200 updated = true;
204 return updated;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DServerState.java182 * object is updated with the change number of the passed server state if
194 boolean updated = false;
200 updated = true;
204 return updated;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSMSEntry.java67 // that must be updated where entry changes
164 boolean updated = false;
171 updated = true;
187 if (!updated) {
202 * @param e object that contains the updated values for the attributes
271 * updated, or updateAndNotify() -- in which case the listeners are also

Completed in 131 milliseconds

123