Searched defs:rules (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DVirtualAttributeConfigManager.java89 // virtual attribute rules.
90 private ConcurrentHashMap<DN,VirtualAttributeRule> rules; field in class:VirtualAttributeConfigManager
99 rules = new ConcurrentHashMap<DN,VirtualAttributeRule>();
197 rules.put(cfg.dn(), rule);
337 rules.put(configuration.dn(), rule);
369 VirtualAttributeRule rule = rules.remove(configuration.dn());
446 VirtualAttributeRule existingRule = rules.get(configuration.dn());
455 rules.remove(configuration.dn());
520 rules.put(configuration.dn(), rule);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DVirtualAttributeConfigManager.java89 // virtual attribute rules.
90 private ConcurrentHashMap<DN,VirtualAttributeRule> rules; field in class:VirtualAttributeConfigManager
99 rules = new ConcurrentHashMap<DN,VirtualAttributeRule>();
197 rules.put(cfg.dn(), rule);
337 rules.put(configuration.dn(), rule);
369 VirtualAttributeRule rule = rules.remove(configuration.dn());
446 VirtualAttributeRule existingRule = rules.get(configuration.dn());
455 rules.remove(configuration.dn());
520 rules.put(configuration.dn(), rule);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DVirtualAttributeConfigManager.java89 // virtual attribute rules.
90 private ConcurrentHashMap<DN,VirtualAttributeRule> rules; field in class:VirtualAttributeConfigManager
99 rules = new ConcurrentHashMap<DN,VirtualAttributeRule>();
197 rules.put(cfg.dn(), rule);
337 rules.put(configuration.dn(), rule);
369 VirtualAttributeRule rule = rules.remove(configuration.dn());
446 VirtualAttributeRule existingRule = rules.get(configuration.dn());
455 rules.remove(configuration.dn());
520 rules.put(configuration.dn(), rule);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DVirtualAttributeConfigManager.java72 * attribute rules.
74 private final ConcurrentMap<DN, VirtualAttributeRule> rules = field in class:VirtualAttributeConfigManager
161 rules.put(cfg.dn(), rule);
287 rules.put(configuration.dn(), rule);
312 VirtualAttributeRule rule = rules.remove(configuration.dn());
373 VirtualAttributeRule existingRule = rules.get(configuration.dn());
382 rules.remove(configuration.dn());
423 rules.put(configuration.dn(), rule);
497 * Retrieves the collection of registered virtual attribute rules.
499 * @return The collection of registered virtual attribute rules
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAddressMask.java42 /* These are all valid rules -- should all pass. */
212 public void testMatch(String[] rules, String[] addrs, String[] hostNames) argument
215 assertTrue(match(rules, addrs, hostNames));
219 public void testWildCardMatch(String[] rules, String[] addrs, argument
222 assertTrue(match(rules, addrs, hostNames));
226 public void testNoMatch(String[] rules, String[] addrs, String[] hostNames) argument
229 assertFalse(match(rules, addrs, hostNames));
245 private boolean match(String[] rules, String[] addrs, String[] hostNames) argument
250 Collection<AddressMask> m = new ArrayList<AddressMask>(rules.length);
252 for (i = 0; i < rules
360 testMatch6(String[] rules, String[] addrs, String[] hostNames) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAddressMask.java41 /* These are all valid rules -- should all pass. */
211 public void testMatch(String[] rules, String[] addrs, String[] hostNames) argument
214 assertTrue(match(rules, addrs, hostNames));
218 public void testWildCardMatch(String[] rules, String[] addrs, argument
221 assertTrue(match(rules, addrs, hostNames));
225 public void testNoMatch(String[] rules, String[] addrs, String[] hostNames) argument
228 assertFalse(match(rules, addrs, hostNames));
244 private boolean match(String[] rules, String[] addrs, String[] hostNames) argument
249 Collection<AddressMask> m = new ArrayList<AddressMask>(rules.length);
251 for (i = 0; i < rules
359 testMatch6(String[] rules, String[] addrs, String[] hostNames) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAddressMask.java42 /* These are all valid rules -- should all pass. */
212 public void testMatch(String[] rules, String[] addrs, String[] hostNames) argument
215 assertTrue(match(rules, addrs, hostNames));
219 public void testWildCardMatch(String[] rules, String[] addrs, argument
222 assertTrue(match(rules, addrs, hostNames));
226 public void testNoMatch(String[] rules, String[] addrs, String[] hostNames) argument
229 assertFalse(match(rules, addrs, hostNames));
245 private boolean match(String[] rules, String[] addrs, String[] hostNames) argument
250 Collection<AddressMask> m = new ArrayList<AddressMask>(rules.length);
252 for (i = 0; i < rules
360 testMatch6(String[] rules, String[] addrs, String[] hostNames) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAddressMask.java41 /* These are all valid rules -- should all pass. */
211 public void testMatch(String[] rules, String[] addrs, String[] hostNames) argument
214 assertTrue(match(rules, addrs, hostNames));
218 public void testWildCardMatch(String[] rules, String[] addrs, argument
221 assertTrue(match(rules, addrs, hostNames));
225 public void testNoMatch(String[] rules, String[] addrs, String[] hostNames) argument
228 assertFalse(match(rules, addrs, hostNames));
244 private boolean match(String[] rules, String[] addrs, String[] hostNames) argument
249 Collection<AddressMask> m = new ArrayList<AddressMask>(rules.length);
251 for (i = 0; i < rules
359 testMatch6(String[] rules, String[] addrs, String[] hostNames) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAddressMask.java42 /* These are all valid rules -- should all pass. */
212 public void testMatch(String[] rules, String[] addrs, String[] hostNames) argument
215 assertTrue(match(rules, addrs, hostNames));
219 public void testWildCardMatch(String[] rules, String[] addrs, argument
222 assertTrue(match(rules, addrs, hostNames));
226 public void testNoMatch(String[] rules, String[] addrs, String[] hostNames) argument
229 assertFalse(match(rules, addrs, hostNames));
245 private boolean match(String[] rules, String[] addrs, String[] hostNames) argument
250 Collection<AddressMask> m = new ArrayList<AddressMask>(rules.length);
252 for (i = 0; i < rules
360 testMatch6(String[] rules, String[] addrs, String[] hostNames) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DVirtualAttributeConfigManager.java72 * attribute rules.
74 private final ConcurrentMap<DN, VirtualAttributeRule> rules = field in class:VirtualAttributeConfigManager
161 rules.put(cfg.dn(), rule);
287 rules.put(configuration.dn(), rule);
312 VirtualAttributeRule rule = rules.remove(configuration.dn());
373 VirtualAttributeRule existingRule = rules.get(configuration.dn());
382 rules.remove(configuration.dn());
423 rules.put(configuration.dn(), rule);
497 * Retrieves the collection of registered virtual attribute rules.
499 * @return The collection of registered virtual attribute rules
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DVirtualAttributeConfigManager.java71 * attribute rules.
73 private final ConcurrentMap<DN, VirtualAttributeRule> rules = new ConcurrentHashMap<>(); field in class:VirtualAttributeConfigManager
160 rules.put(cfg.dn(), rule);
276 rules.put(configuration.dn(), rule);
299 VirtualAttributeRule rule = rules.remove(configuration.dn());
358 VirtualAttributeRule existingRule = rules.get(configuration.dn());
367 rules.remove(configuration.dn());
405 rules.put(configuration.dn(), rule);
477 * Retrieves the collection of registered virtual attribute rules.
479 * @return The collection of registered virtual attribute rules
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicy.java58 * A policy contains a set of rules associated with a collection of
113 private Map rules = new HashMap(); field in class:Policy
552 return (new HashSet(rules.keySet()));
568 Rule rule = (Rule) rules.get(ruleName);
596 if (rules.containsKey(rule.getName())) {
600 } else if (rules.containsValue(rule)) {
606 rules.put(rule.getName(), rule);
629 rules.put(rule.getName(), rule);
644 return ((Rule) rules.remove(ruleName));
1345 if (rules
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicy.java58 * A policy contains a set of rules associated with a collection of
113 private Map rules = new HashMap(); field in class:Policy
552 return (new HashSet(rules.keySet()));
568 Rule rule = (Rule) rules.get(ruleName);
596 if (rules.containsKey(rule.getName())) {
600 } else if (rules.containsValue(rule)) {
606 rules.put(rule.getName(), rule);
629 rules.put(rule.getName(), rule);
644 return ((Rule) rules.remove(ruleName));
1345 if (rules
[all...]
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jar ... jersey/server/impl/uri/ com/sun/jersey/server/impl/uri/rules/ com/sun/jersey/server/impl/uri/rules/automata/ com/sun ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jar ... jersey/server/impl/uri/ com/sun/jersey/server/impl/uri/rules/ com/sun/jersey/server/impl/uri/rules/automata/ com/sun ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 154 milliseconds

12