Searched defs:process (Results 201 - 225 of 318) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DManageTasks.java101 * Processes the command-line arguments and invokes the process for
112 * Processes the command-line arguments and invokes the export process.
129 return tool.process(args, initializeServer);
133 * Processes the command-line arguments and invokes the export process.
192 * Processes the command-line arguments and invokes the export process.
198 public int process(String[] args) method in class:ManageTasks
200 return process(args, true);
204 * Processes the command-line arguments and invokes the export process.
211 public int process(String[] args, boolean initializeServer) method in class:ManageTasks
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DImportLDIF.java88 * LDIF file into a Directory Server backend. This will be a process that is
90 * server process (e.g., via the tasks interface).
115 * Processes the command-line arguments and invokes the import process.
127 * Processes the command-line arguments and invokes the import process.
144 return tool.process(args, initializeServer, outStream, errStream);
176 private int process(String[] args, boolean initializeServer, method in class:ImportLDIF
505 return process(argParser, initializeServer, out, err);
738 // Perform the initial bootstrap of the Directory Server and process the
995 // filters. If so, then process them.
H A DManageTasks.java100 * Processes the command-line arguments and invokes the process for
111 * Processes the command-line arguments and invokes the export process.
128 return tool.process(args, initializeServer);
132 * Processes the command-line arguments and invokes the export process.
191 * Processes the command-line arguments and invokes the export process.
197 public int process(String[] args) method in class:ManageTasks
199 return process(args, true);
203 * Processes the command-line arguments and invokes the export process.
210 public int process(String[] args, boolean initializeServer) method in class:ManageTasks
H A DRebuildIndex.java75 * Directory Server backend. This will be a process that is intended to run
76 * separate from Directory Server and not internally within the server process
100 * Processes the command-line arguments and invokes the rebuild process.
117 * Processes the command-line arguments and invokes the rebuild process.
136 return tool.process(args, initializeServer, outStream, errStream);
139 private int process(final String[] args, final boolean initializeServer, method in class:RebuildIndex
252 return process(argParser, initializeServer, out, err);
350 * Configures the rebuild index process. i.e.: decodes the selected DN and
356 * @return A boolean representing the result of the process.
583 * Launches the rebuild index process
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java464 public void process(Vector notifications) { method in class:EventListener.EventNotificationHandler
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java127 * process the request and return the response
137 public ResponseSet process(PLLAuditor auditor, List<Request> requests, HttpServletRequest servletRequest, method in class:AuthXMLHandler
148 /* process the request */
846 * process callbacks
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java415 public void process(Vector notifications) { method in class:IdRemoteEventListener.IdRepoEventNotificationHandler
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequestHandler.java120 public ResponseSet process(PLLAuditor auditor, method in class:PolicyRequestHandler
138 debug.message("PolicyRequesthandler.process"
149 debug.error("PolicyRequesthandler.process"
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAttributeTaskHandler.java73 public AmFilterResult process(AmFilterRequestContext ctx) method in class:AttributeTaskHandler
H A DURLPolicyTaskHandler.java58 * This task handler provides the necessary functionality to process incoming
104 public AmFilterResult process(AmFilterRequestContext ctx) method in class:URLPolicyTaskHandler
/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTP.java176 public int process(Callback[] callbacks, int state) throws AuthLoginException { method in class:HOTP
211 debug.message("HOTP.process() : " + "LOGIN page button index: " + action);
218 debug.message("HOTP.process() : " + "invalid HOTP code");
250 debug.error("HOTP.process() : NumberFormatException Exception", ex);
/forgerock/openam-v13/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBC.java274 public int process(Callback[] callbacks, int state) method in class:JDBC
/forgerock/openam-v13/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DMembership.java112 * process them and decide the order of next state to go.
123 public int process(Callback[] callbacks, int state) method in class:Membership
126 debug.message("in process(), login state is " + state);
/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDN.java176 public int process(Callback[] callbacks, int state) method in class:MSISDN
178 debug.message("MSISDN : in process ..");
247 // process return
/forgerock/openam-v13/openam-authentication/openam-auth-persistentcookie/src/main/java/org/forgerock/openam/authentication/modules/persistentcookie/
H A DPersistentCookieAuthModule.java204 public int process(Callback[] callbacks, int state) throws LoginException { method in class:PersistentCookieAuthModule
223 if (process(messageInfo, clientSubject, callbacks)) {
245 protected boolean process(MessageInfo messageInfo, Subject clientSubject, Callback[] callbacks) method in class:PersistentCookieAuthModule
/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java199 * Takes an array of submitted <code>Callback</code>, process them and decide the order of next state to go. Return
211 public int process(Callback[] callbacks, int state) throws AuthLoginException { method in class:RADIUS
/forgerock/openam-v13/openam-authentication/openam-auth-scripted/src/main/java/org/forgerock/openam/authentication/modules/scripted/
H A DScripted.java128 public int process(Callback[] callbacks, int state) throws LoginException { method in class:Scripted
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/authentication/siteminder/
H A DSMAuthModule.java150 * This method process the login procedure for this authentication
156 public int process(Callback[] callbacks, int state) method in class:SMAuthModule
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DExportLDIF.java84 * this program will either perform the export directly as a process that
108 * Processes the command-line arguments and invokes the export process.
120 * Processes the command-line arguments and invokes the export process.
137 return tool.process(args, initializeServer, outStream, errStream);
159 private int process(String[] args, boolean initializeServer, method in class:ExportLDIF
360 return process(argParser, initializeServer, out, err);
425 // Perform the initial bootstrap of the Directory Server and process the
549 // filters. If so, then process them.
H A DImportLDIF.java89 * LDIF file into a Directory Server backend. This will be a process that is
91 * server process (e.g., via the tasks interface).
119 * Processes the command-line arguments and invokes the import process.
130 * Processes the command-line arguments and invokes the import process.
147 return tool.process(args, initializeServer, outStream, errStream);
177 private int process(String[] args, boolean initializeServer, method in class:ImportLDIF
292 return process(argParser, initializeServer, out, err);
551 // Perform the initial bootstrap of the Directory Server and process the configuration.
699 // filters. If so, then process them.
H A DManageTasks.java91 * Processes the command-line arguments and invokes the process for
102 * Processes the command-line arguments and invokes the export process.
119 return tool.process(args, initializeServer);
123 * Processes the command-line arguments and invokes the export process.
169 * Processes the command-line arguments and invokes the export process.
175 public int process(String[] args) method in class:ManageTasks
177 return process(args, true);
181 * Processes the command-line arguments and invokes the export process.
188 public int process(String[] args, boolean initializeServer) method in class:ManageTasks
H A DRebuildIndex.java77 * Directory Server backend. This will be a process that is intended to run
78 * separate from Directory Server and not internally within the server process
103 * Processes the command-line arguments and invokes the rebuild process.
119 * Processes the command-line arguments and invokes the rebuild process.
138 return tool.process(args, initializeServer, outStream, errStream);
141 private int process(final String[] args, final boolean initializeServer, method in class:RebuildIndex
228 return process(argParser, initializeServer, out, err);
325 * Configures the rebuild index process. i.e.: decodes the selected DN and
331 * @return A boolean representing the result of the process.
526 * Launches the rebuild index process
[all...]
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTP.java176 public int process(Callback[] callbacks, int state) throws AuthLoginException { method in class:HOTP
211 debug.message("HOTP.process() : " + "LOGIN page button index: " + action);
218 debug.message("HOTP.process() : " + "invalid HOTP code");
250 debug.error("HOTP.process() : NumberFormatException Exception", ex);
/forgerock/openam/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBC.java273 public int process(Callback[] callbacks, int state) method in class:JDBC
/forgerock/openam/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DMembership.java112 * process them and decide the order of next state to go.
123 public int process(Callback[] callbacks, int state) method in class:Membership
126 debug.message("in process(), login state is " + state);

Completed in 80 milliseconds

1234567891011>>