Uses of Class
netscape.ldap.LDAPSortKey
Packages that use LDAPSortKey
-
Uses of LDAPSortKey in com.netscape.jndi.ldap.controls
Subclasses of LDAPSortKey in com.netscape.jndi.ldap.controlsModifier and TypeClassDescriptionclass
Represents sorting instructions for a particular attribute. -
Uses of LDAPSortKey in netscape.ldap.controls
Fields in netscape.ldap.controls declared as LDAPSortKeyMethods in netscape.ldap.controls with parameters of type LDAPSortKeyModifier and TypeMethodDescriptionprivate byte[]
LDAPSortControl.createSortSpecification
(LDAPSortKey[] keys) Create a "flattened" BER encoding of the requested sort keys, and return it as a byte array.Constructors in netscape.ldap.controls with parameters of type LDAPSortKeyModifierConstructorDescriptionLDAPSortControl
(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.