Uses of Class
org.ldaptive.control.PagedResultsControl
-
Packages that use PagedResultsControl Package Description org.ldaptive.control org.ldaptive.control.util -
-
Uses of PagedResultsControl in org.ldaptive.control
Constructors in org.ldaptive.control with parameters of type PagedResultsControl Constructor Description CookieHandler(PagedResultsControl control)
Creates a new cookie handler.SizeHandler(PagedResultsControl control)
Creates a new size handler. -
Uses of PagedResultsControl in org.ldaptive.control.util
Methods in org.ldaptive.control.util that return PagedResultsControl Modifier and Type Method Description PagedResultsControl
PagedResultsClient. getResponseControl(SearchResponse result)
Returns thePagedResultsControl
in the supplied response.
-