| Package | Description |
|---|---|
| org.ldaptive.control | |
| org.ldaptive.control.util | |
| org.ldaptive.provider.jldap | |
| org.ldaptive.provider.jndi | |
| org.ldaptive.provider.opendj | |
| org.ldaptive.provider.unboundid |
| Modifier and Type | Field and Description |
|---|---|
private SortKey[] |
SortRequestControl.sortKeys
sort keys.
|
| Modifier and Type | Method and Description |
|---|---|
SortKey[] |
SortRequestControl.getSortKeys()
Returns the sort keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortRequestControl.setSortKeys(SortKey[] keys)
Sets the sort keys.
|
| Constructor and Description |
|---|
SortRequestControl(SortKey[] keys)
Creates a new sort request control.
|
SortRequestControl(SortKey[] keys,
boolean critical)
Creates a new sort request control.
|
| Constructor and Description |
|---|
VirtualListViewClient(Connection conn,
SortKey... keys)
Creates a new virtual list view client.
|
| Modifier and Type | Method and Description |
|---|---|
static com.novell.ldap.controls.LDAPSortKey[] |
JLdapUtils.fromSortKey(SortKey[] sk)
Returns jldap sort keys using the supplied sort keys.
|
| Modifier and Type | Method and Description |
|---|---|
static SortKey[] |
JndiUtils.fromSortKey(SortKey[] keys)
Returns jndi sort keys using the supplied sort keys.
|
| Modifier and Type | Method and Description |
|---|---|
static org.forgerock.opendj.ldap.SortKey[] |
OpenDJUtils.fromSortKey(SortKey[] sk)
Returns opendj sort keys using the supplied sort keys.
|
| Modifier and Type | Method and Description |
|---|---|
static com.unboundid.ldap.sdk.controls.SortKey[] |
UnboundIDUtils.fromSortKey(SortKey[] sk)
Returns unbound id sort keys using the supplied sort keys.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.