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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java140 .searchSingleEntryAsync(buildSearchRequest(userName))
196 private SearchRequest buildSearchRequest(String userName) method in class:CollectClientConnectionsFilter
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java302 ctx.connection.searchSingleEntryAsync(buildSearchRequest(ctx.userName),
597 private SearchRequest buildSearchRequest(String userName) method in class:CollectClientConnectionsFilter
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java292 buildSearchRequest(ctx.userName), new DoBindResultHandler(ctx));
585 private SearchRequest buildSearchRequest(String userName) method in class:CollectClientConnectionsFilter
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java293 buildSearchRequest(ctx.userName), new DoBindResultHandler(ctx));
586 private SearchRequest buildSearchRequest(String userName) method in class:CollectClientConnectionsFilter
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java302 ctx.connection.searchSingleEntryAsync(buildSearchRequest(ctx.userName),
597 private SearchRequest buildSearchRequest(String userName) method in class:CollectClientConnectionsFilter
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java292 buildSearchRequest(ctx.userName), new DoBindResultHandler(ctx));
585 private SearchRequest buildSearchRequest(String userName) method in class:CollectClientConnectionsFilter

Completed in 25 milliseconds