Searched defs:rawAssertionValue (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java132 private final ByteString rawAssertionValue; field in class:MatchedValuesFilter
184 * @param rawAssertionValue The raw, unprocessed assertion value.
191 ByteString rawAssertionValue,
197 this.rawAssertionValue = rawAssertionValue;
222 * @param rawAssertionValue The raw, unprocessed assertion value.
228 ByteString rawAssertionValue)
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
233 rawAssertionValue, null, null, null, null);
252 ByteString rawAssertionValue
190 MatchedValuesFilter(byte matchType, String rawAttributeType, ByteString rawAssertionValue, ByteString subInitial, List<ByteString> subAny, ByteString subFinal, String matchingRuleID) argument
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
459 createApproximateFilter( String rawAttributeType, ByteString rawAssertionValue) argument
507 createExtensibleMatchFilter( String rawAttributeType, String matchingRuleID, ByteString rawAssertionValue) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java132 private final ByteString rawAssertionValue; field in class:MatchedValuesFilter
184 * @param rawAssertionValue The raw, unprocessed assertion value.
191 ByteString rawAssertionValue,
197 this.rawAssertionValue = rawAssertionValue;
222 * @param rawAssertionValue The raw, unprocessed assertion value.
228 ByteString rawAssertionValue)
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
233 rawAssertionValue, null, null, null, null);
252 ByteString rawAssertionValue
190 MatchedValuesFilter(byte matchType, String rawAttributeType, ByteString rawAssertionValue, ByteString subInitial, List<ByteString> subAny, ByteString subFinal, String matchingRuleID) argument
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
459 createApproximateFilter( String rawAttributeType, ByteString rawAssertionValue) argument
507 createExtensibleMatchFilter( String rawAttributeType, String matchingRuleID, ByteString rawAssertionValue) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java132 private final ByteString rawAssertionValue; field in class:MatchedValuesFilter
184 * @param rawAssertionValue The raw, unprocessed assertion value.
191 ByteString rawAssertionValue,
197 this.rawAssertionValue = rawAssertionValue;
222 * @param rawAssertionValue The raw, unprocessed assertion value.
228 ByteString rawAssertionValue)
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
233 rawAssertionValue, null, null, null, null);
252 ByteString rawAssertionValue
190 MatchedValuesFilter(byte matchType, String rawAttributeType, ByteString rawAssertionValue, ByteString subInitial, List<ByteString> subAny, ByteString subFinal, String matchingRuleID) argument
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
459 createApproximateFilter( String rawAttributeType, ByteString rawAssertionValue) argument
507 createExtensibleMatchFilter( String rawAttributeType, String matchingRuleID, ByteString rawAssertionValue) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java132 private final ByteString rawAssertionValue; field in class:MatchedValuesFilter
184 * @param rawAssertionValue The raw, unprocessed assertion value.
191 ByteString rawAssertionValue,
197 this.rawAssertionValue = rawAssertionValue;
222 * @param rawAssertionValue The raw, unprocessed assertion value.
228 ByteString rawAssertionValue)
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
233 rawAssertionValue, null, null, null, null);
252 ByteString rawAssertionValue
190 MatchedValuesFilter(byte matchType, String rawAttributeType, ByteString rawAssertionValue, ByteString subInitial, List<ByteString> subAny, ByteString subFinal, String matchingRuleID) argument
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
459 createApproximateFilter( String rawAttributeType, ByteString rawAssertionValue) argument
507 createExtensibleMatchFilter( String rawAttributeType, String matchingRuleID, ByteString rawAssertionValue) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java132 private final ByteString rawAssertionValue; field in class:MatchedValuesFilter
184 * @param rawAssertionValue The raw, unprocessed assertion value.
191 ByteString rawAssertionValue,
197 this.rawAssertionValue = rawAssertionValue;
222 * @param rawAssertionValue The raw, unprocessed assertion value.
228 ByteString rawAssertionValue)
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
233 rawAssertionValue, null, null, null, null);
252 ByteString rawAssertionValue
190 MatchedValuesFilter(byte matchType, String rawAttributeType, ByteString rawAssertionValue, ByteString subInitial, List<ByteString> subAny, ByteString subFinal, String matchingRuleID) argument
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
459 createApproximateFilter( String rawAttributeType, ByteString rawAssertionValue) argument
507 createExtensibleMatchFilter( String rawAttributeType, String matchingRuleID, ByteString rawAssertionValue) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DMatchedValuesFilter.java104 private final ByteString rawAssertionValue; field in class:MatchedValuesFilter
121 * @param rawAssertionValue The raw, unprocessed assertion value.
128 ByteString rawAssertionValue,
134 this.rawAssertionValue = rawAssertionValue;
147 * @param rawAssertionValue The raw, unprocessed assertion value.
153 ByteString rawAssertionValue)
155 Reject.ifNull(rawAttributeType,rawAssertionValue);
158 rawAssertionValue, null, null, null, null);
245 * @param rawAssertionValue Th
127 MatchedValuesFilter(byte matchType, String rawAttributeType, ByteString rawAssertionValue, ByteString subInitial, List<ByteString> subAny, ByteString subFinal, String matchingRuleID) argument
151 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
249 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
296 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
381 createApproximateFilter( String rawAttributeType, ByteString rawAssertionValue) argument
428 createExtensibleMatchFilter( String rawAttributeType, String matchingRuleID, ByteString rawAssertionValue) argument
[all...]

Completed in 104 milliseconds