Searched refs:amlc (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DJAASLoginThread.java39 private AMLoginContext amlc; field in class:JAASLoginThread
44 * @param amlc <code>AMLoginContext</code> in which the running method is
47 JAASLoginThread(AMLoginContext amlc) { argument
48 this.amlc = amlc;
55 amlc.runLogin();
H A DAuthUtils.java1434 String configName, AMLoginContext amlc)
1456 amlc.setConfigEntries(entries);
1433 isPureJAASModulePresent( String configName, AMLoginContext amlc) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java143 public AMLoginContext amlc = null; field in class:AuthContextLocal
179 amlc = new AMLoginContext(this);
181 authDebug.message("AMLoginContext object is... " + amlc);
197 moduleInstanceNames = amlc.getModuleInstanceNames();
431 amlc.executeLogin(subject, type, indexName, locale, redirectUrl);
433 if (amlc.getStatus() == LoginStatus.AUTH_SUCCESS) {
435 } else if (amlc.getStatus() == LoginStatus.AUTH_FAILED) {
477 subject = amlc.getSubject();
493 if ((amlc.getStatus() == LoginStatus.AUTH_SUCCESS) ||
494 (amlc
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java149 public AMLoginContext amlc = null; field in class:AuthContextLocal
185 amlc = new AMLoginContext(this);
187 authDebug.message("AMLoginContext object is... " + amlc);
203 moduleInstanceNames = amlc.getModuleInstanceNames();
462 amlc.executeLogin(loginParamsMap);
464 if (amlc.getStatus() == LoginStatus.AUTH_SUCCESS) {
466 } else if (amlc.getStatus() == LoginStatus.AUTH_FAILED) {
508 subject = amlc.getSubject();
524 if ((amlc.getStatus() == LoginStatus.AUTH_SUCCESS) ||
525 (amlc
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java895 debug.message("Recd Callback in amlc.getRequiredInfo : " + callback);
899 debug.message("Recd Callback in amlc.getRequiredInfo is NULL");
2009 private AMLoginContext amlc; field in class:AMLoginContext.JAASLoginThread
2014 * @param amlc <code>AMLoginContext</code> in which the running method is
2017 JAASLoginThread(AMLoginContext amlc) { argument
2018 this.amlc = amlc;
2025 amlc.runLogin();

Completed in 40 milliseconds