Searched defs:update (Results 1 - 25 of 355) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DIndexChangeObserver.java34 public void update(IndexChangeEvent event); method in interface:IndexChangeObserver
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DIndexChangeObserver.java34 public void update(IndexChangeEvent event); method in interface:IndexChangeObserver
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java69 public void update(int b) method in class:GenerationIdChecksum
77 public void update(byte[] b, int off, int len) method in class:GenerationIdChecksum
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java68 public void update(int b) method in class:GenerationIdChecksum
76 public void update(byte[] b, int off, int len) method in class:GenerationIdChecksum
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java69 public void update(int b) method in class:GenerationIdChecksum
77 public void update(byte[] b, int off, int len) method in class:GenerationIdChecksum
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java69 public void update(int b) method in class:GenerationIdChecksum
77 public void update(byte[] b, int off, int len) method in class:GenerationIdChecksum
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java68 public void update(int b) method in class:GenerationIdChecksum
76 public void update(byte[] b, int off, int len) method in class:GenerationIdChecksum
/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
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapCreator.java82 instance.update(dsCfg);
95 instance.update(DSConfigMgr.getDSConfigMgr());
101 private void update(IDSConfigMgr dsCfg) method in class:BootstrapCreator
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DLDAPConfig.java45 update();
79 * Will update its configuration from the System Properties.
81 public void update() { method in class:LDAPConfig
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DAccessMode.java37 AccessMode(boolean update) argument
39 this.readWrite = update;
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DClientDAO.java50 * @param client The updated client to use to update the storage.
54 public void update(Client client, OAuth2Request request) throws InvalidClientMetadata, UnauthorizedClientException; method in interface:ClientDAO
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptingService.java69 * @param config The configuration to update and persist.
73 public ScriptConfiguration update(ScriptConfiguration config) throws ScriptException; method in interface:ScriptingService
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyStore.java54 * @param policy the policy to update.
57 Privilege update(String existingName, Privilege policy) throws EntitlementException; method in interface:PolicyStore
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java63 public void update(int b) method in class:GenerationIdChecksum
69 public void update(byte[] b, int off, int len) method in class:GenerationIdChecksum
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/libs/
H A Djquery.autosize.input.min.js1 var Plugins;(function(n){var t=function(){function n(n){typeof n=="undefined"&&(n=30);this.space=n}return n}(),i;n.AutosizeInputOptions=t;i=function(){function n(t,i){var r=this;this._input=$(t);this._options=$.extend({},n.getDefaultOptions(),i);this._mirror=$('<span style="position:absolute; top:-999px; left:0; white-space:pre;"/>');$.each(["fontFamily","fontSize","fontWeight","fontStyle","letterSpacing","textTransform","wordSpacing","textIndent"],function(n,t){r._mirror[0].style[t]=r._input.css(t)});$("body").append(this._mirror);this._input.on("keydown keyup input propertychange change",function(){r.update()});(function(){r.update()})()}return n.prototype.getOptions=function(){return this._options},n.prototype.update=function(){var n=this._input.val()||"",t;n!==this._mirror.text()&&(this._mirror.text(n),t=this._mi (…) method
/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-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-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/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
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DLDAPConfig.java45 update();
79 * Will update its configuration from the System Properties.
81 public void update() { method in class:LDAPConfig
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyStore.java54 * @param policy the policy to update.
57 Privilege update(String existingName, Privilege policy) throws EntitlementException; method in interface:PolicyStore
/forgerock/openam/openam-examples/openam-example-api-descriptor/src/main/java/org/forgerock/openam/example/apidescriptor/
H A DExampleProvider.java67 public Promise<ResourceResponse, ResourceException> update(Context context, String id, UpdateRequest request) { method in class:ExampleProvider
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/libs/
H A Djquery.autosize.input.min.js1 var Plugins;(function(n){var t=function(){function n(n){typeof n=="undefined"&&(n=30);this.space=n}return n}(),i;n.AutosizeInputOptions=t;i=function(){function n(t,i){var r=this;this._input=$(t);this._options=$.extend({},n.getDefaultOptions(),i);this._mirror=$('<span style="position:absolute; top:-999px; left:0; white-space:pre;"/>');$.each(["fontFamily","fontSize","fontWeight","fontStyle","letterSpacing","textTransform","wordSpacing","textIndent"],function(n,t){r._mirror[0].style[t]=r._input.css(t)});$("body").append(this._mirror);this._input.on("keydown keyup input propertychange change",function(){r.update()});(function(){r.update()})()}return n.prototype.getOptions=function(){return this._options},n.prototype.update=function(){var n=this._input.val()||"",t;n!==this._mirror.text()&&(this._mirror.text(n),t=this._mi (…) method

Completed in 122 milliseconds

1234567891011>>