Searched defs:connection (Results 226 - 250 of 361) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java168 public Operation createOperation(InternalClientConnection connection, argument
171 ModifyDNOperationBasis moddn = new ModifyDNOperationBasis(connection,
/forgerock/opendj2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPDriver.java160 // The LDAP connection.
161 private final LDAPConnection connection; field in class:LDAPDriver
173 * Creates a new LDAP driver using the specified LDAP connection and
178 * @param connection
179 * The LDAP connection.
183 public LDAPDriver(LDAPManagementContext context, LDAPConnection connection, argument
186 this.connection = connection;
197 connection.unbind();
229 Attributes attributes = connection
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java104 // The maximum number of concurrent operations per connection.
114 // The maximum number of operations per connection.
155 void addConnection(ClientConnection connection) argument
164 String ip = connection.getClientAddress();
227 boolean isAllowed(ClientConnection connection, argument
254 // Add the connection in the map
255 String ip = connection.getClientAddress();
278 // Check the max number of operations per connection
280 && connection.getNumberOfOperations() > maxOpsPerConnection)
288 // Check the max number of concurrent operations per connection
346 removeConnection(ClientConnection connection) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java81 private Connection connection; field in class:CollectClientConnectionsFilter.HTTPRequestContext
142 ctx.connection.bindAsync(bindRequest, null,
193 /** The connection handler that created this servlet filter. */
205 * the connection handler that accepted this connection
281 ctx.connection = new SdkConnectionAdapter(clientConnection);
314 * WARNING: This action triggers 3-4 others: Set the connection for use with
320 Rest2LDAPContextFactory.ATTRIBUTE_AUTHN_CONNECTION, ctx.connection);
389 // connection (e.g., already too many connections
413 // not, then reject the connection
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java52 * This class defines a connection handler that will be used for
53 * communicating with administrative clients over JMX. The connection
64 * Key that may be placed into a JMX connection environment map to
66 * for a connection.
75 /** The list of active client connection. */
84 /** The unique name for this connection handler. */
90 /** The set of listeners for this connection handler. */
94 * Creates a new instance of this JMX connection handler. It must be
115 // Determine whether or not the RMI connection needs restarting.
198 * established through this connection handle
461 registerClientConnection(ClientConnection connection) argument
472 unregisterClientConnection(ClientConnection connection) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java168 InternalClientConnection connection, DN newDN)
173 AddOperation add = new AddOperationBasis(connection,
167 createOperation( InternalClientConnection connection, DN newDN) argument
H A DModifyDNMsg.java152 public ModifyDNOperation createOperation(InternalClientConnection connection, argument
155 ModifyDNOperation moddn = new ModifyDNOperationBasis(connection,
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/ldap/
H A DLDAPDriver.java161 // The LDAP connection.
162 private final LDAPConnection connection; field in class:LDAPDriver
174 * Creates a new LDAP driver using the specified LDAP connection and
179 * @param connection
180 * The LDAP connection.
184 public LDAPDriver(LDAPManagementContext context, LDAPConnection connection, argument
187 this.connection = connection;
198 connection.unbind();
230 Attributes attributes = connection
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPDriver.java161 // The LDAP connection.
162 private final LDAPConnection connection; field in class:LDAPDriver
174 * Creates a new LDAP driver using the specified LDAP connection and
179 * @param connection
180 * The LDAP connection.
184 public LDAPDriver(LDAPManagementContext context, LDAPConnection connection, argument
187 this.connection = connection;
198 connection.unbind();
230 Attributes attributes = connection
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java105 // The maximum number of concurrent operations per connection.
115 // The maximum number of operations per connection.
156 void addConnection(ClientConnection connection) argument
165 String ip = connection.getClientAddress();
228 boolean isAllowed(ClientConnection connection, argument
255 // Add the connection in the map
256 String ip = connection.getClientAddress();
279 // Check the max number of operations per connection
281 && connection.getNumberOfOperations() > maxOpsPerConnection)
289 // Check the max number of concurrent operations per connection
347 removeConnection(ClientConnection connection) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java82 private Connection connection; field in class:CollectClientConnectionsFilter.HTTPRequestContext
143 ctx.connection.bindAsync(bindRequest, null,
194 /** The connection handler that created this servlet filter. */
206 * the connection handler that accepted this connection
282 ctx.connection = new SdkConnectionAdapter(clientConnection);
315 * WARNING: This action triggers 3-4 others: Set the connection for use with
321 Rest2LDAPContextFactory.ATTRIBUTE_AUTHN_CONNECTION, ctx.connection);
390 // connection (e.g., already too many connections
414 // not, then reject the connection
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java61 * This class defines a connection handler that will be used for
62 * communicating with administrative clients over JMX. The connection
75 * Key that may be placed into a JMX connection environment map to
77 * for a connection.
86 /** The list of active client connection. */
95 /** The unique name for this connection handler. */
101 /** The set of listeners for this connection handler. */
105 * Creates a new instance of this JMX connection handler. It must be
126 // Determine whether or not the RMI connection needs restarting.
205 * established through this connection handle
456 registerClientConnection(ClientConnection connection) argument
467 unregisterClientConnection(ClientConnection connection) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java168 public Operation createOperation(InternalClientConnection connection, argument
171 ModifyDNOperationBasis moddn = new ModifyDNOperationBasis(connection,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java105 // The maximum number of concurrent operations per connection.
115 // The maximum number of operations per connection.
156 void addConnection(ClientConnection connection) argument
165 String ip = connection.getClientAddress();
228 boolean isAllowed(ClientConnection connection, argument
255 // Add the connection in the map
256 String ip = connection.getClientAddress();
279 // Check the max number of operations per connection
281 && connection.getNumberOfOperations() > maxOpsPerConnection)
289 // Check the max number of concurrent operations per connection
347 removeConnection(ClientConnection connection) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java93 private Connection connection; field in class:CollectClientConnectionsFilter.HTTPRequestContext
147 ctx.connection.bindAsync(bindRequest, null,
204 /** The connection handler that created this servlet filter. */
216 * the connection handler that accepted this connection
292 ctx.connection = new SdkConnectionAdapter(clientConnection);
302 ctx.connection.searchSingleEntryAsync(buildSearchRequest(ctx.userName),
327 * WARNING: This action triggers 3-4 others: Set the connection for use with
333 Rest2LDAPContextFactory.ATTRIBUTE_AUTHN_CONNECTION, ctx.connection);
402 // connection (
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java62 * This class defines a connection handler that will be used for
63 * communicating with administrative clients over JMX. The connection
76 * Key that may be placed into a JMX connection environment map to
78 * for a connection.
87 // The list of active client connection.
96 // The unique name for this connection handler.
102 // The set of listeners for this connection handler.
106 * Creates a new instance of this JMX connection handler. It must be
127 // Determine whether or not the RMI connection needs restarting.
241 * established through this connection handle
492 registerClientConnection(ClientConnection connection) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java168 public Operation createOperation(InternalClientConnection connection, argument
171 ModifyDNOperationBasis moddn = new ModifyDNOperationBasis(connection,
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPDriver.java160 // The LDAP connection.
161 private final LDAPConnection connection; field in class:LDAPDriver
173 * Creates a new LDAP driver using the specified LDAP connection and
178 * @param connection
179 * The LDAP connection.
183 public LDAPDriver(LDAPManagementContext context, LDAPConnection connection, argument
186 this.connection = connection;
197 connection.unbind();
229 Attributes attributes = connection
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java104 // The maximum number of concurrent operations per connection.
114 // The maximum number of operations per connection.
155 void addConnection(ClientConnection connection) argument
164 String ip = connection.getClientAddress();
227 boolean isAllowed(ClientConnection connection, argument
254 // Add the connection in the map
255 String ip = connection.getClientAddress();
278 // Check the max number of operations per connection
280 && connection.getNumberOfOperations() > maxOpsPerConnection)
288 // Check the max number of concurrent operations per connection
346 removeConnection(ClientConnection connection) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java81 private Connection connection; field in class:CollectClientConnectionsFilter.HTTPRequestContext
142 ctx.connection.bindAsync(bindRequest, null,
193 /** The connection handler that created this servlet filter. */
205 * the connection handler that accepted this connection
281 ctx.connection = new SdkConnectionAdapter(clientConnection);
314 * WARNING: This action triggers 3-4 others: Set the connection for use with
320 Rest2LDAPContextFactory.ATTRIBUTE_AUTHN_CONNECTION, ctx.connection);
389 // connection (e.g., already too many connections
413 // not, then reject the connection
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectionHandler.java52 * This class defines a connection handler that will be used for
53 * communicating with administrative clients over JMX. The connection
64 * Key that may be placed into a JMX connection environment map to
66 * for a connection.
75 /** The list of active client connection. */
84 /** The unique name for this connection handler. */
90 /** The set of listeners for this connection handler. */
94 * Creates a new instance of this JMX connection handler. It must be
115 // Determine whether or not the RMI connection needs restarting.
198 * established through this connection handle
461 registerClientConnection(ClientConnection connection) argument
472 unregisterClientConnection(ClientConnection connection) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java168 InternalClientConnection connection, DN newDN)
173 AddOperation add = new AddOperationBasis(connection,
167 createOperation( InternalClientConnection connection, DN newDN) argument
H A DModifyDNMsg.java152 public ModifyDNOperation createOperation(InternalClientConnection connection, argument
155 ModifyDNOperation moddn = new ModifyDNOperationBasis(connection,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPDriver.java161 // The LDAP connection.
162 private final LDAPConnection connection; field in class:LDAPDriver
174 * Creates a new LDAP driver using the specified LDAP connection and
179 * @param connection
180 * The LDAP connection.
184 public LDAPDriver(LDAPManagementContext context, LDAPConnection connection, argument
187 this.connection = connection;
198 connection.unbind();
230 Attributes attributes = connection
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSInstanceModelBase.java341 private String getSuccessMessage(HttpURLConnection connection) throws IOException { argument
342 return readInputStream(connection.getInputStream());
345 private String getErrorMessage(HttpURLConnection connection) throws IOException { argument
346 if (connection.getErrorStream() != null) {
347 return readInputStream(connection.getErrorStream());
349 return readInputStream(connection.getInputStream());
412 HttpURLConnection connection = HttpURLConnectionManager.getConnection(url);
413 connection.setDoOutput(true);
414 connection.setRequestMethod("POST");
415 connection
[all...]

Completed in 81 milliseconds

1234567891011>>