| | |
| | | MatchingRule matchingRule = getMatchingRule(oid); |
| | | if (matchingRule != null) |
| | | { |
| | | for (String name : matchingRule.getAllNames()) |
| | | for (String name : matchingRule.getNames()) |
| | | { |
| | | names.add(name); |
| | | } |
| | |
| | | MatchingRule matchingRule = getMatchingRule(oid); |
| | | if (matchingRule != null) |
| | | { |
| | | for (String name : matchingRule.getAllNames()) |
| | | for (String name : matchingRule.getNames()) |
| | | { |
| | | names.add(name); |
| | | } |
| | |
| | | Collection<String> defaultNames = new HashSet<String>(); |
| | | if (matchingRule != null) |
| | | { |
| | | for (String name : matchingRule.getAllNames()) |
| | | for (String name : matchingRule.getNames()) |
| | | { |
| | | defaultNames.add(name); |
| | | } |
| | |
| | | MatchingRule equalityMatchingRule = getMatchingRule(OID); |
| | | if (equalityMatchingRule != null) |
| | | { |
| | | for (String name : equalityMatchingRule.getAllNames()) |
| | | for (String name : equalityMatchingRule.getNames()) |
| | | { |
| | | names.add(name); |
| | | } |
| | |
| | | MatchingRule matchingRule = getMatchingRule(oid); |
| | | if (matchingRule != null) |
| | | { |
| | | for (String name : matchingRule.getAllNames()) |
| | | for (String name : matchingRule.getNames()) |
| | | { |
| | | names.add(name); |
| | | } |
| | |
| | | MatchingRule matchingRule = getMatchingRule(oid); |
| | | if (matchingRule != null) |
| | | { |
| | | for (String name : matchingRule.getAllNames()) |
| | | for (String name : matchingRule.getNames()) |
| | | { |
| | | names.add(name); |
| | | } |
| | |
| | | MatchingRule matchingRule = getMatchingRule(oid); |
| | | if (matchingRule != null) |
| | | { |
| | | for (String name : matchingRule.getAllNames()) |
| | | for (String name : matchingRule.getNames()) |
| | | { |
| | | names.add(name); |
| | | } |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public Collection<String> getAllNames() |
| | | public Collection<String> getNames() |
| | | { |
| | | return Collections.unmodifiableCollection(names); |
| | | } |