Java javax.naming.ldap SortControl fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.ldap SortControl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.ldap SortControl.

The text is from its open source code.

Constructor

SortControl(String sortBy, boolean criticality)
Constructs a control to sort on a single attribute in ascending order.
SortControl(String[] sortBy, boolean criticality)
Constructs a control to sort on a list of attributes in ascending order.
SortControl(SortKey[] sortBy, boolean criticality)
Constructs a control to sort on a list of sort keys.