Uses of Class
netscape.ldap.LDAPSortKey

Packages that use LDAPSortKey
netscape.ldap.controls   
 

Uses of LDAPSortKey in netscape.ldap.controls
 

Constructors in netscape.ldap.controls with parameters of type LDAPSortKey
LDAPSortControl(LDAPSortKey[] keys, boolean critical)
          Constructs an LDAPSortControl object with an array of sorting keys.
LDAPSortControl(LDAPSortKey key, boolean critical)
          Constructs an LDAPSortControl object with a single sorting key.