Searched defs:dns (Results 1 - 25 of 64) sorted by relevance

123

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java76 ArrayList<DN> dns = new ArrayList<DN>();
80 dns, listeners);
86 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
100 * @param dns The list into which to add the DNs of the
106 ArrayList<DN> dns,
111 dns.add(configEntry.getDN());
119 getChangeListeners(e, dns, listeners);
105 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DDNSTestCase.java38 private DNS dns=new DNS(null, null); field in class:DNSTestCase
45 { "very.long.dns.foo.example.com", "*.example.com" },
56 { "very.long.dns.example.com", "very.long.dns.example.com" },
68 { "very.long.dns.example.com", "very.long.dns.test.com" },
82 assertTrue(dns.evalHostName(hostArray, patArray));
94 assertTrue(dns.evalHostName(hostArray, patArray));
107 assertFalse(dns.evalHostName(hostArray, patArray));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java75 ArrayList<DN> dns = new ArrayList<DN>();
79 dns, listeners);
85 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
99 * @param dns The list into which to add the DNs of the
105 ArrayList<DN> dns,
110 dns.add(configEntry.getDN());
118 getChangeListeners(e, dns, listeners);
104 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DDNSTestCase.java37 private DNS dns=new DNS(null, null); field in class:DNSTestCase
44 { "very.long.dns.foo.example.com", "*.example.com" },
55 { "very.long.dns.example.com", "very.long.dns.example.com" },
67 { "very.long.dns.example.com", "very.long.dns.test.com" },
81 assertTrue(dns.evalHostName(hostArray, patArray));
93 assertTrue(dns.evalHostName(hostArray, patArray));
106 assertFalse(dns.evalHostName(hostArray, patArray));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java76 ArrayList<DN> dns = new ArrayList<DN>();
80 dns, listeners);
86 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
100 * @param dns The list into which to add the DNs of the
106 ArrayList<DN> dns,
111 dns.add(configEntry.getDN());
119 getChangeListeners(e, dns, listeners);
105 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DDNSTestCase.java38 private DNS dns=new DNS(null, null); field in class:DNSTestCase
45 { "very.long.dns.foo.example.com", "*.example.com" },
56 { "very.long.dns.example.com", "very.long.dns.example.com" },
68 { "very.long.dns.example.com", "very.long.dns.test.com" },
82 assertTrue(dns.evalHostName(hostArray, patArray));
94 assertTrue(dns.evalHostName(hostArray, patArray));
107 assertFalse(dns.evalHostName(hostArray, patArray));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java75 ArrayList<DN> dns = new ArrayList<DN>();
79 dns, listeners);
85 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
99 * @param dns The list into which to add the DNs of the
105 ArrayList<DN> dns,
110 dns.add(configEntry.getDN());
118 getChangeListeners(e, dns, listeners);
104 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DDNSTestCase.java37 private DNS dns=new DNS(null, null); field in class:DNSTestCase
44 { "very.long.dns.foo.example.com", "*.example.com" },
55 { "very.long.dns.example.com", "very.long.dns.example.com" },
67 { "very.long.dns.example.com", "very.long.dns.test.com" },
81 assertTrue(dns.evalHostName(hostArray, patArray));
93 assertTrue(dns.evalHostName(hostArray, patArray));
106 assertFalse(dns.evalHostName(hostArray, patArray));
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java76 ArrayList<DN> dns = new ArrayList<DN>();
80 dns, listeners);
86 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
100 * @param dns The list into which to add the DNs of the
106 ArrayList<DN> dns,
111 dns.add(configEntry.getDN());
119 getChangeListeners(e, dns, listeners);
105 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DDNSTestCase.java38 private DNS dns=new DNS(null, null); field in class:DNSTestCase
45 { "very.long.dns.foo.example.com", "*.example.com" },
56 { "very.long.dns.example.com", "very.long.dns.example.com" },
68 { "very.long.dns.example.com", "very.long.dns.test.com" },
82 assertTrue(dns.evalHostName(hostArray, patArray));
94 assertTrue(dns.evalHostName(hostArray, patArray));
107 assertFalse(dns.evalHostName(hostArray, patArray));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/api/
H A DConfigChangeListenerTestCase.java74 ArrayList<DN> dns = new ArrayList<>();
76 getChangeListeners(DirectoryServer.getConfigHandler().getConfigRootEntry(), dns, listeners);
81 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
94 * @param dns The list into which to add the DNs of the
100 ArrayList<DN> dns,
105 dns.add(configEntry.getDN());
113 getChangeListeners(e, dns, listeners);
99 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DDNSTestCase.java37 private DNS dns=new DNS(null, null); field in class:DNSTestCase
44 { "very.long.dns.foo.example.com", "*.example.com" },
55 { "very.long.dns.example.com", "very.long.dns.example.com" },
67 { "very.long.dns.example.com", "very.long.dns.test.com" },
81 assertTrue(dns.evalHostName(hostArray, patArray));
93 assertTrue(dns.evalHostName(hostArray, patArray));
106 assertFalse(dns.evalHostName(hostArray, patArray));
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DAndConditionEvalTest.java180 private Map<String, Set<String>> getEnvironment(String ipAddr, String dns) { argument
184 dnsMask.add(dns);
H A DOrConditionEvalTest.java179 private Map<String, Set<String>> getEnvironment(String ipAddr, String dns) { argument
183 dnsMask.add(dns);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DAndConditionEvalTest.java175 private Map<String, Set<String>> getEnvironment(String ipAddr, String dns) { argument
179 dnsMask.add(dns);
H A DOrConditionEvalTest.java174 private Map<String, Set<String>> getEnvironment(String ipAddr, String dns) { argument
178 dnsMask.add(dns);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java69 private LinkedHashSet<DN> dns = new LinkedHashSet<DN>(); field in class:AddToGroupTask
76 * @param dns the DNs of the entries we want to add to the groups.
80 Set<DN> dns, Set<DN> groupDns)
84 this.dns.addAll(dns);
193 getModifications(groupDn, dns);
238 * @param dns the list of entry DNs that must be added to the group.
244 Set<DN> dns) throws NamingException
272 for (DN newDn : dns)
291 for (DN newDn : dns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument
243 getModifications(DN groupDn, Set<DN> dns) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAddToGroupPanel.java80 private LinkedHashSet<DN> dns = new LinkedHashSet<DN>(); field in class:AddToGroupPanel
97 * @param dns the DN of the entries we want to add to groups.
99 public void setEntriesToAdd(Set<DN> dns) argument
102 for (DN dn : dns)
106 if (dns.size() > 5)
120 this.dns.clear();
121 this.dns.addAll(dns);
345 String[] dns = browseGroupPanel.getDNs();
346 if (dns
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java69 private LinkedHashSet<DN> dns = new LinkedHashSet<DN>(); field in class:AddToGroupTask
76 * @param dns the DNs of the entries we want to add to the groups.
80 Set<DN> dns, Set<DN> groupDns)
84 this.dns.addAll(dns);
193 getModifications(groupDn, dns);
238 * @param dns the list of entry DNs that must be added to the group.
244 Set<DN> dns) throws NamingException
282 for (DN newDn : dns)
301 for (DN newDn : dns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument
243 getModifications(DN groupDn, Set<DN> dns) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAddToGroupPanel.java81 private LinkedHashSet<DN> dns = new LinkedHashSet<DN>(); field in class:AddToGroupPanel
98 * @param dns the DN of the entries we want to add to groups.
100 public void setEntriesToAdd(Set<DN> dns) argument
103 for (DN dn : dns)
107 if (dns.size() > 5)
121 this.dns.clear();
122 this.dns.addAll(dns);
346 String[] dns = browseGroupPanel.getDNs();
347 if (dns
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java69 private LinkedHashSet<DN> dns = new LinkedHashSet<DN>(); field in class:AddToGroupTask
76 * @param dns the DNs of the entries we want to add to the groups.
80 Set<DN> dns, Set<DN> groupDns)
84 this.dns.addAll(dns);
193 getModifications(groupDn, dns);
238 * @param dns the list of entry DNs that must be added to the group.
244 Set<DN> dns) throws NamingException
272 for (DN newDn : dns)
291 for (DN newDn : dns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument
243 getModifications(DN groupDn, Set<DN> dns) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAddToGroupPanel.java80 private LinkedHashSet<DN> dns = new LinkedHashSet<DN>(); field in class:AddToGroupPanel
97 * @param dns the DN of the entries we want to add to groups.
99 public void setEntriesToAdd(Set<DN> dns) argument
102 for (DN dn : dns)
106 if (dns.size() > 5)
120 this.dns.clear();
121 this.dns.addAll(dns);
345 String[] dns = browseGroupPanel.getDNs();
346 if (dns
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java69 private LinkedHashSet<DN> dns = new LinkedHashSet<DN>(); field in class:AddToGroupTask
76 * @param dns the DNs of the entries we want to add to the groups.
80 Set<DN> dns, Set<DN> groupDns)
84 this.dns.addAll(dns);
193 getModifications(groupDn, dns);
238 * @param dns the list of entry DNs that must be added to the group.
244 Set<DN> dns) throws NamingException
282 for (DN newDn : dns)
301 for (DN newDn : dns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument
243 getModifications(DN groupDn, Set<DN> dns) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAddToGroupPanel.java81 private LinkedHashSet<DN> dns = new LinkedHashSet<DN>(); field in class:AddToGroupPanel
98 * @param dns the DN of the entries we want to add to groups.
100 public void setEntriesToAdd(Set<DN> dns) argument
103 for (DN dn : dns)
107 if (dns.size() > 5)
121 this.dns.clear();
122 this.dns.addAll(dns);
346 String[] dns = browseGroupPanel.getDNs();
347 if (dns
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java69 private LinkedHashSet<DN> dns = new LinkedHashSet<DN>(); field in class:AddToGroupTask
76 * @param dns the DNs of the entries we want to add to the groups.
80 Set<DN> dns, Set<DN> groupDns)
84 this.dns.addAll(dns);
193 getModifications(groupDn, dns);
238 * @param dns the list of entry DNs that must be added to the group.
244 Set<DN> dns) throws NamingException
272 for (DN newDn : dns)
291 for (DN newDn : dns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument
243 getModifications(DN groupDn, Set<DN> dns) argument
[all...]

Completed in 34 milliseconds

123