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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DAttr.java53 private Attribute _ldapAttribute; field in class:Attr
147 _ldapAttribute = attr; // attr.clone() ?
174 } else if (_ldapAttribute != null) {
175 ldapAttribute = _ldapAttribute; // clone?
544 } else if (_ldapAttribute != null) {
545 size = _ldapAttribute.size();
570 } else if (_ldapAttribute != null) {
571 theClone._ldapAttribute = _ldapAttribute; // clone?
592 if (_ldapAttribute !
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DAttr.java53 private Attribute _ldapAttribute; field in class:Attr
147 _ldapAttribute = attr; // attr.clone() ?
174 } else if (_ldapAttribute != null) {
175 ldapAttribute = _ldapAttribute; // clone?
544 } else if (_ldapAttribute != null) {
545 size = _ldapAttribute.size();
570 } else if (_ldapAttribute != null) {
571 theClone._ldapAttribute = _ldapAttribute; // clone?
592 if (_ldapAttribute !
[all...]

Completed in 30 milliseconds