Searched refs:allowedClients (Results 1 - 22 of 22) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DIPConnectionCriteria.java50 private final Collection<AddressMask> allowedClients; field in class:IPConnectionCriteria
61 * @param allowedClients
66 public IPConnectionCriteria(Collection<AddressMask> allowedClients, argument
69 this.allowedClients = allowedClients;
88 if (!allowedClients.isEmpty()
89 && !AddressMask.maskListContains(ipAddr, allowedClients))
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DIPConnectionCriteria.java49 private final Collection<AddressMask> allowedClients; field in class:IPConnectionCriteria
60 * @param allowedClients
65 public IPConnectionCriteria(Collection<AddressMask> allowedClients, argument
68 this.allowedClients = allowedClients;
87 if (!allowedClients.isEmpty()
88 && !AddressMask.maskListContains(ipAddr, allowedClients))
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DIPConnectionCriteria.java50 private final Collection<AddressMask> allowedClients; field in class:IPConnectionCriteria
61 * @param allowedClients
66 public IPConnectionCriteria(Collection<AddressMask> allowedClients, argument
69 this.allowedClients = allowedClients;
88 if (!allowedClients.isEmpty()
89 && !AddressMask.maskListContains(ipAddr, allowedClients))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DIPConnectionCriteria.java50 private final Collection<AddressMask> allowedClients; field in class:IPConnectionCriteria
61 * @param allowedClients
66 public IPConnectionCriteria(Collection<AddressMask> allowedClients, argument
69 this.allowedClients = allowedClients;
88 if (!allowedClients.isEmpty()
89 && !AddressMask.maskListContains(ipAddr, allowedClients))
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DIPConnectionCriteria.java49 private final Collection<AddressMask> allowedClients; field in class:IPConnectionCriteria
60 * @param allowedClients
65 public IPConnectionCriteria(Collection<AddressMask> allowedClients, argument
68 this.allowedClients = allowedClients;
87 if (!allowedClients.isEmpty()
88 && !AddressMask.maskListContains(ipAddr, allowedClients))
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DIPConnectionCriteriaTest.java108 * @param allowedClients
120 public void testMatches(Collection<AddressMask> allowedClients, argument
125 new IPConnectionCriteria(allowedClients, deniedClients);
134 * @param allowedClients
147 Collection<AddressMask> allowedClients,
152 new IPConnectionCriteria(allowedClients, deniedClients);
146 testWillMatchAfterBind( Collection<AddressMask> allowedClients, Collection<AddressMask> deniedClients, ClientConnection client, boolean expectedResult) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DIPConnectionCriteriaTest.java107 * @param allowedClients
119 public void testMatches(Collection<AddressMask> allowedClients, argument
124 new IPConnectionCriteria(allowedClients, deniedClients);
133 * @param allowedClients
146 Collection<AddressMask> allowedClients,
151 new IPConnectionCriteria(allowedClients, deniedClients);
145 testWillMatchAfterBind( Collection<AddressMask> allowedClients, Collection<AddressMask> deniedClients, ClientConnection client, boolean expectedResult) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DIPConnectionCriteriaTest.java108 * @param allowedClients
120 public void testMatches(Collection<AddressMask> allowedClients, argument
125 new IPConnectionCriteria(allowedClients, deniedClients);
134 * @param allowedClients
147 Collection<AddressMask> allowedClients,
152 new IPConnectionCriteria(allowedClients, deniedClients);
146 testWillMatchAfterBind( Collection<AddressMask> allowedClients, Collection<AddressMask> deniedClients, ClientConnection client, boolean expectedResult) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DIPConnectionCriteriaTest.java107 * @param allowedClients
119 public void testMatches(Collection<AddressMask> allowedClients, argument
124 new IPConnectionCriteria(allowedClients, deniedClients);
133 * @param allowedClients
146 Collection<AddressMask> allowedClients,
151 new IPConnectionCriteria(allowedClients, deniedClients);
145 testWillMatchAfterBind( Collection<AddressMask> allowedClients, Collection<AddressMask> deniedClients, ClientConnection client, boolean expectedResult) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DIPConnectionCriteriaTest.java108 * @param allowedClients
120 public void testMatches(Collection<AddressMask> allowedClients, argument
125 new IPConnectionCriteria(allowedClients, deniedClients);
134 * @param allowedClients
147 Collection<AddressMask> allowedClients,
152 new IPConnectionCriteria(allowedClients, deniedClients);
146 testWillMatchAfterBind( Collection<AddressMask> allowedClients, Collection<AddressMask> deniedClients, ClientConnection client, boolean expectedResult) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java414 Collection<AddressMask> allowedClients = config.getAllowedClient();
427 if (!allowedClients.isEmpty()
428 && !AddressMask.maskListContains(clientAddr, allowedClients))
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java401 Collection<AddressMask> allowedClients = config.getAllowedClient();
414 if (!allowedClients.isEmpty()
415 && !AddressMask.maskListContains(clientAddr, allowedClients))
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java402 Collection<AddressMask> allowedClients = config.getAllowedClient();
415 if (!allowedClients.isEmpty()
416 && !AddressMask.maskListContains(clientAddr, allowedClients))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java414 Collection<AddressMask> allowedClients = config.getAllowedClient();
427 if (!allowedClients.isEmpty()
428 && !AddressMask.maskListContains(clientAddr, allowedClients))
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java401 Collection<AddressMask> allowedClients = config.getAllowedClient();
414 if (!allowedClients.isEmpty()
415 && !AddressMask.maskListContains(clientAddr, allowedClients))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java185 final Collection<AddressMask> allowedClients = config.getAllowedClient();
186 if (!allowedClients.isEmpty()
187 && !AddressMask.matchesAny(allowedClients, clientAddr))
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java166 private Collection<AddressMask> allowedClients; field in class:LDAPConnectionHandler
343 allowedClients = config.getAllowedClient();
709 allowedClients = config.getAllowedClient();
1250 if ((!allowedClients.isEmpty())
1251 && (!AddressMask.maskListContains(clientAddr, allowedClients)))
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java165 private Collection<AddressMask> allowedClients; field in class:LDAPConnectionHandler
342 allowedClients = config.getAllowedClient();
708 allowedClients = config.getAllowedClient();
1249 if ((!allowedClients.isEmpty())
1250 && (!AddressMask.maskListContains(clientAddr, allowedClients)))
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java166 private Collection<AddressMask> allowedClients; field in class:LDAPConnectionHandler
343 allowedClients = config.getAllowedClient();
709 allowedClients = config.getAllowedClient();
1250 if ((!allowedClients.isEmpty())
1251 && (!AddressMask.maskListContains(clientAddr, allowedClients)))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java166 private Collection<AddressMask> allowedClients; field in class:LDAPConnectionHandler
343 allowedClients = config.getAllowedClient();
709 allowedClients = config.getAllowedClient();
1250 if ((!allowedClients.isEmpty())
1251 && (!AddressMask.maskListContains(clientAddr, allowedClients)))
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java165 private Collection<AddressMask> allowedClients; field in class:LDAPConnectionHandler
342 allowedClients = config.getAllowedClient();
708 allowedClients = config.getAllowedClient();
1249 if ((!allowedClients.isEmpty())
1250 && (!AddressMask.maskListContains(clientAddr, allowedClients)))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java161 private Collection<AddressMask> allowedClients; field in class:LDAPConnectionHandler
331 allowedClients = config.getAllowedClient();
672 allowedClients = config.getAllowedClient();
1195 if (!allowedClients.isEmpty()
1196 && !AddressMask.matchesAny(allowedClients, clientAddr))

Completed in 59 milliseconds