Searched defs:getUserOrOperationalAttributes (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java591 private Map<AttributeType, List<Attribute>> getUserOrOperationalAttributes( method in class:Entry
610 return getUserOrOperationalAttributes(attrType).get(attrType);
624 getUserOrOperationalAttributes(attrType).put(attrType, attributes);
636 getUserOrOperationalAttributes(attrType).remove(attrType);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java591 private Map<AttributeType, List<Attribute>> getUserOrOperationalAttributes( method in class:Entry
610 return getUserOrOperationalAttributes(attrType).get(attrType);
624 getUserOrOperationalAttributes(attrType).put(attrType, attributes);
636 getUserOrOperationalAttributes(attrType).remove(attrType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java521 private Map<AttributeType, List<Attribute>> getUserOrOperationalAttributes( method in class:Entry
540 return getUserOrOperationalAttributes(attrType).get(attrType);
554 getUserOrOperationalAttributes(attrType).put(attrType, attributes);
566 getUserOrOperationalAttributes(attrType).remove(attrType);

Completed in 67 milliseconds