Searched defs:matchingRules (Results 1 - 25 of 29) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java49 private Set<MatchingRule> matchingRules; field in class:TimeBasedMatchingRuleFactory
56 matchingRules = new HashSet<>();
58 matchingRules.add(CoreSchema.getInstance().getMatchingRule("1.3.6.1.4.1.26027.1.4.5"));
60 matchingRules.add(CoreSchema.getInstance().getMatchingRule("1.3.6.1.4.1.26027.1.4.6"));
62 matchingRules.add(CoreSchema.getInstance().getMatchingRule("1.3.6.1.4.1.26027.1.4.7"));
69 return Collections.unmodifiableCollection(matchingRules);
H A DCollationMatchingRuleFactory.java71 private final Map<String, MatchingRule> matchingRules = new HashMap<>(); field in class:CollationMatchingRuleFactory
84 return Collections.unmodifiableCollection(matchingRules.values());
97 matchingRules.put(oid, matchingRule);
105 matchingRules.clear();
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java94 private Set<MatchingRule> matchingRules; field in class:TimeBasedMatchingRuleFactory
127 matchingRules = new HashSet<MatchingRule>();
129 matchingRules.add(greaterThanRTMRule);
131 matchingRules.add(lessThanRTMRule);
133 matchingRules.add(partialDTMatchingRule);
144 return Collections.unmodifiableCollection(matchingRules);
H A DCollationMatchingRuleFactory.java108 private final Map<String, MatchingRule> matchingRules; field in class:CollationMatchingRuleFactory
123 // Initialize the matchingRules.
124 matchingRules = new HashMap<String, MatchingRule>();
135 return Collections.unmodifiableCollection(matchingRules.values());
151 matchingRules.put(oid, matchingRule);
165 return matchingRules.get(oid);
175 matchingRules.clear();
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java93 private Set<MatchingRule> matchingRules; field in class:TimeBasedMatchingRuleFactory
126 matchingRules = new HashSet<MatchingRule>();
128 matchingRules.add(greaterThanRTMRule);
130 matchingRules.add(lessThanRTMRule);
132 matchingRules.add(partialDTMatchingRule);
143 return Collections.unmodifiableCollection(matchingRules);
H A DCollationMatchingRuleFactory.java107 private final Map<String, MatchingRule> matchingRules; field in class:CollationMatchingRuleFactory
122 // Initialize the matchingRules.
123 matchingRules = new HashMap<String, MatchingRule>();
134 return Collections.unmodifiableCollection(matchingRules.values());
150 matchingRules.put(oid, matchingRule);
164 return matchingRules.get(oid);
174 matchingRules.clear();
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java94 private Set<MatchingRule> matchingRules; field in class:TimeBasedMatchingRuleFactory
127 matchingRules = new HashSet<MatchingRule>();
129 matchingRules.add(greaterThanRTMRule);
131 matchingRules.add(lessThanRTMRule);
133 matchingRules.add(partialDTMatchingRule);
144 return Collections.unmodifiableCollection(matchingRules);
H A DCollationMatchingRuleFactory.java108 private final Map<String, MatchingRule> matchingRules; field in class:CollationMatchingRuleFactory
123 // Initialize the matchingRules.
124 matchingRules = new HashMap<String, MatchingRule>();
135 return Collections.unmodifiableCollection(matchingRules.values());
151 matchingRules.put(oid, matchingRule);
165 return matchingRules.get(oid);
175 matchingRules.clear();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java94 private Set<MatchingRule> matchingRules; field in class:TimeBasedMatchingRuleFactory
127 matchingRules = new HashSet<MatchingRule>();
129 matchingRules.add(greaterThanRTMRule);
131 matchingRules.add(lessThanRTMRule);
133 matchingRules.add(partialDTMatchingRule);
144 return Collections.unmodifiableCollection(matchingRules);
H A DCollationMatchingRuleFactory.java108 private final Map<String, MatchingRule> matchingRules; field in class:CollationMatchingRuleFactory
123 // Initialize the matchingRules.
124 matchingRules = new HashMap<String, MatchingRule>();
135 return Collections.unmodifiableCollection(matchingRules.values());
151 matchingRules.put(oid, matchingRule);
165 return matchingRules.get(oid);
175 matchingRules.clear();
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java93 private Set<MatchingRule> matchingRules; field in class:TimeBasedMatchingRuleFactory
126 matchingRules = new HashSet<MatchingRule>();
128 matchingRules.add(greaterThanRTMRule);
130 matchingRules.add(lessThanRTMRule);
132 matchingRules.add(partialDTMatchingRule);
143 return Collections.unmodifiableCollection(matchingRules);
H A DCollationMatchingRuleFactory.java107 private final Map<String, MatchingRule> matchingRules; field in class:CollationMatchingRuleFactory
122 // Initialize the matchingRules.
123 matchingRules = new HashMap<String, MatchingRule>();
134 return Collections.unmodifiableCollection(matchingRules.values());
150 matchingRules.put(oid, matchingRule);
164 return matchingRules.get(oid);
174 matchingRules.clear();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java164 private CategoryTreeNode matchingRules = field in class:BrowseSchemaPanel
172 objectClasses, attributes, matchingRules, syntaxes
178 configurationAttributes, matchingRules, syntaxes
1724 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java163 private CategoryTreeNode matchingRules = field in class:BrowseSchemaPanel
171 objectClasses, attributes, matchingRules, syntaxes
177 configurationAttributes, matchingRules, syntaxes
1723 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java164 private CategoryTreeNode matchingRules = field in class:BrowseSchemaPanel
172 objectClasses, attributes, matchingRules, syntaxes
178 configurationAttributes, matchingRules, syntaxes
1724 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java163 private CategoryTreeNode matchingRules = field in class:BrowseSchemaPanel
171 objectClasses, attributes, matchingRules, syntaxes
177 configurationAttributes, matchingRules, syntaxes
1723 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java164 private CategoryTreeNode matchingRules = field in class:BrowseSchemaPanel
172 objectClasses, attributes, matchingRules, syntaxes
178 configurationAttributes, matchingRules, syntaxes
1724 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java128 private ConcurrentHashMap<String,MatchingRule> matchingRules; field in class:Schema
250 matchingRules = new ConcurrentHashMap<String,MatchingRule>();
1090 return matchingRules;
1120 return matchingRules.containsKey(lowerName);
1138 return matchingRules.get(lowerName);
1189 synchronized (matchingRules)
1194 if (matchingRules.containsKey(oid))
1196 MatchingRule conflictingRule = matchingRules.get(oid);
1210 if (matchingRules.containsKey(name))
1213 matchingRules
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java131 private ConcurrentHashMap<String,MatchingRule> matchingRules; field in class:Schema
266 matchingRules = new ConcurrentHashMap<String,MatchingRule>();
1106 return matchingRules;
1136 return matchingRules.containsKey(lowerName);
1154 return matchingRules.get(lowerName);
1205 synchronized (matchingRules)
1210 if (matchingRules.containsKey(oid))
1212 MatchingRule conflictingRule = matchingRules.get(oid);
1226 if (matchingRules.containsKey(name))
1229 matchingRules
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java129 private ConcurrentHashMap<String,MatchingRule> matchingRules; field in class:Schema
251 matchingRules = new ConcurrentHashMap<String,MatchingRule>();
1091 return matchingRules;
1121 return matchingRules.containsKey(lowerName);
1139 return matchingRules.get(lowerName);
1190 synchronized (matchingRules)
1195 if (matchingRules.containsKey(oid))
1197 MatchingRule conflictingRule = matchingRules.get(oid);
1211 if (matchingRules.containsKey(name))
1214 matchingRules
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java128 private ConcurrentHashMap<String,MatchingRule> matchingRules; field in class:Schema
250 matchingRules = new ConcurrentHashMap<String,MatchingRule>();
1090 return matchingRules;
1120 return matchingRules.containsKey(lowerName);
1138 return matchingRules.get(lowerName);
1189 synchronized (matchingRules)
1194 if (matchingRules.containsKey(oid))
1196 MatchingRule conflictingRule = matchingRules.get(oid);
1210 if (matchingRules.containsKey(name))
1213 matchingRules
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java131 private ConcurrentHashMap<String,MatchingRule> matchingRules; field in class:Schema
266 matchingRules = new ConcurrentHashMap<String,MatchingRule>();
1106 return matchingRules;
1136 return matchingRules.containsKey(lowerName);
1154 return matchingRules.get(lowerName);
1205 synchronized (matchingRules)
1210 if (matchingRules.containsKey(oid))
1212 MatchingRule conflictingRule = matchingRules.get(oid);
1226 if (matchingRules.containsKey(name))
1229 matchingRules
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java154 private final CategoryTreeNode matchingRules = field in class:BrowseSchemaPanel
158 private final CategoryTreeNode[] underRootNodes = { objectClasses, attributes, matchingRules, syntaxes };
160 customAttributes, configurationObjectClasses, configurationAttributes, matchingRules, syntaxes };
1473 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java124 private ConcurrentHashMap<String,MatchingRule> matchingRules; field in class:Schema
197 matchingRules = new ConcurrentHashMap<>();
902 return matchingRules;
920 return matchingRules.containsKey(lowerName);
938 return matchingRules.get(lowerName);
961 synchronized (matchingRules)
966 if (matchingRules.containsKey(oid))
968 MatchingRule conflictingRule = matchingRules.get(oid);
981 if (matchingRules.containsKey(name))
983 MatchingRule conflictingRule = matchingRules
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...

Completed in 313 milliseconds

12