Searched defs:removeAttrs (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3168 * @param removeAttrs A list into which any values will be placed that could
3173 removeAttrs)
3197 if (removeAttrs != null)
3199 removeAttrs.add(Attributes.create(a.getAttributeType(), v));
3222 if (removeAttrs != null)
3224 removeAttrs.add(Attributes
3420 LinkedList<Attribute> removeAttrs = new LinkedList<Attribute>();
3422 getSortedHistoryValues(removeAttrs);
3455 removeAttrs.add(builder.toAttribute());
3495 removeAttrs
3172 getSortedHistoryValues(List<Attribute> removeAttrs) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3173 * @param removeAttrs A list into which any values will be placed that could
3178 removeAttrs)
3202 if (removeAttrs != null)
3204 removeAttrs.add(Attributes.create(a.getAttributeType(), v));
3227 if (removeAttrs != null)
3229 removeAttrs.add(Attributes
3458 LinkedList<Attribute> removeAttrs = new LinkedList<Attribute>();
3460 getSortedHistoryValues(removeAttrs);
3493 removeAttrs.add(builder.toAttribute());
3533 removeAttrs
3177 getSortedHistoryValues(List<Attribute> removeAttrs) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3168 * @param removeAttrs A list into which any values will be placed that could
3173 removeAttrs)
3197 if (removeAttrs != null)
3199 removeAttrs.add(Attributes.create(a.getAttributeType(), v));
3222 if (removeAttrs != null)
3224 removeAttrs.add(Attributes
3420 LinkedList<Attribute> removeAttrs = new LinkedList<Attribute>();
3422 getSortedHistoryValues(removeAttrs);
3455 removeAttrs.add(builder.toAttribute());
3495 removeAttrs
3172 getSortedHistoryValues(List<Attribute> removeAttrs) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3168 * @param removeAttrs A list into which any values will be placed that could
3173 removeAttrs)
3197 if (removeAttrs != null)
3199 removeAttrs.add(Attributes.create(a.getAttributeType(), v));
3222 if (removeAttrs != null)
3224 removeAttrs.add(Attributes
3420 LinkedList<Attribute> removeAttrs = new LinkedList<Attribute>();
3422 getSortedHistoryValues(removeAttrs);
3455 removeAttrs.add(builder.toAttribute());
3495 removeAttrs
3172 getSortedHistoryValues(List<Attribute> removeAttrs) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3173 * @param removeAttrs A list into which any values will be placed that could
3178 removeAttrs)
3202 if (removeAttrs != null)
3204 removeAttrs.add(Attributes.create(a.getAttributeType(), v));
3227 if (removeAttrs != null)
3229 removeAttrs.add(Attributes
3458 LinkedList<Attribute> removeAttrs = new LinkedList<Attribute>();
3460 getSortedHistoryValues(removeAttrs);
3493 removeAttrs.add(builder.toAttribute());
3533 removeAttrs
3177 getSortedHistoryValues(List<Attribute> removeAttrs) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicyState.java2593 * @param removeAttrs A list into which any values will be placed that could not be properly decoded.
2596 private TreeMap<Long,ByteString> getSortedHistoryValues(List<Attribute> removeAttrs) argument
2616 if (removeAttrs != null)
2618 removeAttrs.add(Attributes.create(a.getAttributeType(), v));
2638 if (removeAttrs != null)
2640 removeAttrs.add(Attributes.create(a.getAttributeType(), v));
2821 LinkedList<Attribute> removeAttrs = new LinkedList<>();
2822 TreeMap<Long, ByteString> historyMap = getSortedHistoryValues(removeAttrs);
2849 removeAttrs.add(newAttribute(historyType, removeValues));
2881 removeAttrs
[all...]

Completed in 52 milliseconds