Uses of Class
netscape.ldap.LDAPSortKey
-
Packages that use LDAPSortKey Package Description netscape.ldap.controls -
-
Uses of LDAPSortKey in netscape.ldap.controls
Constructors in netscape.ldap.controls with parameters of type LDAPSortKey Constructor Description LDAPSortControl(LDAPSortKey[] keys, boolean critical)
Constructs anLDAPSortControl
object with an array of sorting keys.LDAPSortControl(LDAPSortKey key, boolean critical)
Constructs anLDAPSortControl
object with a single sorting key.
-