Searched refs:update (Results 101 - 125 of 786) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexBrowserRightPanel.java124 * @param index the index to be used to update the contents of the panel.
128 standardIndexPanel.update(index);
135 * @param index the index to be used to update the contents of the panel.
139 vlvIndexPanel.update(index);
151 backendIndexesPanel.update(backendName);
164 backendVLVIndexesPanel.update(backendName);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexBrowserRightPanel.java123 * @param index the index to be used to update the contents of the panel.
127 standardIndexPanel.update(index);
134 * @param index the index to be used to update the contents of the panel.
138 vlvIndexPanel.update(index);
150 backendIndexesPanel.update(backendName);
163 backendVLVIndexesPanel.update(backendName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java95 * @return a boolean indicating if the update was meaningful.
97 public boolean update(String serviceId, ChangeNumber changeNumber) method in class:MultiDomainServerState
111 oldServerState.update(changeNumber);
129 public void update(String serviceId, ServerState serverState) method in class:MultiDomainServerState
251 serverStateByDomain.update(fromChangeNumber);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/common/
H A DServerState.java53 * and moves to false when an update is made to the current object.
76 * Forward update the Server State with a CSN. The provided CSN will be put on
82 * @return a boolean indicating if the update was meaningful.
84 public boolean update(CSN csn) method in class:ServerState
123 * @param serverState the server state to use for the update.
124 * @return a boolean indicating if the update was meaningful.
126 public boolean update(ServerState serverState) method in class:ServerState
136 if (update(csn))
172 * @return a boolean indicating if the update was meaningful.
180 return update(serverStat
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexBrowserRightPanel.java124 * @param index the index to be used to update the contents of the panel.
128 standardIndexPanel.update(index);
135 * @param index the index to be used to update the contents of the panel.
139 vlvIndexPanel.update(index);
151 backendIndexesPanel.update(backendName);
164 backendVLVIndexesPanel.update(backendName);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DHash.java58 sha1.update(string.getBytes("UTF-8"));
/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.
58 boolean update(T connection, Token previous, Token updated) throws DataLayerException; method in interface:TokenStorageAdapter
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DIndexBrowserRightPanel.java122 * @param index the index to be used to update the contents of the panel.
126 standardIndexPanel.update(index);
133 * @param index the index to be used to update the contents of the panel.
137 vlvIndexPanel.update(index);
149 backendIndexesPanel.update(backendName);
162 backendVLVIndexesPanel.update(backendName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DIndex.java54 void update(WriteableTransaction txn, ByteString key, EntryIDSet deletedIDs, EntryIDSet addedIDs); method in interface:Index
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DExternalLdapConfigTest.java61 config.update(dataLayerConfiguration);
80 config.update(dataLayerConfiguration);
91 config.update(dataLayerConfiguration);
111 config.update(dataLayerConfiguration);
/forgerock/openidm-v4/openidm-repo/src/main/java/org/forgerock/openidm/repo/
H A DRepoBootService.java81 * the update request
86 public ResourceResponse update(UpdateRequest request) throws ResourceException; method in interface:RepoBootService
H A DRepositoryService.java80 * the update request
85 public ResourceResponse update(UpdateRequest request) throws ResourceException; method in interface:RepositoryService
/forgerock/openidm-v4/openidm-script/src/test/resources/container/
H A Dresource.js82 * update(String resourceName, String revision, Map content [, List fieldFilter][,Map context])
93 var userU1 = router.update("Users/" + userC1._id, userR1._rev, scimUser1Updated)
95 var userU2 = router.update("Users/bjensen@example.com", userR2._rev, scimUser1Updated)
97 var userU3 = router.update("Users/paramTest", userR3._rev, scimUser1Updated, { "x" : "marksTheSpot" })
100 var userU4 = router.update("Users/paramTest", userR4._rev, scimUser1Updated, { "_x" : "badParam" })
101 throw { "error" : "Assertion failed: router.update should have disallowed unknown parameter" } ;
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/
H A Dcompensate.js122 openidm.update(resourceName.toString(), newObject._rev, oldObject, params);
124 logger.warn("Was not able to update {} from compensation script", resourceName.toString(), e);
/forgerock/openidm-v4/openidm-crypto/src/main/java/org/forgerock/openidm/crypto/impl/
H A DUpdatableKeyStoreSelector.java34 * Interface to select and keys from a keystore. Includes an update method
35 * update the keystore.
71 public void update(KeyStore keyStore, String password) { method in class:UpdatableKeyStoreSelector
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/router/
H A DCTSPersistentStoreProxy.java93 public void update(Token token) throws CoreTokenException { method in class:CTSPersistentStoreProxy
94 CTSHolder.get().update(token);
98 public void update(Token token, Options options) throws CoreTokenException { method in class:CTSPersistentStoreProxy
99 CTSHolder.get().update(token, options);
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptingService.java72 * @param config The configuration to update and persist.
77 ScriptConfiguration update(ScriptConfiguration config, Subject subject) throws ScriptException; method in interface:ScriptingService
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DHash.java58 sha1.update(string.getBytes("UTF-8"));
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DExternalLdapConfigTest.java61 config.update(dataLayerConfiguration);
80 config.update(dataLayerConfiguration);
91 config.update(dataLayerConfiguration);
111 config.update(dataLayerConfiguration);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DPersistentServerStateTest.java67 * update it with 2 new ChangeNumbers with 2 different server Ids
85 assertEquals(state.update(cn1), true);
86 assertEquals(state.update(cn2), true);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DPersistentServerStateTest.java66 * update it with 2 new csns with 2 different server Ids
82 assertEquals(state.update(csn1), true);
83 assertEquals(state.update(csn2), true);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DPersistentServerStateTest.java67 * update it with 2 new ChangeNumbers with 2 different server Ids
85 assertEquals(state.update(cn1), true);
86 assertEquals(state.update(cn2), true);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DPersistentServerStateTest.java66 * update it with 2 new csns with 2 different server Ids
82 assertEquals(state.update(csn1), true);
83 assertEquals(state.update(csn2), true);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DPersistentServerStateTest.java67 * update it with 2 new ChangeNumbers with 2 different server Ids
85 assertEquals(state.update(cn1), true);
86 assertEquals(state.update(cn2), true);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfigXMLObserver.java80 update(false);
86 * @param bForce <code>true</code> to update regardless if the
90 public void update(boolean bForce) { method in class:ServerConfigXMLObserver

Completed in 106 milliseconds

1234567891011>>