Searched defs:call (Results 1 - 25 of 51) sorted by relevance

123

/forgerock/openam-v13/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingCallable.java37 public T call() throws Exception { method in class:AuditRequestContextPropagatingCallable
40 return delegate.call();
/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingCallable.java37 public T call() throws Exception { method in class:AuditRequestContextPropagatingCallable
40 return delegate.call();
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DThreadPoolScriptEvaluator.java217 public T call() throws ScriptException { method in class:ThreadPoolScriptEvaluator.ScriptExecutorTask
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DThreadPoolScriptEvaluator.java217 public T call() throws ScriptException { method in class:ThreadPoolScriptEvaluator.ScriptExecutorTask
/forgerock/openidm-v4/openidm-script/src/main/java/org/forgerock/openidm/script/
H A DResourceFunctions.java93 public JsonValue call(Parameter scope, Function<?> callback, Object... arguments) method in class:ResourceFunctions.CreateFunction
209 public JsonValue call(final Parameter scope, final Function<?> callback, method in class:ResourceFunctions.ReadFunction
308 public JsonValue call(final Parameter scope, final Function<?> callback, method in class:ResourceFunctions.UpdateFunction
426 public JsonValue call(Parameter scope, Function<?> callback, Object... arguments) method in class:ResourceFunctions.PatchFunction
545 public JsonValue call(Parameter scope, final Function<?> callback, Object... arguments) method in class:ResourceFunctions.QueryFunction
696 callback.call(scope, null, resource.getContent());
736 public JsonValue call(Parameter scope, Function<?> callback, Object... arguments) method in class:ResourceFunctions.DeleteFunction
841 public JsonValue call(Parameter scope, Function<?> callback, Object... arguments) method in class:ResourceFunctions.ActionFunction
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DRESTEndpoint.java38 * Construct REST endpoints and call them.
80 public RESTResponse call() throws IOException { method in class:RESTEndpoint
292 * @return the rest call builder object for fluency.
315 * @return the rest call builder object for fluency.
328 * @return the rest call builder object for added fluency
340 * @return the current rest call builder object
351 * @return the current rest call builder object
360 * @return the current rest call builder object
369 * @return the current rest call builder object
380 * @return the current rest call builde
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/
H A DAjaxUtils.js58 call: function(url, successCallback, callbackArgs ) {
H A DApp.js38 APP.call = function call( url, methodName, params, successCallback, failureCallback ) { function
41 AjaxUtils.call( callUrl, APP.onCallReturn, args );
249 APP.util.CustomDDProxy.superclass.constructor.call(this, id, sGroup, config);
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/
H A DAjaxUtils.js58 call: function(url, successCallback, callbackArgs ) {
H A DApp.js38 APP.call = function call( url, methodName, params, successCallback, failureCallback ) { function
41 AjaxUtils.call( callUrl, APP.onCallReturn, args );
249 APP.util.CustomDDProxy.superclass.constructor.call(this, id, sGroup, config);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java80 * client to send and receive messages. The method <code>call(..)</code> will
131 * call()</code>.
157 * Performs a raw SOAP call with "message" as the SOAP data and response is
160 public InputStream call(String message, String cookies) throws Exception { method in class:SOAPClient
266 * Performs a JAXRPC method call. The parameter <code>
278 * Performs a JAXRPC method call. The parameter <code>
290 * Performs a JAXRPC method call. The parameter <code>
292 * contains SOAP encoded function call obtained from
309 InputStream in_buf = call(message, cookies);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java71 * client to send and receive messages. The method <code>call(..)</code> will
101 * call()</code>.
127 * Performs a raw SOAP call with "message" as the SOAP data
130 public InputStream call(String message, String lbcookie, String cookies) method in class:SOAPClient
139 return (call(message, cookies).getResponse());
143 * Performs a raw SOAP call with "message" as the SOAP data and response is
146 private SOAPResponseObject call(String message, String cookies) method in class:SOAPClient
191 debug.error("SOAPClient::call() no valid servers");
280 * Performs a JAXRPC method call. The parameter <code>
292 * Performs a JAXRPC method call
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java71 * client to send and receive messages. The method <code>call(..)</code> will
101 * call()</code>.
127 * Performs a raw SOAP call with "message" as the SOAP data
130 public InputStream call(String message, String lbcookie, String cookies) method in class:SOAPClient
139 return (call(message, cookies).getResponse());
143 * Performs a raw SOAP call with "message" as the SOAP data and response is
146 private SOAPResponseObject call(String message, String cookies) method in class:SOAPClient
191 debug.error("SOAPClient::call() no valid servers");
280 * Performs a JAXRPC method call. The parameter <code>
292 * Performs a JAXRPC method call
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java80 * client to send and receive messages. The method <code>call(..)</code> will
131 * call()</code>.
157 * Performs a raw SOAP call with "message" as the SOAP data and response is
160 public InputStream call(String message, String cookies) throws Exception { method in class:SOAPClient
266 * Performs a JAXRPC method call. The parameter <code>
278 * Performs a JAXRPC method call. The parameter <code>
290 * Performs a JAXRPC method call. The parameter <code>
292 * contains SOAP encoded function call obtained from
309 InputStream in_buf = call(message, cookies);
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java1298 public Void call() throws SynchronizationException { method in class:ObjectMapping.ReconTask
2125 LOGGER.debug("Initiate explicit operation call for situation: {}, action: {}", situation, action);
2127 LOGGER.debug("Complected explicit operation call for situation: {}, action: {}", situation, action);
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1284 public Void call() throws Exception method in class:Importer.MigrateExcludedTask
1367 public Void call() throws Exception method in class:Importer.MigrateExistingTask
1476 public Void call() throws Exception method in class:Importer.AppendReplaceTask
1604 public Void call() throws Exception method in class:Importer.ImportTask
2137 public Void call() throws Exception, DirectoryException method in class:Importer.IndexDBWriteTask
2662 public Void call() throws IOException, InterruptedException method in class:Importer.ScratchFileWriterTask
2959 public Void call() throws Exception method in class:Importer.SortTask
3303 public Void call() throws Exception method in class:Importer.RebuildIndexManager
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1252 public Void call() throws Exception method in class:Importer.MigrateExcludedTask
1335 public Void call() throws Exception method in class:Importer.MigrateExistingTask
1444 public Void call() throws Exception method in class:Importer.AppendReplaceTask
1572 public Void call() throws Exception method in class:Importer.ImportTask
2103 public Void call() throws Exception, DirectoryException method in class:Importer.IndexDBWriteTask
2628 public Void call() throws IOException, InterruptedException method in class:Importer.ScratchFileWriterTask
2925 public Void call() throws Exception method in class:Importer.SortTask
3269 public Void call() throws Exception method in class:Importer.RebuildIndexManager
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1252 public Void call() throws Exception method in class:Importer.MigrateExcludedTask
1335 public Void call() throws Exception method in class:Importer.MigrateExistingTask
1444 public Void call() throws Exception method in class:Importer.AppendReplaceTask
1572 public Void call() throws Exception method in class:Importer.ImportTask
2103 public Void call() throws Exception, DirectoryException method in class:Importer.IndexDBWriteTask
2628 public Void call() throws IOException, InterruptedException method in class:Importer.ScratchFileWriterTask
2925 public Void call() throws Exception method in class:Importer.SortTask
3269 public Void call() throws Exception method in class:Importer.RebuildIndexManager
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1284 public Void call() throws Exception method in class:Importer.MigrateExcludedTask
1367 public Void call() throws Exception method in class:Importer.MigrateExistingTask
1476 public Void call() throws Exception method in class:Importer.AppendReplaceTask
1604 public Void call() throws Exception method in class:Importer.ImportTask
2137 public Void call() throws Exception, DirectoryException method in class:Importer.IndexDBWriteTask
2662 public Void call() throws IOException, InterruptedException method in class:Importer.ScratchFileWriterTask
2959 public Void call() throws Exception method in class:Importer.SortTask
3303 public Void call() throws Exception method in class:Importer.RebuildIndexManager
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1252 public Void call() throws Exception method in class:Importer.MigrateExcludedTask
1335 public Void call() throws Exception method in class:Importer.MigrateExistingTask
1444 public Void call() throws Exception method in class:Importer.AppendReplaceTask
1572 public Void call() throws Exception method in class:Importer.ImportTask
2103 public Void call() throws Exception, DirectoryException method in class:Importer.IndexDBWriteTask
2628 public Void call() throws IOException, InterruptedException method in class:Importer.ScratchFileWriterTask
2925 public Void call() throws Exception method in class:Importer.SortTask
3269 public Void call() throws Exception method in class:Importer.RebuildIndexManager
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java495 // call twice gc to ensure finalizers are called
579 public Void call() throws Exception
1009 public Void call() throws Exception
1251 * {@link TreeName} through the provided {@link ChunkFactory}. Once there is no more data to import, call
1522 public MeteredCursor<ByteString, ByteString> call() throws Exception
2224 public Void call() method in class:OnDiskMergeImporter.ChunkCopierTask
2251 public Void call() method in class:OnDiskMergeImporter.VLVIndexImporterTask
2305 public Void call() throws Exception method in class:OnDiskMergeImporter.DN2IDImporterTask
2325 new ChunkCopierTask(reporter, id2CountChunk, id2count.getName(), importer).call();
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dsaaj-1.3.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/soap/ javax/xml/soap/AttachmentPart ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dsaaj-1.3.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/soap/ javax/xml/soap/AttachmentPart ...
/forgerock/authenticator-android-v2/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-client-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/ws/ com/sun/ws/rs/ ...

Completed in 1130 milliseconds

123