Uses of Class
org.ldaptive.control.SortKey

Packages that use SortKey
org.ldaptive.control   
org.ldaptive.control.util   
org.ldaptive.provider.jndi   
 

Uses of SortKey in org.ldaptive.control
 

Methods in org.ldaptive.control that return SortKey
 SortKey[] SortRequestControl.getSortKeys()
          Returns the sort keys.
 

Methods in org.ldaptive.control with parameters of type SortKey
 void SortRequestControl.setSortKeys(SortKey[] keys)
          Sets the sort keys.
 

Constructors in org.ldaptive.control with parameters of type SortKey
SortRequestControl(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 SortKey
VirtualListViewClient(Connection conn, SortKey... keys)
          Creates a new virtual list view client.
 

Uses of SortKey in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi with parameters of type SortKey
static SortKey[] JndiUtils.fromSortKey(SortKey[] keys)
          Returns jndi sort keys using the supplied sort keys.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.