Searched defs:process (Results 251 - 275 of 318) sorted by relevance

<<111213

/forgerock/openam/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/
H A DOATH.java241 public int process(Callback[] callbacks, int state) throws AuthLoginException { method in class:OATH
256 debug.message("OATH.process(): Username from SSOToken : " + userName);
268 // process callbacks
277 debug.error("OATH.process(): Password length is less than " + MIN_PASSWORD_LENGTH);
284 debug.error("OATH.process(): invalid OTP code");
290 debug.error("OATH.process(): Min Secret Key Length is not a valid value");
295 debug.error("OATH.process(): secret key attribute name is empty");
311 debug.error("OATH.process(): SSOException", e);
549 debug.error("OATH.checkOTP(): checkOTP process failed : ", e);
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuth.java134 public int process(Callback[] callbacks, int state) throws LoginException { method in class:OAuth
136 OAuthUtil.debugMessage("process: state = " + state);
141 OAuthUtil.debugError("OAuth.process(): The request was null, this is "
149 OAuthUtil.debugMessage("OAuth.process(): GOT CODE: " + code);
214 OAuthUtil.debugError("OAuth.process(): Authorization redirect failed to be sent because the state "
216 throw new AuthLoginException("OAuth.process(): Authorization redirect failed to be sent because "
245 OAuthUtil.debugMessage("OAuth.process(): New RedirectURL=" + authServiceUrl);
265 OAuthUtil.debugError("OAuth.process(): Authorization call-back failed because there was no state "
275 OAuthUtil.debugError("OAuth.process(): Authorization call-back failed because the state parameter "
282 OAuthUtil.debugMessage("OAuth.process()
[all...]
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java174 public int process(final Callback[] realCallbacks, int state) throws LoginException { method in class:SAML2
181 "SAML2 :: process() : Http Request is null - programmatic login is not supported.");
202 return processError(e, null, "SAML2 :: process() : Authentication Error");
301 * Once we're back from the ACS, we need to validate that we have not errored during the proxying process.
489 "SAML2 :: process() : failed to perform local authentication - {} ",
501 "SAML2 :: process() : failed to perform local authentication - {} ",
/forgerock/openam/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/
H A DWindowsDesktopSSO.java150 public int process(Callback[] callbacks, int state) method in class:WindowsDesktopSSO
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java374 public ResponseSet process(PLLAuditor auditor, List<Request> requests, method in class:NamingService
441 String errorMsg = "Failed to process naming request";
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java779 public void process(Vector<Notification> notifications) { method in class:SMSJAXRPCObject.SMSNotificationHandler
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DServerHandler.java769 * thread to take the lock it was waiting for and process the connection
801 void process(RoutableMsg msg) method in class:ServerHandler
809 replicationServerDomain.process(msg, this);
842 void process(ChangeTimeHeartbeatMsg msg) throws DirectoryException method in class:ServerHandler
H A DReplicationServerDomain.java201 * potential inter-process deadlocks. In particular, the {@code ServerReader}
610 * @param update The just received assured update to process.
693 * @param update The just received assured update to process.
1412 void process(RoutableMsg msg, ServerHandler sender) method in class:ReplicationServerDomain
2424 * @param msg The message to process.
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DServerHandler.java769 * thread to take the lock it was waiting for and process the connection
801 void process(RoutableMsg msg) method in class:ServerHandler
809 replicationServerDomain.process(msg, this);
842 void process(ChangeTimeHeartbeatMsg msg) throws DirectoryException method in class:ServerHandler
H A DReplicationServerDomain.java201 * potential inter-process deadlocks. In particular, the {@code ServerReader}
610 * @param update The just received assured update to process.
693 * @param update The just received assured update to process.
1412 void process(RoutableMsg msg, ServerHandler sender) method in class:ReplicationServerDomain
2424 * @param msg The message to process.
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DWebServiceTaskHandler.java134 public AmFilterResult process(AmFilterRequestContext ctx) method in class:WebServiceTaskHandler
139 logMessage("WebServiceTaskHandler.process: now processing");
487 throw new AgentException("Unable to process content", ex);
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java251 * @param state State of the module to process this access.
256 public int process(Callback[] callbacks, int state) throws AuthLoginException { method in class:AuthenticatorOATH
333 debug.error("OATH.process() : SSOException", e);
350 debug.message("OATH.process() : Username from SSOToken : " + userName);
394 debug.error("OATH.process() : invalid OTP code");
728 debug.error("OATH.checkOTP() : checkOTP process failed : ", e);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DServerHandler.java735 * thread to take the lock it was waiting for and process the connection
764 void process(RoutableMsg msg) method in class:ServerHandler
772 replicationServerDomain.process(msg, this);
805 void process(ChangeTimeHeartbeatMsg msg) throws DirectoryException method in class:ServerHandler
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java274 * @param state State of the module to process this access.
279 public int process(Callback[] callbacks, int state) throws AuthLoginException { method in class:AuthenticatorOATH
357 debug.error("OATH.process() : SSOException", e);
374 debug.message("OATH.process() : Username from SSOToken : " + userName);
417 debug.error("OATH.process() : invalid OTP code");
756 debug.error("OATH.checkOTP() : checkOTP process failed : ", e);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java532 * @param update The just received assured update to process.
632 * @param update The just received assured update to process.
1539 public void process(RoutableMsg msg, ServerHandler senderHandler) method in class:ReplicationServerDomain
2644 // Let's process our directly connected DS
3260 * @param msg The message to process.
3354 // process one sid
3384 // process one sid
H A DServerHandler.java891 * listen thread to take the lock it was waiting for and process
917 public void process(RoutableMsg msg) method in class:ServerHandler
923 replicationServerDomain.process(msg, this);
931 public void process(ChangeTimeHeartbeatMsg msg) method in class:ServerHandler
943 * @param windowProbeMsg The message to process.
947 public void process(WindowProbeMsg windowProbeMsg) throws IOException method in class:ServerHandler
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DTask.java261 * The process (if any) that the task launched. For instance if this is a
262 * start server task, the process generated executing the start-ds
265 protected Process process; field in class:Task
380 * Returns the process that the task launched.
381 * Returns <CODE>null</CODE> if not process was launched.
382 * @return the process that the task launched.
386 return process;
572 process = pb.start();
574 outReader = new ProcessReader(process, outPrintStream, false);
575 errReader = new ProcessReader(process, errorPrintStrea
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DTask.java260 * The process (if any) that the task launched. For instance if this is a
261 * start server task, the process generated executing the start-ds
264 protected Process process; field in class:Task
379 * Returns the process that the task launched.
380 * Returns <CODE>null</CODE> if not process was launched.
381 * @return the process that the task launched.
385 return process;
571 process = pb.start();
573 outReader = new ProcessReader(process, outPrintStream, false);
574 errReader = new ProcessReader(process, errorPrintStrea
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DServerHandler.java893 * listen thread to take the lock it was waiting for and process
919 void process(RoutableMsg msg) method in class:ServerHandler
927 replicationServerDomain.process(msg, this);
957 void process(ChangeTimeHeartbeatMsg msg) method in class:ServerHandler
969 * @param windowProbeMsg The message to process.
973 public void process(WindowProbeMsg windowProbeMsg) throws IOException method in class:ServerHandler
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DTask.java261 * The process (if any) that the task launched. For instance if this is a
262 * start server task, the process generated executing the start-ds
265 protected Process process; field in class:Task
380 * Returns the process that the task launched.
381 * Returns <CODE>null</CODE> if not process was launched.
382 * @return the process that the task launched.
386 return process;
572 process = pb.start();
574 outReader = new ProcessReader(process, outPrintStream, false);
575 errReader = new ProcessReader(process, errorPrintStrea
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DTask.java260 * The process (if any) that the task launched. For instance if this is a
261 * start server task, the process generated executing the start-ds
264 protected Process process; field in class:Task
379 * Returns the process that the task launched.
380 * Returns <CODE>null</CODE> if not process was launched.
381 * @return the process that the task launched.
385 return process;
571 process = pb.start();
573 outReader = new ProcessReader(process, outPrintStream, false);
574 errReader = new ProcessReader(process, errorPrintStrea
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java532 * @param update The just received assured update to process.
632 * @param update The just received assured update to process.
1539 public void process(RoutableMsg msg, ServerHandler senderHandler) method in class:ReplicationServerDomain
2644 // Let's process our directly connected DS
3260 * @param msg The message to process.
3354 // process one sid
3384 // process one sid
H A DServerHandler.java891 * listen thread to take the lock it was waiting for and process
917 public void process(RoutableMsg msg) method in class:ServerHandler
923 replicationServerDomain.process(msg, this);
931 public void process(ChangeTimeHeartbeatMsg msg) method in class:ServerHandler
943 * @param windowProbeMsg The message to process.
947 public void process(WindowProbeMsg windowProbeMsg) throws IOException method in class:ServerHandler
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DTask.java262 * The process (if any) that the task launched. For instance if this is a
263 * start server task, the process generated executing the start-ds
266 protected Process process; field in class:Task
381 * Returns the process that the task launched.
382 * Returns <CODE>null</CODE> if not process was launched.
383 * @return the process that the task launched.
387 return process;
574 process = pb.start();
576 outReader = new ProcessReader(process, outPrintStream, false);
577 errReader = new ProcessReader(process, errorPrintStrea
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java111 * and implement init(), process(), getPrincipal() methods.
145 * When an authentication process is invoked, there will be Callback[]
147 * starts with 1, then module controls the login process, and decides what's
148 * the next state to go in the process() method.
153 * Callbacks, those Callback[] will be sent to the process() method, where
157 * password. The process() routine is again
176 * states until the login process is completed.
515 * process is completed.
531 * process is completed.
979 * control the flow of the login process
992 abstract public int process(Callback[] callbacks, int state) method in class:AMLoginModule
[all...]

Completed in 92 milliseconds

<<111213