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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java2190 LDAPAuthUtils ldapAuthUtil;
2192 ldapAuthUtil = new LDAPAuthUtils(Collections.singleton(svrCfg.getServerName() + ":" + svrCfg.getPort()),
2206 ldapAuthUtil.setAuthDN(AdminUtils.getAdminDN());
2207 ldapAuthUtil.setAuthPassword(new String(AdminUtils.getAdminPassword()).toCharArray());
2208 ldapAuthUtil.setScope(SearchScope.SINGLE_LEVEL);
2211 if (authenticateIt(ldapAuthUtil, IdType.USER, username, password)) {
2218 if (authenticateIt(ldapAuthUtil, IdType.AGENT, username, password)) {
2228 private boolean authenticateIt(LDAPAuthUtils ldapAuthUtil, IdType type, argument
2259 ldapAuthUtil.setUserNamingAttribute(namingAttr);
2262 ldapAuthUtil
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java2190 LDAPAuthUtils ldapAuthUtil;
2192 ldapAuthUtil = new LDAPAuthUtils(Collections.singleton(svrCfg.getServerName() + ":" + svrCfg.getPort()),
2206 ldapAuthUtil.setAuthDN(AdminUtils.getAdminDN());
2207 ldapAuthUtil.setAuthPassword(new String(AdminUtils.getAdminPassword()).toCharArray());
2208 ldapAuthUtil.setScope(SearchScope.SINGLE_LEVEL);
2211 if (authenticateIt(ldapAuthUtil, IdType.USER, username, password)) {
2218 if (authenticateIt(ldapAuthUtil, IdType.AGENT, username, password)) {
2228 private boolean authenticateIt(LDAPAuthUtils ldapAuthUtil, IdType type, argument
2259 ldapAuthUtil.setUserNamingAttribute(namingAttr);
2262 ldapAuthUtil
[all...]

Completed in 85 milliseconds