Searched defs:process (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/process/
H A Dpackage-info.java20 package org.forgerock.openam.cts.worker.process
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/worker/process/
H A DCTSWorkerDeleteProcessTest.java16 package org.forgerock.openam.cts.worker.process;
32 import org.forgerock.openam.cts.worker.process.CTSWorkerDeleteProcess.TokenDeletion;
42 private CTSWorkerDeleteProcess process; field in class:CTSWorkerDeleteProcessTest
54 process = new CTSWorkerDeleteProcess(mockTokenDeletion, monitoringStore, mock(Debug.class));
72 process.handle(mockQuery, mockFilter);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/parser/
H A DParseOutput.java48 public void process(String name, Vector elems, method in interface:ParseOutput
H A DGenericNode.java66 public void process( method in class:GenericNode
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DNotificationHandler.java52 public void process(Vector notifications); method in interface:NotificationHandler
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DParseOutput.java54 void process( method in interface:ParseOutput
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DMetadataRequest.java57 public void process() throws WSFederationException, IOException { method in class:MetadataRequest
58 String classMethod = "MetadataRequest.process: ";
H A DWSFederationAction.java59 abstract public void process() throws IOException, WSFederationException; method in class:WSFederationAction
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr196/
H A DJSR196URLPolicyTaskHandler.java60 public AmFilterResult process(AmFilterRequestContext ctx) method in class:JSR196URLPolicyTaskHandler
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentConfigNotificationHandler.java68 public void process(Vector notifications) { method in class:AgentConfigNotificationHandler
71 //to process first one, can ignore others if more notifications.
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DIAmFilterResultHandler.java38 * independently process the generated a result and can optionally override the
44 * may be required to process various results on concurrent threads in the
64 * This method is invoked by the <code>AmFilter</code> in order to process
85 public AmFilterResult process(AmFilterRequestContext ctx, method in interface:IAmFilterResultHandler
H A DIAmFilterTaskHandler.java48 * may be required to process various requests on concurrent threads in the
72 * may be needed by this handler to process its particular task
82 public AmFilterResult process(AmFilterRequestContext ctx) method in interface:IAmFilterTaskHandler
H A DIWebServiceResponseProcessor.java38 public String process(String providerName, String responseContent); method in interface:IWebServiceResponseProcessor
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/parser/
H A DParseOutput.java48 public void process(String name, Vector elems, method in interface:ParseOutput
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DNotificationHandler.java54 public void process(Vector<Notification> notifications); method in interface:NotificationHandler
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DParseOutput.java54 void process( method in interface:ParseOutput
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DMetadataRequest.java57 public void process() throws WSFederationException, IOException { method in class:MetadataRequest
58 String classMethod = "MetadataRequest.process: ";
H A DMexRequest.java73 public void process() throws ServletException, IOException, WSFederationException { method in class:MexRequest
H A DWSFederationAction.java62 abstract public void process() throws ServletException, IOException, WSFederationException; method in class:WSFederationAction
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java36 * Class used to write the output and error of a given process in a printstream.
49 * @param process process whose output/error we want to write to the print
55 public ProcessReader(Process process, final PrintStream printStream, argument
61 is = process.getErrorStream();
65 is = process.getInputStream();
94 * Starts reading the output (or error) of the process.
103 * Interrupts the reading of the output (or error) of the process. The method
124 * of the process.
126 * of the process
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java35 * Class used to write the output and error of a given process in a printstream.
48 * @param process process whose output/error we want to write to the print
54 public ProcessReader(Process process, final PrintStream printStream, argument
60 is = process.getErrorStream();
64 is = process.getInputStream();
93 * Starts reading the output (or error) of the process.
102 * Interrupts the reading of the output (or error) of the process. The method
123 * of the process.
125 * of the process
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java36 * Class used to write the output and error of a given process in a printstream.
49 * @param process process whose output/error we want to write to the print
55 public ProcessReader(Process process, final PrintStream printStream, argument
61 is = process.getErrorStream();
65 is = process.getInputStream();
94 * Starts reading the output (or error) of the process.
103 * Interrupts the reading of the output (or error) of the process. The method
124 * of the process.
126 * of the process
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java35 * Class used to write the output and error of a given process in a printstream.
48 * @param process process whose output/error we want to write to the print
54 public ProcessReader(Process process, final PrintStream printStream, argument
60 is = process.getErrorStream();
64 is = process.getInputStream();
93 * Starts reading the output (or error) of the process.
102 * Interrupts the reading of the output (or error) of the process. The method
123 * of the process.
125 * of the process
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java36 * Class used to write the output and error of a given process in a printstream.
49 * @param process process whose output/error we want to write to the print
55 public ProcessReader(Process process, final PrintStream printStream, argument
61 is = process.getErrorStream();
65 is = process.getInputStream();
94 * Starts reading the output (or error) of the process.
103 * Interrupts the reading of the output (or error) of the process. The method
124 * of the process.
126 * of the process
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DRequestHandler.java71 ResponseSet process(PLLAuditor auditor, List<Request> requests, method in interface:RequestHandler

Completed in 100 milliseconds

1234567891011>>