Searched defs:valueMatches (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java204 public boolean valueMatches(AttributeType type, AttributeValue value) method in class:MatchedValuesControl
210 if (f.valueMatches(type, value))
H A DMatchedValuesFilter.java1317 public boolean valueMatches(AttributeType type, AttributeValue value) method in class:MatchedValuesFilter
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java203 public boolean valueMatches(AttributeType type, AttributeValue value) method in class:MatchedValuesControl
209 if (f.valueMatches(type, value))
H A DMatchedValuesFilter.java1317 public boolean valueMatches(AttributeType type, AttributeValue value) method in class:MatchedValuesFilter
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java204 public boolean valueMatches(AttributeType type, AttributeValue value) method in class:MatchedValuesControl
210 if (f.valueMatches(type, value))
H A DMatchedValuesFilter.java1317 public boolean valueMatches(AttributeType type, AttributeValue value) method in class:MatchedValuesFilter
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java204 public boolean valueMatches(AttributeType type, AttributeValue value) method in class:MatchedValuesControl
210 if (f.valueMatches(type, value))
H A DMatchedValuesFilter.java1317 public boolean valueMatches(AttributeType type, AttributeValue value) method in class:MatchedValuesFilter
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java203 public boolean valueMatches(AttributeType type, AttributeValue value) method in class:MatchedValuesControl
209 if (f.valueMatches(type, value))
H A DMatchedValuesFilter.java1317 public boolean valueMatches(AttributeType type, AttributeValue value) method in class:MatchedValuesFilter
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DMatchedValuesControl.java193 public boolean valueMatches(AttributeType type, ByteString value) method in class:MatchedValuesControl
199 if (f.valueMatches(type, value))
H A DMatchedValuesFilter.java1091 public boolean valueMatches(AttributeType type, ByteString value) method in class:MatchedValuesFilter

Completed in 50 milliseconds