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

/forgerock/openam-v13/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplication.java229 } else if (authenticateToLDAP(userName, userPassword) == ModuleState.SUCCESS) {
310 private ModuleState authenticateToLDAP(String userName, String userPassword) method in class:Application
313 debug.message("In authenticateToLDAP with User : " + userName);

Completed in 29 milliseconds