Searched defs:process (Results 226 - 250 of 318) sorted by relevance

1234567891011>>

/forgerock/openam/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/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/
H A DAuthenticatorPush.java140 public int process(final Callback[] callbacks, int state) throws LoginException { method in class:AuthenticatorPush
145 DEBUG.error("AuthenticatorPush :: process() : Request was null.");
162 DEBUG.error("AuthenticatorPush :: process() : Invalid state.");
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/registration/
H A DAuthenticatorPushRegistration.java189 public int process(final Callback[] callbacks, final int state) throws LoginException { method in class:AuthenticatorPushRegistration
193 DEBUG.error("{} :: process() : Request was null.", AM_AUTH_AUTHENTICATOR_PUSH_REGISTRATION);
203 DEBUG.error("{} :: process() : Unable to talk to datastore.", AM_AUTH_AUTHENTICATOR_PUSH_REGISTRATION);
219 DEBUG.error("{} :: process() : Invalid state.", AM_AUTH_AUTHENTICATOR_PUSH_REGISTRATION);
/forgerock/openam/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/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/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java466 public void process(Vector<Notification> notifications) { method in class:EventListener.EventNotificationHandler
/forgerock/openam/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/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java417 public void process(Vector<Notification> notifications) { method in class:IdRemoteEventListener.IdRepoEventNotificationHandler
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequestHandler.java125 public ResponseSet process(PLLAuditor auditor, method in class:PolicyRequestHandler
143 debug.message("PolicyRequesthandler.process"
154 debug.error("PolicyRequesthandler.process"
/forgerock/openam/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/opendj2/ext/ant/lib/
H A Dant-apache-oro.jar ... taskdefs.optional.perforce.P4Fstat parent public void process (java.lang.String) throws org.apache. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-apache-oro.jar ... taskdefs.optional.perforce.P4Fstat parent public void process (java.lang.String) throws org.apache. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-apache-oro.jar ... taskdefs.optional.perforce.P4Fstat parent public void process (java.lang.String) throws org.apache. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-apache-oro.jar ... taskdefs.optional.perforce.P4Fstat parent public void process (java.lang.String) throws org.apache. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-apache-oro.jar ... taskdefs.optional.perforce.P4Fstat parent public void process (java.lang.String) throws org.apache. ...
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java371 public ResponseSet process(PLLAuditor auditor, List<Request> requests, method in class:NamingService
438 String errorMsg = "Failed to process naming request";
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java777 public void process(Vector notifications) { method in class:SMSJAXRPCObject.SMSNotificationHandler
/forgerock/openam-v13/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java284 String client = getLoginState("process").getClient();
389 public int process (Callback[] callbacks, int state) method in class:Cert
505 * this process. Here is the algorith to find OCSP responder:
510 * found in above process.
/forgerock/openam-v13/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java295 public int process(Callback[] callbacks, int state) method in class:LDAP
322 debug.message("LDAP.process: Password is null/empty");
392 debug.message("LDAP.process: new password less"
669 debug.error("process : unable to get " +
/forgerock/openam-v13/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/
H A DOATH.java238 public int process(Callback[] callbacks, int state) throws AuthLoginException { method in class:OATH
253 debug.message("OATH.process(): Username from SSOToken : " + userName);
262 // process callbacks
271 debug.error("OATH.process(): Password length is less than " + MIN_PASSWORD_LENGTH);
278 debug.error("OATH.process(): invalid OTP code");
284 debug.error("OATH.process(): Min Secret Key Length is not a valid value");
289 debug.error("OATH.process(): secret key attribute name is empty");
305 debug.error("OATH.process(): SSOException", e);
543 debug.error("OATH.checkOTP(): checkOTP process failed : ", e);
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuth.java126 public int process(Callback[] callbacks, int state) throws LoginException { method in class:OAuth
128 OAuthUtil.debugMessage("process: state = " + state);
133 OAuthUtil.debugError("OAuth.process(): The request was null, this is "
141 OAuthUtil.debugMessage("OAuth.process(): GOT CODE: " + code);
202 OAuthUtil.debugError("OAuth.process(): Authorization redirect failed to be sent because the state "
204 throw new AuthLoginException("OAuth.process(): Authorization redirect failed to be sent because "
233 OAuthUtil.debugMessage("OAuth.process(): New RedirectURL=" + authServiceUrl);
261 OAuthUtil.debugError("OAuth.process(): Authorization call-back failed because there was no state "
271 OAuthUtil.debugError("OAuth.process(): Authorization call-back failed because the state parameter "
278 OAuthUtil.debugMessage("OAuth.process()
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java168 public int process(final Callback[] realCallbacks, int state) throws LoginException { method in class:SAML2
175 "SAML2 :: process() : Http Request is null - programmatic login is not supported.");
196 return processError(e, null, "SAML2 :: process() : Authentication Error");
281 * Once we're back from the ACS, we need to validate that we have not errored during the proxying process.
467 "SAML2 :: process() : failed to perform local authentication - {} ",
479 "SAML2 :: process() : failed to perform local authentication - {} ",
/forgerock/openam-v13/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-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java272 String client = getLoginState("process").getClient();
386 public int process (Callback[] callbacks, int state) method in class:Cert
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java301 public int process(Callback[] callbacks, int state) method in class:LDAP
328 debug.message("LDAP.process: Password is null/empty");
398 debug.message("LDAP.process: new password less"
676 debug.error("process : unable to get " +

Completed in 91 milliseconds

1234567891011>>