Searched refs:rawAttributeType (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DCompareOperationBasis.java83 private String rawAttributeType; field in class:CompareOperationBasis
99 * @param rawAttributeType The raw attribute type for the compare operation.
105 ByteString rawEntryDN, String rawAttributeType,
112 this.rawAttributeType = rawAttributeType;
153 rawAttributeType = attributeType.getNameOrOID();
199 return rawAttributeType;
204 public final void setRawAttributeType(String rawAttributeType) argument
206 this.rawAttributeType = rawAttributeType;
102 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
H A DCompareOperation.java85 * @param rawAttributeType The raw attribute type for this compare
88 void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java172 private final String rawAttributeType; field in class:MatchedValuesFilter
183 * @param rawAttributeType The raw, unprocessed attribute type.
190 private MatchedValuesFilter(byte matchType, String rawAttributeType, argument
196 this.rawAttributeType = rawAttributeType;
221 * @param rawAttributeType The raw, unprocessed attribute type.
227 String rawAttributeType,
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
232 return new MatchedValuesFilter(EQUALITY_MATCH_TYPE, rawAttributeType,
251 String rawAttributeType
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
275 createSubstringsFilter( String rawAttributeType, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
419 createPresentFilter(String rawAttributeType) 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.java172 private final String rawAttributeType; field in class:MatchedValuesFilter
183 * @param rawAttributeType The raw, unprocessed attribute type.
190 private MatchedValuesFilter(byte matchType, String rawAttributeType, argument
196 this.rawAttributeType = rawAttributeType;
221 * @param rawAttributeType The raw, unprocessed attribute type.
227 String rawAttributeType,
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
232 return new MatchedValuesFilter(EQUALITY_MATCH_TYPE, rawAttributeType,
251 String rawAttributeType
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
275 createSubstringsFilter( String rawAttributeType, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
419 createPresentFilter(String rawAttributeType) 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.java172 private final String rawAttributeType; field in class:MatchedValuesFilter
183 * @param rawAttributeType The raw, unprocessed attribute type.
190 private MatchedValuesFilter(byte matchType, String rawAttributeType, argument
196 this.rawAttributeType = rawAttributeType;
221 * @param rawAttributeType The raw, unprocessed attribute type.
227 String rawAttributeType,
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
232 return new MatchedValuesFilter(EQUALITY_MATCH_TYPE, rawAttributeType,
251 String rawAttributeType
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
275 createSubstringsFilter( String rawAttributeType, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
419 createPresentFilter(String rawAttributeType) 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.java172 private final String rawAttributeType; field in class:MatchedValuesFilter
183 * @param rawAttributeType The raw, unprocessed attribute type.
190 private MatchedValuesFilter(byte matchType, String rawAttributeType, argument
196 this.rawAttributeType = rawAttributeType;
221 * @param rawAttributeType The raw, unprocessed attribute type.
227 String rawAttributeType,
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
232 return new MatchedValuesFilter(EQUALITY_MATCH_TYPE, rawAttributeType,
251 String rawAttributeType
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
275 createSubstringsFilter( String rawAttributeType, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
419 createPresentFilter(String rawAttributeType) 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.java172 private final String rawAttributeType; field in class:MatchedValuesFilter
183 * @param rawAttributeType The raw, unprocessed attribute type.
190 private MatchedValuesFilter(byte matchType, String rawAttributeType, argument
196 this.rawAttributeType = rawAttributeType;
221 * @param rawAttributeType The raw, unprocessed attribute type.
227 String rawAttributeType,
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
232 return new MatchedValuesFilter(EQUALITY_MATCH_TYPE, rawAttributeType,
251 String rawAttributeType
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
275 createSubstringsFilter( String rawAttributeType, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
419 createPresentFilter(String rawAttributeType) 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.java88 private final String rawAttributeType; field in class:MatchedValuesFilter
120 * @param rawAttributeType The raw, unprocessed attribute type.
127 private MatchedValuesFilter(byte matchType, String rawAttributeType, argument
133 this.rawAttributeType = rawAttributeType;
146 * @param rawAttributeType The raw, unprocessed attribute type.
152 String rawAttributeType,
155 Reject.ifNull(rawAttributeType,rawAssertionValue);
157 return new MatchedValuesFilter(EQUALITY_MATCH_TYPE, rawAttributeType,
176 String rawAttributeType
151 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
199 createSubstringsFilter( String rawAttributeType, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
249 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
296 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
341 createPresentFilter(String rawAttributeType) argument
381 createApproximateFilter( String rawAttributeType, ByteString rawAssertionValue) argument
428 createExtensibleMatchFilter( String rawAttributeType, String matchingRuleID, ByteString rawAssertionValue) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DCompareOperationBasis.java91 private String rawAttributeType; field in class:CompareOperationBasis
107 * @param rawAttributeType The raw attribute type for the compare operation.
113 ByteString rawEntryDN, String rawAttributeType,
120 this.rawAttributeType = rawAttributeType;
161 rawAttributeType = attributeType.getNameOrOID();
222 return rawAttributeType;
230 public final void setRawAttributeType(String rawAttributeType) argument
232 this.rawAttributeType = rawAttributeType;
110 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
H A DCompareOperation.java84 * @param rawAttributeType The raw attribute type for this compare
87 public void setRawAttributeType(String rawAttributeType); argument
H A DCompareOperationWrapper.java100 public void setRawAttributeType(String rawAttributeType) argument
102 getOperation().setRawAttributeType(rawAttributeType);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DCompareOperationBasis.java91 private String rawAttributeType; field in class:CompareOperationBasis
107 * @param rawAttributeType The raw attribute type for the compare operation.
113 ByteString rawEntryDN, String rawAttributeType,
120 this.rawAttributeType = rawAttributeType;
161 rawAttributeType = attributeType.getNameOrOID();
222 return rawAttributeType;
230 public final void setRawAttributeType(String rawAttributeType) argument
232 this.rawAttributeType = rawAttributeType;
110 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
H A DCompareOperation.java84 * @param rawAttributeType The raw attribute type for this compare
87 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DCompareOperationBasis.java91 private String rawAttributeType; field in class:CompareOperationBasis
107 * @param rawAttributeType The raw attribute type for the compare operation.
113 ByteString rawEntryDN, String rawAttributeType,
120 this.rawAttributeType = rawAttributeType;
161 rawAttributeType = attributeType.getNameOrOID();
222 return rawAttributeType;
230 public final void setRawAttributeType(String rawAttributeType) argument
232 this.rawAttributeType = rawAttributeType;
110 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
H A DCompareOperation.java84 * @param rawAttributeType The raw attribute type for this compare
87 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DCompareOperationBasis.java86 private String rawAttributeType; field in class:CompareOperationBasis
102 * @param rawAttributeType The raw attribute type for the compare operation.
108 ByteString rawEntryDN, String rawAttributeType,
115 this.rawAttributeType = rawAttributeType;
156 rawAttributeType = attributeType.getNameOrOID();
221 return rawAttributeType;
230 public final void setRawAttributeType(String rawAttributeType) argument
232 this.rawAttributeType = rawAttributeType;
105 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
H A DCompareOperation.java83 * @param rawAttributeType The raw attribute type for this compare
86 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DCompareOperationBasis.java86 private String rawAttributeType; field in class:CompareOperationBasis
102 * @param rawAttributeType The raw attribute type for the compare operation.
108 ByteString rawEntryDN, String rawAttributeType,
115 this.rawAttributeType = rawAttributeType;
156 rawAttributeType = attributeType.getNameOrOID();
221 return rawAttributeType;
230 public final void setRawAttributeType(String rawAttributeType) argument
232 this.rawAttributeType = rawAttributeType;
105 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
H A DCompareOperation.java83 * @param rawAttributeType The raw attribute type for this compare
86 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPreParseCompareOperation.java81 * @param rawAttributeType The raw attribute type for this compare
84 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPreParseCompareOperation.java80 * @param rawAttributeType The raw attribute type for this compare
83 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPreParseCompareOperation.java81 * @param rawAttributeType The raw attribute type for this compare
84 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPreParseCompareOperation.java81 * @param rawAttributeType The raw attribute type for this compare
84 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPreParseCompareOperation.java80 * @param rawAttributeType The raw attribute type for this compare
83 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPreParseCompareOperation.java81 * @param rawAttributeType The raw attribute type for this compare
84 void setRawAttributeType(String rawAttributeType); argument

Completed in 83 milliseconds

12