Searched refs:update (Results 226 - 250 of 786) sorted by relevance

1234567891011>>

/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOAuthTokenStore.java109 public void update(JsonValue token) throws CoreTokenException { method in class:OAuthTokenStore
110 cts.update(tokenAdapter.toToken(token));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/secure/
H A DSecureLogHelperJCEImpl.java91 loggerSign.update(mac);
121 verifySign.update(mac);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSSignatureProvider.java133 sig.update(data.getBytes());
210 sig.update(data.getBytes());
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/
H A DAuthenticationService.js75 update (id, data) {
H A DRealmsService.js140 update (data) {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/configuration/global/
H A DEditGlobalServiceSubSchemaView.js49 updateInstance: (values) => ServicesService.type.subSchema.instance.update(
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/deployment/sites/
H A DEditSiteView.js71 SitesService.sites.update(this.data.id, this.jsonSchemaView.getData(), this.data.etag)
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/
H A DSettingsView.js81 AuthenticationService.authentication.update(this.data.realmLocation, formData).then((data) => {
82 // update formData for correct re-render tab after saving
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/modules/
H A DEditModuleView.jsm72 .update(this.data.realmPath, this.data.name, this.data.type, this.data.form.data())
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DServerState.java48 * This object is used to store the last update seen on this server
155 * @return a boolean indicating if the update was meaningful.
157 public boolean update(ChangeNumber changeNumber) method in class:ServerState
185 * @param serverState the server state to use for the update.
187 * @return a boolean indicating if the update was meaningful.
189 public boolean update(ServerState serverState) method in class:ServerState
198 if (update(cn))
212 * @return a boolean indicating if the update was meaningful.
226 if (this.update(maxChangeNumber)) {
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java142 dependencyState.update(changeNumber);
H A DPersistentServerState.java129 * @return a boolean indicating if the update was meaningful.
131 public boolean update(ChangeNumber changeNumber) method in class:PersistentServerState
133 return state.update(changeNumber);
277 * @param resultEntry The entry that should be used to update this
292 update(changeNumber);
325 * Run a modify operation to update the entry whose DN is given as
457 this.update(dbMaxCn);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java140 public void update(Collection<DN> allSuffixes, method in class:NumSubordinateHacker
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java139 public void update(Collection<DN> allSuffixes, method in class:NumSubordinateHacker
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DCSNGeneratorTest.java78 state.update(csn1);
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DChangelogState.java105 offlineReplicas.update(baseDN, offlineCSN);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DServerState.java48 * This object is used to store the last update seen on this server
155 * @return a boolean indicating if the update was meaningful.
157 public boolean update(ChangeNumber changeNumber) method in class:ServerState
185 * @param serverState the server state to use for the update.
187 * @return a boolean indicating if the update was meaningful.
189 public boolean update(ServerState serverState) method in class:ServerState
198 if (update(cn))
212 * @return a boolean indicating if the update was meaningful.
226 if (this.update(maxChangeNumber)) {
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java142 dependencyState.update(changeNumber);
H A DPersistentServerState.java129 * @return a boolean indicating if the update was meaningful.
131 public boolean update(ChangeNumber changeNumber) method in class:PersistentServerState
133 return state.update(changeNumber);
277 * @param resultEntry The entry that should be used to update this
292 update(changeNumber);
325 * Run a modify operation to update the entry whose DN is given as
457 this.update(dbMaxCn);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java140 public void update(Collection<DN> allSuffixes, method in class:NumSubordinateHacker
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java139 public void update(Collection<DN> allSuffixes, method in class:NumSubordinateHacker
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DCSNGeneratorTest.java78 state.update(csn1);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DServerState.java48 * This object is used to store the last update seen on this server
155 * @return a boolean indicating if the update was meaningful.
157 public boolean update(ChangeNumber changeNumber) method in class:ServerState
185 * @param serverState the server state to use for the update.
187 * @return a boolean indicating if the update was meaningful.
189 public boolean update(ServerState serverState) method in class:ServerState
198 if (update(cn))
212 * @return a boolean indicating if the update was meaningful.
226 if (this.update(maxChangeNumber)) {
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DPendingChange.java142 dependencyState.update(changeNumber);
H A DPersistentServerState.java129 * @return a boolean indicating if the update was meaningful.
131 public boolean update(ChangeNumber changeNumber) method in class:PersistentServerState
133 return state.update(changeNumber);
277 * @param resultEntry The entry that should be used to update this
292 update(changeNumber);
325 * Run a modify operation to update the entry whose DN is given as
457 this.update(dbMaxCn);

Completed in 129 milliseconds

1234567891011>>