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

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java153 private Map<String, Set<String>> userAttributeValues = new HashMap<String, Set<String>>(); field in class:LDAPAuthUtils
735 userAttributeValues.put(attrs[i], s);
1511 * and their values will be set in the <code>userAttributeValues</code>
1528 return userAttributeValues;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java154 private Map<String, Set<String>> userAttributeValues = new HashMap<String, Set<String>>(); field in class:LDAPAuthUtils
736 userAttributeValues.put(attrs[i], s);
1520 * and their values will be set in the <code>userAttributeValues</code>
1537 return userAttributeValues;

Completed in 5093 milliseconds