Searched refs:connections (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalConnectionHandlerTestCase.java88 Collection<ClientConnection> connections = handler.getClientConnections();
89 assertNotNull(connections);
90 assertTrue(connections.isEmpty());
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalConnectionHandlerTestCase.java87 Collection<ClientConnection> connections = handler.getClientConnections();
88 assertNotNull(connections);
89 assertTrue(connections.isEmpty());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalConnectionHandlerTestCase.java88 Collection<ClientConnection> connections = handler.getClientConnections();
89 assertNotNull(connections);
90 assertTrue(connections.isEmpty());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalConnectionHandlerTestCase.java87 Collection<ClientConnection> connections = handler.getClientConnections();
88 assertNotNull(connections);
89 assertTrue(connections.isEmpty());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalConnectionHandlerTestCase.java88 Collection<ClientConnection> connections = handler.getClientConnections();
89 assertNotNull(connections);
90 assertTrue(connections.isEmpty());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/internal/
H A DInternalConnectionHandlerTestCase.java90 Collection<ClientConnection> connections = handler.getClientConnections();
91 assertNotNull(connections);
92 assertTrue(connections.isEmpty());
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DConnectionMonitor.java17 package org.forgerock.openam.cts.monitoring.impl.connections;
24 * This class maintains a cumulative count and rate for a CTS connections
66 * Returns the cumulative count of the number of connections made since server startup
68 * @return The cumulative count of connections
75 * Returns the minimum rate of connections made within the window
77 * @return The minimum rate at which connections are made
84 * Returns the average rate of connections made within the window
86 * @return The average rate at which connections are made
93 * Returns the maximum rate of connections made within the window
95 * @return The maximum rate at which connections ar
[all...]
H A DConnectionStore.java17 package org.forgerock.openam.cts.monitoring.impl.connections;
22 * A data structure that stores the cumulative count and rate for CTS connections.
54 * Returns the average connections made in the customisable period. Boolean
70 * Returns the minimum connections made in the customisable period. Boolean
86 * Returns the maximum connections made in the customisable period. Boolean
102 * Returns the total number of connections made in the customisable period. Boolean
107 * @return the total number of connections made since server startup
H A DMonitoredCTSConnectionFactory.java17 package org.forgerock.openam.cts.monitoring.impl.connections;
51 * @param connectionFactory The ConnectionFactory to use to generate connections
62 * Additionally tracks the number of successful/failed attempts to get connections
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DConnectionStoreTest.java16 package org.forgerock.openam.cts.monitoring.impl.connections;
H A DConnectionsMonitorTest.java16 package org.forgerock.openam.cts.monitoring.impl.connections;
H A DMonitoredCTSConnectionFactoryTest.java16 package org.forgerock.openam.cts.monitoring.impl.connections;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DConnectionMonitor.java17 package org.forgerock.openam.cts.monitoring.impl.connections;
24 * This class maintains a cumulative count and rate for a CTS connections
66 * Returns the cumulative count of the number of connections made since server startup
68 * @return The cumulative count of connections
75 * Returns the minimum rate of connections made within the window
77 * @return The minimum rate at which connections are made
84 * Returns the average rate of connections made within the window
86 * @return The average rate at which connections are made
93 * Returns the maximum rate of connections made within the window
95 * @return The maximum rate at which connections ar
[all...]
H A DConnectionStore.java17 package org.forgerock.openam.cts.monitoring.impl.connections;
22 * A data structure that stores the cumulative count and rate for CTS connections.
54 * Returns the average connections made in the customisable period. Boolean
70 * Returns the minimum connections made in the customisable period. Boolean
86 * Returns the maximum connections made in the customisable period. Boolean
102 * Returns the total number of connections made in the customisable period. Boolean
107 * @return the total number of connections made since server startup
H A DMonitoredCTSConnectionFactory.java17 package org.forgerock.openam.cts.monitoring.impl.connections;
51 * @param connectionFactory The ConnectionFactory to use to generate connections
62 * Additionally tracks the number of successful/failed attempts to get connections
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DConnectionStoreTest.java16 package org.forgerock.openam.cts.monitoring.impl.connections;
H A DConnectionsMonitorTest.java16 package org.forgerock.openam.cts.monitoring.impl.connections;
H A DMonitoredCTSConnectionFactoryTest.java16 package org.forgerock.openam.cts.monitoring.impl.connections;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java72 * should be successful for users in the corresponding slots of the connections array.
76 /** The set of client connections that should be used when performing operations. */
77 private JmxClientConnection[] connections; field in class:JmxPrivilegeTestCase
211 // Build the array of connections we will use to perform the tests.
232 connections = new JmxClientConnection[connList.size()];
233 successful = new boolean[connections.length];
234 for (int i=0; i < connections.length; i++)
236 connections[i] = connList.get(i);
292 for (int i = 0; connections != null && i < connections
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DCTSAsyncConnectionModule.java26 import org.forgerock.openam.cts.monitoring.impl.connections.MonitoredCTSConnectionFactory;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DCTSAsyncConnectionModule.java26 import org.forgerock.openam.cts.monitoring.impl.connections.MonitoredCTSConnectionFactory;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java81 * A Map of client connections that should be used when performing operations
84 private Map<InternalClientConnection, Boolean> connections = field in class:PrivilegeTestCase
215 // Build the array of connections we will use to perform the tests.
216 connections.put(new InternalClientConnection(new AuthenticationInfo()),
219 connections.put(InternalClientConnection.getRootConnection(), true);
221 connections.put(
223 connections.put(
225 connections.put(newConn("cn=Proxy Root,cn=Root DNs,cn=config", true), true);
226 connections.put(newConn("cn=Unprivileged User,o=test", false), false);
227 connections
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java81 * A Map of client connections that should be used when performing operations
84 private Map<InternalClientConnection, Boolean> connections = field in class:PrivilegeTestCase
215 // Build the array of connections we will use to perform the tests.
216 connections.put(new InternalClientConnection(new AuthenticationInfo()),
219 connections.put(InternalClientConnection.getRootConnection(), true);
221 connections.put(
223 connections.put(
225 connections.put(newConn("cn=Proxy Root,cn=Root DNs,cn=config", true), true);
226 connections.put(newConn("cn=Unprivileged User,o=test", false), false);
227 connections
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DPrivilegeTestCase.java110 * A Map of client connections that should be used when performing operations
113 private Map<InternalClientConnection, Boolean> connections = new HashMap<>(); field in class:PrivilegeTestCase
243 // Build the array of connections we will use to perform the tests.
244 connections.put(new InternalClientConnection(new AuthenticationInfo()), false);
245 connections.put(InternalClientConnection.getRootConnection(), true);
246 connections.put(newConn("cn=Directory Manager,cn=Root DNs,cn=config", true), true);
247 connections.put(newConn("cn=Unprivileged Root,cn=Root DNs,cn=config", true), false);
248 connections.put(newConn("cn=Proxy Root,cn=Root DNs,cn=config", true), true);
249 connections.put(newConn("cn=Unprivileged User,o=test", false), false);
250 connections
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java86 // connections array.
89 // The set of client connections that should be used when performing
91 private JmxClientConnection[] connections; field in class:JmxPrivilegeTestCase
227 // Build the array of connections we will use to perform the tests.
264 connections = new JmxClientConnection[connList.size()];
265 successful = new boolean[connections.length];
266 for (int i=0; i < connections.length; i++)
268 connections[i] = connList.get(i);
348 for (int i = 0; (connections != null) && (i < connections
[all...]

Completed in 111 milliseconds

12