Uses of Interface
org.ldaptive.control.util.CookieManager
Packages that use CookieManager
-
Uses of CookieManager in org.ldaptive.ad.control.util
Methods in org.ldaptive.ad.control.util with parameters of type CookieManagerModifier and TypeMethodDescriptionDirSyncClient.execute(SearchRequest request, CookieManager manager) Performs a search operation with theDirSyncControl.DirSyncClient.executeToCompletion(SearchRequest request, CookieManager manager) Performs a search operation with theDirSyncControl. -
Uses of CookieManager in org.ldaptive.control.util
Classes in org.ldaptive.control.util that implement CookieManagerModifier and TypeClassDescriptionclassCookie manager that stores a cookie in memory.Fields in org.ldaptive.control.util declared as CookieManagerModifier and TypeFieldDescriptionprivate final CookieManagerSyncReplRunner.cookieManagerSync repl cookie manager.private final CookieManagerVirtualListViewParams.cookieManagerCookie manager for VLV context ID.Methods in org.ldaptive.control.util that return CookieManagerModifier and TypeMethodDescriptionVirtualListViewParams.getCookieManager()Returns the cookie manager.Methods in org.ldaptive.control.util with parameters of type CookieManagerModifier and TypeMethodDescriptionprivate RequestControl[]SyncReplClient.appendRequestControls(SearchRequest request, CookieManager manager) Creates a new array of request controls which includes the sync request control.VirtualListViewParams.createRequestControl(boolean critical, CookieManager manager) Creates a new virtual list view request control using the properties in this VLV params.PagedResultsClient.execute(SearchRequest request, CookieManager manager) Performs a search operation with thePagedResultsControl.PagedResultsClient.executeToCompletion(SearchRequest request, CookieManager manager) Performs a search operation with thePagedResultsControl.SyncReplClient.send(SearchRequest request, CookieManager manager) Performs an async search operation with theSyncRequestControl.Constructors in org.ldaptive.control.util with parameters of type CookieManagerModifierConstructorDescriptionSyncReplRunner(SingleConnectionFactory cf, SearchRequest request, CookieManager manager) Creates a new sync repl runner.VirtualListViewParams(int offset, int before, int after, CookieManager manager) Creates a new virtual list view params.VirtualListViewParams(String assertion, int before, int after, CookieManager manager) Creates a new virtual list view params.