Searched defs:process (Results 76 - 100 of 318) sorted by relevance

1234567891011>>

/forgerock/openam/openam-documentation/openam-doc-ssoadm-ref/src/main/java/org/forgerock/openam/docs/ssoadm/
H A DSsoadmAP.java90 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:SsoadmAP
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPRPSignoutRequest.java78 public void process() throws IOException, WSFederationException method in class:IPRPSignoutRequest
80 String classMethod = "IPRPSignoutRequest.process: ";
H A DRPSigninRequest.java91 public void process() throws WSFederationException, IOException method in class:RPSigninRequest
93 String classMethod = "RPSigninRequest.process: ";
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionNotificationHandler.java74 public void process(Vector notifications) { method in class:SessionNotificationHandler
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogRecord.java82 public void process(String name, Vector elems, Hashtable atts, method in class:LogRecord
H A DLogService.java120 public ResponseSet process(PLLAuditor auditor, List<Request> requests, method in class:LogService
125 Debug.message("LogService.process() called :requests are");
162 Debug.error("LogService::process(): access denied for" +
169 Debug.error("LogService::process(): SSOException", e);
174 Debug.error("LogService::process(): ", e);
184 Debug.error("LogService::process():",e);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DCDSSOResultTaskHandler.java53 public AmFilterResult process(AmFilterRequestContext cxt) method in class:CDSSOResultTaskHandler
86 // is present in the query string, if not process the request.
H A DNotenforcedIPTaskHandler.java101 public AmFilterResult process(AmFilterRequestContext ctx) method in class:NotenforcedIPTaskHandler
H A DResponseHeadersTaskHandler.java39 * This task handler class provides necessary functionality to process
78 public AmFilterResult process(AmFilterRequestContext ctx) method in class:ResponseHeadersTaskHandler
85 throw new AgentException("ResponseHeadersTaskHandler.process(): "
86 + "Failed to process request", e);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIRequest.java115 public void process(CommandManager mgr, SSOToken ssoToken) method in class:CLIRequest
120 process(mgr, argv[0], ssoToken);
122 process(mgr, argv, ssoToken);
132 public void process(CommandManager mgr) method in class:CLIRequest
137 process(mgr, argv[0], null);
139 process(mgr, argv, null);
143 private void process(CommandManager mgr, String arg, SSOToken ssoToken) method in class:CLIRequest
183 private void process(CommandManager mgr, String[] argv, SSOToken ssoToken) method in class:CLIRequest
/forgerock/openam/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/
H A DAbstractLoginModuleBinder.java71 * Abstract method must be implemented by each login module to control the flow of the login process.
73 * This method takes an array of submitted Callback, process them and decide the order of next state to go.
80 * @exception LoginException If the login process fails.
83 public int process(Callback[] callbacks, int state) throws LoginException { method in class:AbstractLoginModuleBinder
84 return authLoginModule.process(callbacks, state);
H A DJaspiAuthLoginModule.java86 * Controls the flow of the login process.
88 * Only one state is applicable, which is ISAuthConstants.LOGIN_START. Calls the internal process method to allow
98 public int process(Callback[] callbacks, int state) throws LoginException { method in class:JaspiAuthLoginModule
104 if (process(messageInfo, clientSubject, callbacks)) {
137 * @throws LoginException If the login process fails.
139 protected abstract boolean process(MessageInfo messageInfo, Subject clientSubject, Callback[] callbacks) method in class:JaspiAuthLoginModule
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIRequest.java115 public void process(CommandManager mgr, SSOToken ssoToken) method in class:CLIRequest
120 process(mgr, argv[0], ssoToken);
122 process(mgr, argv, ssoToken);
132 public void process(CommandManager mgr) method in class:CLIRequest
137 process(mgr, argv[0], null);
139 process(mgr, argv, null);
143 private void process(CommandManager mgr, String arg, SSOToken ssoToken) method in class:CLIRequest
183 private void process(CommandManager mgr, String[] argv, SSOToken ssoToken) method in class:CLIRequest
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogRecord.java82 public void process(String name, Vector elems, Hashtable atts, method in class:LogRecord
H A DLogService.java120 public ResponseSet process(PLLAuditor auditor, List<Request> requests, method in class:LogService
125 Debug.message("LogService.process() called :requests are");
162 Debug.error("LogService::process(): access denied for" +
169 Debug.error("LogService::process(): SSOException", e);
174 Debug.error("LogService::process(): ", e);
184 Debug.error("LogService::process():",e);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/process/
H A DCTSWorkerBaseProcess.java16 package org.forgerock.openam.cts.worker.process;
58 // process the results; as handleBatch is an asynchronous call, await its completion
H A DMaxSessionTimeExpiredProcess.java16 package org.forgerock.openam.cts.worker.process;
36 * A process which handles max session time timeouts.
67 debug.error("Session lifetime timeout process failed", exception);
H A DSessionIdleTimeExpiredProcess.java16 package org.forgerock.openam.cts.worker.process;
36 * A process which handles session idle timeouts.
67 debug.error("Session idle timeout process failed", exception);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DRebuildIndex.java78 * of a Directory Server backend. This will be a process that is
80 * server process (e.g., via the tasks interface).
94 * Processes the command-line arguments and invokes the rebuild process.
109 * Processes the command-line arguments and invokes the rebuild process.
126 return tool.process(args, initializeServer, outStream, errStream);
129 private int process(String[] args, boolean initializeServer, method in class:RebuildIndex
331 return process(argParser, initializeServer, out, err);
342 // Perform the initial bootstrap of the Directory Server and process the
602 // Launch the rebuild process.
H A DRestoreDB.java78 * be a process that is intended to run separate from Directory Server and not
79 * internally within the server process (e.g., via the tasks interface).
99 * Processes the command-line arguments and invokes the restore process.
111 * Processes the command-line arguments and invokes the restore process.
128 return tool.process(args, initializeServer, outStream, errStream);
142 private int process(String[] args, boolean initializeServer, method in class:RestoreDB
294 return process(argParser, initializeServer, out, err);
356 // Perform the initial bootstrap of the Directory Server and process the
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DRestoreDB.java77 * be a process that is intended to run separate from Directory Server and not
78 * internally within the server process (e.g., via the tasks interface).
98 * Processes the command-line arguments and invokes the restore process.
110 * Processes the command-line arguments and invokes the restore process.
127 return tool.process(args, initializeServer, outStream, errStream);
141 private int process(String[] args, boolean initializeServer, method in class:RestoreDB
276 return process(argParser, initializeServer, out, err);
338 // Perform the initial bootstrap of the Directory Server and process the
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DRestoreDB.java78 * be a process that is intended to run separate from Directory Server and not
79 * internally within the server process (e.g., via the tasks interface).
99 * Processes the command-line arguments and invokes the restore process.
111 * Processes the command-line arguments and invokes the restore process.
128 return tool.process(args, initializeServer, outStream, errStream);
142 private int process(String[] args, boolean initializeServer, method in class:RestoreDB
294 return process(argParser, initializeServer, out, err);
356 // Perform the initial bootstrap of the Directory Server and process the
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DRebuildIndex.java78 * of a Directory Server backend. This will be a process that is
80 * server process (e.g., via the tasks interface).
94 * Processes the command-line arguments and invokes the rebuild process.
109 * Processes the command-line arguments and invokes the rebuild process.
126 return tool.process(args, initializeServer, outStream, errStream);
129 private int process(String[] args, boolean initializeServer, method in class:RebuildIndex
331 return process(argParser, initializeServer, out, err);
342 // Perform the initial bootstrap of the Directory Server and process the
602 // Launch the rebuild process.
H A DRestoreDB.java78 * be a process that is intended to run separate from Directory Server and not
79 * internally within the server process (e.g., via the tasks interface).
99 * Processes the command-line arguments and invokes the restore process.
111 * Processes the command-line arguments and invokes the restore process.
128 return tool.process(args, initializeServer, outStream, errStream);
142 private int process(String[] args, boolean initializeServer, method in class:RestoreDB
294 return process(argParser, initializeServer, out, err);
356 // Perform the initial bootstrap of the Directory Server and process the
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DRestoreDB.java77 * be a process that is intended to run separate from Directory Server and not
78 * internally within the server process (e.g., via the tasks interface).
98 * Processes the command-line arguments and invokes the restore process.
110 * Processes the command-line arguments and invokes the restore process.
127 return tool.process(args, initializeServer, outStream, errStream);
141 private int process(String[] args, boolean initializeServer, method in class:RestoreDB
276 return process(argParser, initializeServer, out, err);
338 // Perform the initial bootstrap of the Directory Server and process the

Completed in 395 milliseconds

1234567891011>>