Searched defs:approximateMatchingRule (Results 1 - 23 of 23) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributeType.java69 private final MatchingRule approximateMatchingRule; field in class:AttributeType
215 * @param approximateMatchingRule
251 MatchingRule approximateMatchingRule,
317 if (approximateMatchingRule == null)
319 this.approximateMatchingRule =
324 this.approximateMatchingRule = approximateMatchingRule;
450 return approximateMatchingRule;
246 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, Syntax syntax, MatchingRule approximateMatchingRule, MatchingRule equalityMatchingRule, MatchingRule orderingMatchingRule, MatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1139 private ApproximateMatchingRule approximateMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1296 if(approximateMatchingRule == null)
1298 approximateMatchingRule =
1302 return approximateMatchingRule;
1335 private ApproximateMatchingRule approximateMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1516 if(approximateMatchingRule == null)
1518 approximateMatchingRule =
1522 return approximateMatchingRule;
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeType.java80 private final ApproximateMatchingRule approximateMatchingRule; field in class:AttributeType
229 * @param approximateMatchingRule
266 approximateMatchingRule,
337 if (approximateMatchingRule == null)
339 this.approximateMatchingRule =
344 this.approximateMatchingRule = approximateMatchingRule;
560 return approximateMatchingRule;
260 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java68 private ApproximateMatchingRule approximateMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
101 this.approximateMatchingRule = null;
289 approximateMatchingRule, equalityMatchingRule,
299 * Set the approximateMatchingRule.
301 * @param approximateMatchingRule
302 * The approximateMatchingRule.
305 ApproximateMatchingRule approximateMatchingRule) {
306 this.approximateMatchingRule = approximateMatchingRule;
304 setApproximateMatchingRule( ApproximateMatchingRule approximateMatchingRule) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java67 private ApproximateMatchingRule approximateMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
100 this.approximateMatchingRule = null;
288 approximateMatchingRule, equalityMatchingRule,
298 * Set the approximateMatchingRule.
300 * @param approximateMatchingRule
301 * The approximateMatchingRule.
304 ApproximateMatchingRule approximateMatchingRule) {
305 this.approximateMatchingRule = approximateMatchingRule;
303 setApproximateMatchingRule( ApproximateMatchingRule approximateMatchingRule) argument
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1138 private ApproximateMatchingRule approximateMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1295 if(approximateMatchingRule == null)
1297 approximateMatchingRule =
1301 return approximateMatchingRule;
1334 private ApproximateMatchingRule approximateMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1515 if(approximateMatchingRule == null)
1517 approximateMatchingRule =
1521 return approximateMatchingRule;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttributeType.java79 private final ApproximateMatchingRule approximateMatchingRule; field in class:AttributeType
228 * @param approximateMatchingRule
265 approximateMatchingRule,
336 if (approximateMatchingRule == null)
338 this.approximateMatchingRule =
343 this.approximateMatchingRule = approximateMatchingRule;
559 return approximateMatchingRule;
259 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1139 private ApproximateMatchingRule approximateMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1296 if(approximateMatchingRule == null)
1298 approximateMatchingRule =
1302 return approximateMatchingRule;
1335 private ApproximateMatchingRule approximateMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1516 if(approximateMatchingRule == null)
1518 approximateMatchingRule =
1522 return approximateMatchingRule;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttributeType.java80 private final ApproximateMatchingRule approximateMatchingRule; field in class:AttributeType
229 * @param approximateMatchingRule
266 approximateMatchingRule,
337 if (approximateMatchingRule == null)
339 this.approximateMatchingRule =
344 this.approximateMatchingRule = approximateMatchingRule;
560 return approximateMatchingRule;
260 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java68 private ApproximateMatchingRule approximateMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
101 this.approximateMatchingRule = null;
289 approximateMatchingRule, equalityMatchingRule,
299 * Set the approximateMatchingRule.
301 * @param approximateMatchingRule
302 * The approximateMatchingRule.
305 ApproximateMatchingRule approximateMatchingRule) {
306 this.approximateMatchingRule = approximateMatchingRule;
304 setApproximateMatchingRule( ApproximateMatchingRule approximateMatchingRule) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java67 private ApproximateMatchingRule approximateMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
100 this.approximateMatchingRule = null;
288 approximateMatchingRule, equalityMatchingRule,
298 * Set the approximateMatchingRule.
300 * @param approximateMatchingRule
301 * The approximateMatchingRule.
304 ApproximateMatchingRule approximateMatchingRule) {
305 this.approximateMatchingRule = approximateMatchingRule;
303 setApproximateMatchingRule( ApproximateMatchingRule approximateMatchingRule) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java68 private ApproximateMatchingRule approximateMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
101 this.approximateMatchingRule = null;
289 approximateMatchingRule, equalityMatchingRule,
299 * Set the approximateMatchingRule.
301 * @param approximateMatchingRule
302 * The approximateMatchingRule.
305 ApproximateMatchingRule approximateMatchingRule) {
306 this.approximateMatchingRule = approximateMatchingRule;
304 setApproximateMatchingRule( ApproximateMatchingRule approximateMatchingRule) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1139 private ApproximateMatchingRule approximateMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1296 if(approximateMatchingRule == null)
1298 approximateMatchingRule =
1302 return approximateMatchingRule;
1335 private ApproximateMatchingRule approximateMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1516 if(approximateMatchingRule == null)
1518 approximateMatchingRule =
1522 return approximateMatchingRule;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttributeType.java80 private final ApproximateMatchingRule approximateMatchingRule; field in class:AttributeType
229 * @param approximateMatchingRule
266 approximateMatchingRule,
337 if (approximateMatchingRule == null)
339 this.approximateMatchingRule =
344 this.approximateMatchingRule = approximateMatchingRule;
560 return approximateMatchingRule;
260 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1138 private ApproximateMatchingRule approximateMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1295 if(approximateMatchingRule == null)
1297 approximateMatchingRule =
1301 return approximateMatchingRule;
1334 private ApproximateMatchingRule approximateMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1515 if(approximateMatchingRule == null)
1517 approximateMatchingRule =
1521 return approximateMatchingRule;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttributeType.java79 private final ApproximateMatchingRule approximateMatchingRule; field in class:AttributeType
228 * @param approximateMatchingRule
265 approximateMatchingRule,
336 if (approximateMatchingRule == null)
338 this.approximateMatchingRule =
343 this.approximateMatchingRule = approximateMatchingRule;
559 return approximateMatchingRule;
259 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DTestAttributeType.java60 private MatchingRule approximateMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
90 this.approximateMatchingRule = null;
265 approximateMatchingRule, equalityMatchingRule,
275 * Set the approximateMatchingRule.
277 * @param approximateMatchingRule
278 * The approximateMatchingRule.
280 public void setApproximateMatchingRule(MatchingRule approximateMatchingRule) { argument
281 this.approximateMatchingRule = approximateMatchingRule;
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java123 private ApproximateMatchingRule approximateMatchingRule; field in class:MatchedValuesFilter
210 approximateMatchingRule = null;
1198 if (approximateMatchingRule == null)
1203 approximateMatchingRule = attrType.getApproximateMatchingRule();
1207 return approximateMatchingRule;
1444 (value != null) && (approximateMatchingRule != null))
1448 ByteString nv1 = approximateMatchingRule.normalizeValue(
1450 ByteString nv2 = approximateMatchingRule.normalizeValue(
1451 approximateMatchingRule.normalizeValue(value.getValue()));
1453 return approximateMatchingRule
[all...]
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java123 private ApproximateMatchingRule approximateMatchingRule; field in class:MatchedValuesFilter
210 approximateMatchingRule = null;
1198 if (approximateMatchingRule == null)
1203 approximateMatchingRule = attrType.getApproximateMatchingRule();
1207 return approximateMatchingRule;
1444 (value != null) && (approximateMatchingRule != null))
1448 ByteString nv1 = approximateMatchingRule.normalizeValue(
1450 ByteString nv2 = approximateMatchingRule.normalizeValue(
1451 approximateMatchingRule.normalizeValue(value.getValue()));
1453 return approximateMatchingRule
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java123 private ApproximateMatchingRule approximateMatchingRule; field in class:MatchedValuesFilter
210 approximateMatchingRule = null;
1198 if (approximateMatchingRule == null)
1203 approximateMatchingRule = attrType.getApproximateMatchingRule();
1207 return approximateMatchingRule;
1444 (value != null) && (approximateMatchingRule != null))
1448 ByteString nv1 = approximateMatchingRule.normalizeValue(
1450 ByteString nv2 = approximateMatchingRule.normalizeValue(
1451 approximateMatchingRule.normalizeValue(value.getValue()));
1453 return approximateMatchingRule
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java123 private ApproximateMatchingRule approximateMatchingRule; field in class:MatchedValuesFilter
210 approximateMatchingRule = null;
1198 if (approximateMatchingRule == null)
1203 approximateMatchingRule = attrType.getApproximateMatchingRule();
1207 return approximateMatchingRule;
1444 (value != null) && (approximateMatchingRule != null))
1448 ByteString nv1 = approximateMatchingRule.normalizeValue(
1450 ByteString nv2 = approximateMatchingRule.normalizeValue(
1451 approximateMatchingRule.normalizeValue(value.getValue()));
1453 return approximateMatchingRule
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java123 private ApproximateMatchingRule approximateMatchingRule; field in class:MatchedValuesFilter
210 approximateMatchingRule = null;
1198 if (approximateMatchingRule == null)
1203 approximateMatchingRule = attrType.getApproximateMatchingRule();
1207 return approximateMatchingRule;
1444 (value != null) && (approximateMatchingRule != null))
1448 ByteString nv1 = approximateMatchingRule.normalizeValue(
1450 ByteString nv2 = approximateMatchingRule.normalizeValue(
1451 approximateMatchingRule.normalizeValue(value.getValue()));
1453 return approximateMatchingRule
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DMatchedValuesFilter.java101 private MatchingRule approximateMatchingRule; field in class:MatchedValuesFilter
974 if (approximateMatchingRule == null)
979 approximateMatchingRule = attrType.getApproximateMatchingRule();
983 return approximateMatchingRule;
1177 && approximateMatchingRule != null)
1179 return matches(approximateMatchingRule, value, assertionValue);

Completed in 87 milliseconds