Searched defs:isProfileCreationEnabled (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.java88 private boolean isProfileCreationEnabled; field in class:LDAP
247 isProfileCreationEnabled = isDynamicProfileCreationEnabled();
261 isProfileCreationEnabled);
717 if (isProfileCreationEnabled && userCreationAttrs.size() > 0) {
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java91 private boolean isProfileCreationEnabled; field in class:LDAP
252 isProfileCreationEnabled = isDynamicProfileCreationEnabled();
266 isProfileCreationEnabled);
724 if (isProfileCreationEnabled && userCreationAttrs.size() > 0) {

Completed in 33 milliseconds