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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeBuilder.java591 private final SortedSet<String> normalizedOptions; field in class:AttributeBuilder.RealAttributeManyOptions
609 * @param normalizedOptions
617 SortedSet<String> normalizedOptions)
621 this.normalizedOptions = normalizedOptions;
644 return normalizedOptions.contains(s);
1151 private SortedSet<String> normalizedOptions = null; field in class:AttributeBuilder
1684 normalizedOptions = new TreeSet<String>();
1685 normalizedOptions.add(toLowerCase(options.firstElement));
1687 if (normalizedOptions
612 RealAttributeManyOptions( AttributeType attributeType, String name, Set<AttributeValue> values, Set<String> options, SortedSet<String> normalizedOptions) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttributeBuilder.java590 private final SortedSet<String> normalizedOptions; field in class:AttributeBuilder.RealAttributeManyOptions
608 * @param normalizedOptions
616 SortedSet<String> normalizedOptions)
620 this.normalizedOptions = normalizedOptions;
643 return normalizedOptions.contains(s);
1150 private SortedSet<String> normalizedOptions = null; field in class:AttributeBuilder
1683 normalizedOptions = new TreeSet<String>();
1684 normalizedOptions.add(toLowerCase(options.firstElement));
1686 if (normalizedOptions
611 RealAttributeManyOptions( AttributeType attributeType, String name, Set<AttributeValue> values, Set<String> options, SortedSet<String> normalizedOptions) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttributeBuilder.java591 private final SortedSet<String> normalizedOptions; field in class:AttributeBuilder.RealAttributeManyOptions
609 * @param normalizedOptions
617 SortedSet<String> normalizedOptions)
621 this.normalizedOptions = normalizedOptions;
644 return normalizedOptions.contains(s);
1151 private SortedSet<String> normalizedOptions = null; field in class:AttributeBuilder
1684 normalizedOptions = new TreeSet<String>();
1685 normalizedOptions.add(toLowerCase(options.firstElement));
1687 if (normalizedOptions
612 RealAttributeManyOptions( AttributeType attributeType, String name, Set<AttributeValue> values, Set<String> options, SortedSet<String> normalizedOptions) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttributeBuilder.java591 private final SortedSet<String> normalizedOptions; field in class:AttributeBuilder.RealAttributeManyOptions
609 * @param normalizedOptions
617 SortedSet<String> normalizedOptions)
621 this.normalizedOptions = normalizedOptions;
644 return normalizedOptions.contains(s);
1151 private SortedSet<String> normalizedOptions = null; field in class:AttributeBuilder
1684 normalizedOptions = new TreeSet<String>();
1685 normalizedOptions.add(toLowerCase(options.firstElement));
1687 if (normalizedOptions
612 RealAttributeManyOptions( AttributeType attributeType, String name, Set<AttributeValue> values, Set<String> options, SortedSet<String> normalizedOptions) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttributeBuilder.java590 private final SortedSet<String> normalizedOptions; field in class:AttributeBuilder.RealAttributeManyOptions
608 * @param normalizedOptions
616 SortedSet<String> normalizedOptions)
620 this.normalizedOptions = normalizedOptions;
643 return normalizedOptions.contains(s);
1150 private SortedSet<String> normalizedOptions = null; field in class:AttributeBuilder
1683 normalizedOptions = new TreeSet<String>();
1684 normalizedOptions.add(toLowerCase(options.firstElement));
1686 if (normalizedOptions
611 RealAttributeManyOptions( AttributeType attributeType, String name, Set<AttributeValue> values, Set<String> options, SortedSet<String> normalizedOptions) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributeBuilder.java425 private final SortedSet<String> normalizedOptions; field in class:AttributeBuilder.RealAttributeManyOptions
443 * @param normalizedOptions
448 SortedSet<String> normalizedOptions)
452 this.normalizedOptions = normalizedOptions;
465 return normalizedOptions.contains(s);
983 private SortedSet<String> normalizedOptions; field in class:AttributeBuilder
1518 normalizedOptions = new TreeSet<>();
1519 normalizedOptions.add(toLowerCase(options.firstElement));
1521 if (normalizedOptions
446 RealAttributeManyOptions( AttributeType attributeType, String name, Set<AttributeValue> values, Set<String> options, SortedSet<String> normalizedOptions) argument
[all...]

Completed in 39 milliseconds