Uses of Class
org.ldaptive.control.SortKey
Packages that use SortKey
-
Uses of SortKey in org.ldaptive.control
Fields in org.ldaptive.control declared as SortKeyMethods in org.ldaptive.control that return SortKeyModifier and TypeMethodDescriptionSortKey[]
SortRequestControl.getSortKeys()
Returns the sort keys.Methods in org.ldaptive.control with parameters of type SortKeyModifier and TypeMethodDescriptionvoid
SortRequestControl.setSortKeys
(SortKey[] keys) Sets the sort keys.Constructors in org.ldaptive.control with parameters of type SortKeyModifierConstructorDescriptionSortRequestControl
(SortKey[] keys) Creates a new sort request control.SortRequestControl
(SortKey[] keys, boolean critical) Creates a new sort request control. -
Uses of SortKey in org.ldaptive.control.util
Constructors in org.ldaptive.control.util with parameters of type SortKeyModifierConstructorDescriptionVirtualListViewClient
(ConnectionFactory cf, SortKey... keys) Creates a new virtual list view client.