36373839404142
throw new IllegalArgumentException("Bad LDAP filter: " + ldapFilter); } } public boolean matches(final Map<String, ?> attributes) { return filter.match(null == attributes ? null : new AttributeDictionary(attributes)); }