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 TypeClassDescriptionclassRepresents 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 anLDAPSortControlobject with an array of sorting keys.LDAPSortControl(LDAPSortKey key, boolean critical) Constructs anLDAPSortControlobject with a single sorting key.