Searched defs:subFinal (Results 1 - 25 of 127) sorted by relevance

123456

/forgerock/opendj2/src/server/org/opends/server/api/
H A DSubstringMatchingRule.java80 * @param subFinal The normalized substring value fragment
90 ByteSequence subFinal)
156 if (subFinal != null)
158 int finalLength = subFinal.length();
168 if (subFinal.byteAt(i) != value.byteAt(pos))
87 valueMatchesSubstring(ByteSequence value, ByteSequence subInitial, List<ByteSequence> subAnyElements, ByteSequence subFinal) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DSubstringMatchingRule.java81 * @param subFinal The normalized substring value fragment
91 ByteSequence subFinal)
157 if (subFinal != null)
159 int finalLength = subFinal.length();
169 if (subFinal.byteAt(i) != value.byteAt(pos))
88 valueMatchesSubstring(ByteSequence value, ByteSequence subInitial, List<ByteSequence> subAnyElements, ByteSequence subFinal) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DSubstringMatchingRule.java81 * @param subFinal The normalized substring value fragment
91 ByteSequence subFinal)
157 if (subFinal != null)
159 int finalLength = subFinal.length();
169 if (subFinal.byteAt(i) != value.byteAt(pos))
88 valueMatchesSubstring(ByteSequence value, ByteSequence subInitial, List<ByteSequence> subAnyElements, ByteSequence subFinal) argument
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DSubstringMatchingRule.java80 * @param subFinal The normalized substring value fragment
90 ByteSequence subFinal)
156 if (subFinal != null)
158 int finalLength = subFinal.length();
168 if (subFinal.byteAt(i) != value.byteAt(pos))
87 valueMatchesSubstring(ByteSequence value, ByteSequence subInitial, List<ByteSequence> subAnyElements, ByteSequence subFinal) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DSubstringMatchingRule.java81 * @param subFinal The normalized substring value fragment
91 ByteSequence subFinal)
157 if (subFinal != null)
159 int finalLength = subFinal.length();
169 if (subFinal.byteAt(i) != value.byteAt(pos))
88 valueMatchesSubstring(ByteSequence value, ByteSequence subInitial, List<ByteSequence> subAnyElements, ByteSequence subFinal) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DSchemaTestMatchingRuleImpl.java80 List<? extends ByteSequence> subAnyElements, ByteSequence subFinal) throws DecodeException
82 return caseIgnoreMatchingRule.getSubstringAssertion(subInitial, subAnyElements, subFinal);
79 getSubstringAssertion(Schema schema, ByteSequence subInitial, List<? extends ByteSequence> subAnyElements, ByteSequence subFinal) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DEntryUUIDVirtualAttributeProvider.java171 ByteString subFinal)
167 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
H A DGoverningStructureRuleVirtualAttributeProvider.java134 ByteString subFinal)
130 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
H A DHasSubordinatesVirtualAttributeProvider.java200 ByteString subFinal)
196 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
H A DNumSubordinatesVirtualAttributeProvider.java200 ByteString subFinal)
196 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
H A DStructuralObjectClassVirtualAttributeProvider.java128 ByteString subFinal)
124 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
H A DSubschemaSubentryVirtualAttributeProvider.java121 ByteString subFinal)
117 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DCollectiveVirtualAttribute.java114 List<ByteString> subAny, ByteString subFinal) {
115 return attribute.matchesSubstring(subInitial, subAny, subFinal);
113 matchesSubstring(ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java87 PatternRDN[] subFinal = null; field in class:PatternDN
116 * @param subFinal The sequence of RDN patterns appearing at the
121 PatternRDN[] subFinal)
126 this.subFinal = subFinal;
229 if (subFinal != null)
231 int finalLength = subFinal.length;
241 if (!subFinal[i].matchesRDN(dn.getRDN(pos)))
272 patternDN.subFinal = patternDN.equality;
648 PatternRDN[] subFinal
119 PatternDN(PatternRDN[] subInitial, List<PatternRDN[]> subAnyElements, PatternRDN[] subFinal) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DEntryUUIDVirtualAttributeProvider.java132 ByteString subFinal)
128 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
H A DGoverningStructureRuleVirtualAttributeProvider.java99 ByteString subFinal)
95 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
H A DHasSubordinatesVirtualAttributeProvider.java158 ByteString subFinal)
154 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
H A DNumSubordinatesVirtualAttributeProvider.java156 ByteString subFinal)
152 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
H A DStructuralObjectClassVirtualAttributeProvider.java93 ByteString subFinal)
89 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
H A DSubschemaSubentryVirtualAttributeProvider.java90 ByteString subFinal)
86 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java88 PatternRDN[] subFinal = null; field in class:PatternDN
117 * @param subFinal The sequence of RDN patterns appearing at the
122 PatternRDN[] subFinal)
127 this.subFinal = subFinal;
230 if (subFinal != null)
232 int finalLength = subFinal.length;
242 if (!subFinal[i].matchesRDN(dn.getRDN(pos)))
273 patternDN.subFinal = patternDN.equality;
649 PatternRDN[] subFinal
120 PatternDN(PatternRDN[] subInitial, List<PatternRDN[]> subAnyElements, PatternRDN[] subFinal) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DMatchedValuesControlTest.java228 { "description", "subInitial" ,l, "subFinal" },
239 List<String> subAny, String subFinal) throws Exception
252 ByteString subFinalTest = ByteString.valueOf(subFinal);
238 checkCreateSubstringsFilter(String type, String subInitial, List<String> subAny, String subFinal) argument
/forgerock/opendj2/src/server/org/opends/server/types/
H A DCollectiveVirtualAttribute.java113 List<ByteString> subAny, ByteString subFinal) {
114 return attribute.matchesSubstring(subInitial, subAny, subFinal);
112 matchesSubstring(ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DMatchedValuesControlTest.java230 { "description", "subInitial" ,l, "subFinal" },
241 List<String> subAny, String subFinal) throws Exception
254 ByteString subFinalTest = ByteString.valueOf(subFinal);
240 checkCreateSubstringsFilter(String type, String subInitial, List<String> subAny, String subFinal) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternDN.java88 PatternRDN[] subFinal = null; field in class:PatternDN
117 * @param subFinal The sequence of RDN patterns appearing at the
122 PatternRDN[] subFinal)
127 this.subFinal = subFinal;
230 if (subFinal != null)
232 int finalLength = subFinal.length;
242 if (!subFinal[i].matchesRDN(dn.getRDN(pos)))
273 patternDN.subFinal = patternDN.equality;
649 PatternRDN[] subFinal
120 PatternDN(PatternRDN[] subInitial, List<PatternRDN[]> subAnyElements, PatternRDN[] subFinal) argument
[all...]

Completed in 75 milliseconds

123456