Searched defs:authenticateIt (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java2211 if (authenticateIt(ldapAuthUtil, IdType.USER, username, password)) {
2213 debug.message("AMSDKRepo: IdType.USER authenticateIt=true");
2218 if (authenticateIt(ldapAuthUtil, IdType.AGENT, username, password)) {
2220 debug.message("AMSDKRepo: IdType.AGENT authenticateIt=true");
2228 private boolean authenticateIt(LDAPAuthUtils ldapAuthUtil, IdType type, method in class:AMSDKRepo
2251 debug.message("AMSDKRepo: authenticateIt" + "AMException : "
2278 debug.message("AMSDKRepo:authenticateIt. " +
2286 debug.message("AMSDKRepo:authenticateIt." +
2294 debug.message("AMSDKRepo:authenticateIt. " +
2302 debug.message("AMSDKRepo:authenticateIt
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java2211 if (authenticateIt(ldapAuthUtil, IdType.USER, username, password)) {
2213 debug.message("AMSDKRepo: IdType.USER authenticateIt=true");
2218 if (authenticateIt(ldapAuthUtil, IdType.AGENT, username, password)) {
2220 debug.message("AMSDKRepo: IdType.AGENT authenticateIt=true");
2228 private boolean authenticateIt(LDAPAuthUtils ldapAuthUtil, IdType type, method in class:AMSDKRepo
2251 debug.message("AMSDKRepo: authenticateIt" + "AMException : "
2278 debug.message("AMSDKRepo:authenticateIt. " +
2286 debug.message("AMSDKRepo:authenticateIt." +
2294 debug.message("AMSDKRepo:authenticateIt. " +
2302 debug.message("AMSDKRepo:authenticateIt
[all...]

Completed in 38 milliseconds