Searched refs:doFallbackAuth (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplication.java163 if (!doFallbackAuth(userName, secretParam)) {
171 } else if (!doFallbackAuth(userName, secretParam)) {
180 private boolean doFallbackAuth(String userName, String userPassword) method in class:Application
184 debug.message("doFallbackAuth : User = {}", userName);
188 debug.message("Application.doFallbackAuth: Authenticated to AgentsRepo.");
/forgerock/openam-v13/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplication.java190 if (!doFallbackAuth(userName, secretParam)) {
201 } else if (!doFallbackAuth(userName, secretParam)) {
211 private boolean doFallbackAuth(String userName, String userPassword) method in class:Application
216 debug.message("doFallbackAuth : User = " + userName);
222 debug.message("Application.doFallbackAuth: Authenticating "

Completed in 28 milliseconds