| | |
| | | |
| | | FakeEntryIndex(String attrName) throws DecodeException |
| | | { |
| | | attrType = DirectoryServer.getSchema().getAttributeType(attrName); |
| | | attrType = DirectoryServer.getInstance().getServerContext().getSchema().getAttributeType(attrName); |
| | | if (attrType == null) |
| | | { |
| | | throw new IllegalArgumentException("Cannot find attribute with name \"" + attrName + "\""); |
| | |
| | | return matchingRule.getGreaterOrEqualAssertion(filter.getAssertionValue()); |
| | | |
| | | case EXTENSIBLE_MATCH: |
| | | MatchingRule rule = DirectoryServer.getSchema().getMatchingRule(filter.getMatchingRuleID()); |
| | | MatchingRule rule = DirectoryServer.getInstance().getServerContext().getSchema().getMatchingRule(filter.getMatchingRuleID()); |
| | | return rule.getAssertion(filter.getAssertionValue()); |
| | | |
| | | default: |