Searched refs:clientConnection (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DCredential.java46 private ClientConnection clientConnection; field in class:Credential
52 * @param clientConnection
56 public Credential(ClientConnection clientConnection) argument
58 this.clientConnection = clientConnection;
68 return clientConnection;
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DCredential.java45 private ClientConnection clientConnection; field in class:Credential
51 * @param clientConnection
55 public Credential(ClientConnection clientConnection) argument
57 this.clientConnection = clientConnection;
67 return clientConnection;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DCredential.java46 private ClientConnection clientConnection; field in class:Credential
52 * @param clientConnection
56 public Credential(ClientConnection clientConnection) argument
58 this.clientConnection = clientConnection;
68 return clientConnection;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DCredential.java46 private ClientConnection clientConnection; field in class:Credential
52 * @param clientConnection
56 public Credential(ClientConnection clientConnection) argument
58 this.clientConnection = clientConnection;
68 return clientConnection;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DCredential.java45 private ClientConnection clientConnection; field in class:Credential
51 * @param clientConnection
55 public Credential(ClientConnection clientConnection) argument
57 this.clientConnection = clientConnection;
67 return clientConnection;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DCredential.java45 private ClientConnection clientConnection; field in class:Credential
51 * @param clientConnection
55 public Credential(ClientConnection clientConnection) argument
57 this.clientConnection = clientConnection;
67 return clientConnection;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java114 final HTTPClientConnection clientConnection =
116 connectionHandler.addClientConnection(clientConnection);
125 if (!canProcessRequest(clientConnection))
130 logConnect(clientConnection);
131 final Connection connection = new SdkConnectionAdapter(clientConnection);
141 .thenAsync(doBindAfterSearch(context, request, next, userName, password, clientConnection, connection),
142 returnErrorAfterFailedSearch(clientConnection));
151 return authenticationFailure(clientConnection);
156 return asErrorResponse(e, clientConnection);
206 final HTTPClientConnection clientConnection, fina
204 doBindAfterSearch( final Context context, final Request request, final Handler next, final String userName, final String password, final HTTPClientConnection clientConnection, final Connection connection) argument
228 doChain( final Context context, final Request request, final Handler next, final String userName, final HTTPClientConnection clientConnection, final Connection connection) argument
259 returnErrorAfterFailedSearch( final HTTPClientConnection clientConnection) argument
283 returnErrorAfterFailedBind( final HTTPClientConnection clientConnection) argument
296 authenticationFailure(final HTTPClientConnection clientConnection) argument
302 asErrorResponse( final Throwable t, final HTTPClientConnection clientConnection) argument
308 asErrorResponse(final Throwable t, final HTTPClientConnection clientConnection, final DisconnectReason reason, final boolean logError) argument
[all...]
H A DSdkConnectionAdapter.java112 private final HTTPClientConnection clientConnection; field in class:SdkConnectionAdapter
132 * @param clientConnection
135 public SdkConnectionAdapter(HTTPClientConnection clientConnection) argument
137 this.clientConnection = clientConnection;
139 new BoundedWorkQueueStrategy(clientConnection.getConnectionHandler()
155 operation.setInnerOperation(this.clientConnection.isInnerConnection());
157 HTTPConnectionHandler connHandler = this.clientConnection.getConnectionHandler();
166 clientConnection.addOperationInProgress(operation, (LdapPromiseImpl) promise, entryHandler);
172 clientConnection
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DStartTLSExtendedOperation.java85 ClientConnection clientConnection = operation.getClientConnection();
86 if (clientConnection == null)
97 if (clientConnection instanceof TLSCapableConnection)
99 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DStartTLSExtendedOperation.java85 ClientConnection clientConnection = operation.getClientConnection();
86 if (clientConnection == null)
97 if (clientConnection instanceof TLSCapableConnection)
99 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DStartTLSExtendedOperation.java85 ClientConnection clientConnection = operation.getClientConnection();
86 if (clientConnection == null)
97 if (clientConnection instanceof TLSCapableConnection)
99 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java92 private HTTPClientConnection clientConnection; field in class:CollectClientConnectionsFilter.HTTPRequestContext
181 ctx.clientConnection.setAuthUser(ctx.userName);
254 ctx.clientConnection.log(sc);
263 ctx.clientConnection.log(sc);
271 final HTTPClientConnection clientConnection =
273 this.connectionHandler.addClientConnection(clientConnection);
275 ctx.clientConnection = clientConnection;
279 ctx.clientConnection.getMethod());
284 if (!canProcessRequest(request, clientConnection))
396 canProcessRequest(HttpServletRequest request, final HTTPClientConnection clientConnection) argument
[all...]
H A DSdkConnectionAdapter.java116 private final HTTPClientConnection clientConnection; field in class:SdkConnectionAdapter
136 * @param clientConnection
139 public SdkConnectionAdapter(HTTPClientConnection clientConnection) argument
141 this.clientConnection = clientConnection;
143 new BoundedWorkQueueStrategy(clientConnection.getConnectionHandler()
157 operation.setInnerOperation(this.clientConnection.isInnerConnection());
160 this.clientConnection.getConnectionHandler();
170 clientConnection.addOperationInProgress(operation,
181 clientConnection
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java92 private HTTPClientConnection clientConnection; field in class:CollectClientConnectionsFilter.HTTPRequestContext
181 ctx.clientConnection.setAuthUser(ctx.userName);
254 ctx.clientConnection.log(sc);
263 ctx.clientConnection.log(sc);
271 final HTTPClientConnection clientConnection =
273 this.connectionHandler.addClientConnection(clientConnection);
275 ctx.clientConnection = clientConnection;
279 ctx.clientConnection.getMethod());
284 if (!canProcessRequest(request, clientConnection))
396 canProcessRequest(HttpServletRequest request, final HTTPClientConnection clientConnection) argument
[all...]
H A DSdkConnectionAdapter.java116 private final HTTPClientConnection clientConnection; field in class:SdkConnectionAdapter
136 * @param clientConnection
139 public SdkConnectionAdapter(HTTPClientConnection clientConnection) argument
141 this.clientConnection = clientConnection;
143 new BoundedWorkQueueStrategy(clientConnection.getConnectionHandler()
157 operation.setInnerOperation(this.clientConnection.isInnerConnection());
160 this.clientConnection.getConnectionHandler();
170 clientConnection.addOperationInProgress(operation,
181 clientConnection
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java80 private HTTPClientConnection clientConnection; field in class:CollectClientConnectionsFilter.HTTPRequestContext
173 ctx.clientConnection.setAuthUser(ctx.userName);
243 ctx.clientConnection.log(sc);
252 ctx.clientConnection.log(sc);
260 final HTTPClientConnection clientConnection =
262 this.connectionHandler.addClientConnection(clientConnection);
264 ctx.clientConnection = clientConnection;
268 ctx.clientConnection.getMethod());
273 if (!canProcessRequest(request, clientConnection))
383 canProcessRequest(HttpServletRequest request, final HTTPClientConnection clientConnection) argument
[all...]
H A DSdkConnectionAdapter.java115 private final HTTPClientConnection clientConnection; field in class:SdkConnectionAdapter
135 * @param clientConnection
138 public SdkConnectionAdapter(HTTPClientConnection clientConnection) argument
140 this.clientConnection = clientConnection;
142 new BoundedWorkQueueStrategy(clientConnection.getConnectionHandler()
156 operation.setInnerOperation(this.clientConnection.isInnerConnection());
159 this.clientConnection.getConnectionHandler();
169 clientConnection.addOperationInProgress(operation,
180 clientConnection
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java81 private HTTPClientConnection clientConnection; field in class:CollectClientConnectionsFilter.HTTPRequestContext
174 ctx.clientConnection.setAuthUser(ctx.userName);
244 ctx.clientConnection.log(sc);
253 ctx.clientConnection.log(sc);
261 final HTTPClientConnection clientConnection =
263 this.connectionHandler.addClientConnection(clientConnection);
265 ctx.clientConnection = clientConnection;
269 ctx.clientConnection.getMethod());
274 if (!canProcessRequest(request, clientConnection))
384 canProcessRequest(HttpServletRequest request, final HTTPClientConnection clientConnection) argument
[all...]
H A DSdkConnectionAdapter.java116 private final HTTPClientConnection clientConnection; field in class:SdkConnectionAdapter
136 * @param clientConnection
139 public SdkConnectionAdapter(HTTPClientConnection clientConnection) argument
141 this.clientConnection = clientConnection;
143 new BoundedWorkQueueStrategy(clientConnection.getConnectionHandler()
157 operation.setInnerOperation(this.clientConnection.isInnerConnection());
160 this.clientConnection.getConnectionHandler();
170 clientConnection.addOperationInProgress(operation,
181 clientConnection
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java80 private HTTPClientConnection clientConnection; field in class:CollectClientConnectionsFilter.HTTPRequestContext
173 ctx.clientConnection.setAuthUser(ctx.userName);
243 ctx.clientConnection.log(sc);
252 ctx.clientConnection.log(sc);
260 final HTTPClientConnection clientConnection =
262 this.connectionHandler.addClientConnection(clientConnection);
264 ctx.clientConnection = clientConnection;
268 ctx.clientConnection.getMethod());
273 if (!canProcessRequest(request, clientConnection))
383 canProcessRequest(HttpServletRequest request, final HTTPClientConnection clientConnection) argument
[all...]
H A DSdkConnectionAdapter.java115 private final HTTPClientConnection clientConnection; field in class:SdkConnectionAdapter
135 * @param clientConnection
138 public SdkConnectionAdapter(HTTPClientConnection clientConnection) argument
140 this.clientConnection = clientConnection;
142 new BoundedWorkQueueStrategy(clientConnection.getConnectionHandler()
156 operation.setInnerOperation(this.clientConnection.isInnerConnection());
159 this.clientConnection.getConnectionHandler();
169 clientConnection.addOperationInProgress(operation,
180 clientConnection
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DStartTLSExtendedOperation.java132 ClientConnection clientConnection = operation.getClientConnection();
133 if (clientConnection == null)
144 if (clientConnection instanceof TLSCapableConnection)
146 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DStartTLSExtendedOperation.java132 ClientConnection clientConnection = operation.getClientConnection();
133 if (clientConnection == null)
144 if (clientConnection instanceof TLSCapableConnection)
146 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DStartTLSExtendedOperation.java132 ClientConnection clientConnection = operation.getClientConnection();
133 if (clientConnection == null)
144 if (clientConnection instanceof TLSCapableConnection)
146 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DBindOperationBasis.java111 * @param clientConnection The client connection with which this operation
124 public BindOperationBasis(ClientConnection clientConnection, long operationID, argument
129 super(clientConnection, operationID, messageID, requestControls);
144 * @param clientConnection The client connection with which this operation
158 public BindOperationBasis(ClientConnection clientConnection, long operationID, argument
163 super(clientConnection, operationID, messageID, requestControls);
178 * @param clientConnection The client connection with which this operation
190 public BindOperationBasis(ClientConnection clientConnection, long operationID, argument
195 super(clientConnection, operationID, messageID, requestControls);
212 * @param clientConnection Th
225 BindOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, String protocolVersion, DN bindDN, String saslMechanism, ByteString saslCredentials) argument
[all...]

Completed in 61 milliseconds

1234567891011>>