Searched defs:icc (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/forgerock/opendj/adapter/server3x/
H A DAdapters.java105 InternalClientConnection icc = InternalClientConnection.getRootConnection();
106 return newConnectionFactory(icc);
115 InternalClientConnection icc = new InternalClientConnection(new AuthenticationInfo());
116 return newConnectionFactory(icc);
127 InternalClientConnection icc = null;
129 icc = new InternalClientConnection(to(userDN));
133 return newConnectionFactory(icc);
139 * @param icc
143 public static ConnectionFactory newConnectionFactory(final InternalClientConnection icc) { argument
154 return newResultPromise(newConnection(icc));
199 newConnection(final InternalClientConnection icc) argument
[all...]

Completed in 41 milliseconds