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

/forgerock/openam-v13/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java93 private Set userCreationAttrs = new HashSet(); field in class:LDAP
257 ldapUtil.setUserAttributes(userCreationAttrs);
273 + "\nuserCreationAttrs-> " + userCreationAttrs
533 userCreationAttrs = null;
717 if (isProfileCreationEnabled && userCreationAttrs.size() > 0) {
771 userCreationAttrs.add(localAttr);
774 userCreationAttrs.add(extAttr);
778 userCreationAttrs.add(userAttr);
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java96 private Set userCreationAttrs = new HashSet(); field in class:LDAP
262 ldapUtil.setUserAttributes(userCreationAttrs);
279 + "\nuserCreationAttrs-> " + userCreationAttrs
539 userCreationAttrs = null;
724 if (isProfileCreationEnabled && userCreationAttrs.size() > 0) {
778 userCreationAttrs.add(localAttr);
781 userCreationAttrs.add(extAttr);
785 userCreationAttrs.add(userAttr);

Completed in 32 milliseconds