Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
Modifier and Type | Method and Description |
---|---|
static SortKey |
SortKey.valueOf(String sortKey)
Parses the provided string representation of a sort key as a
SortKey . |
Modifier and Type | Method and Description |
---|---|
static Comparator<Entry> |
SortKey.comparator(Schema schema,
SortKey... keys)
Returns a
Comparator which can be used to compare entries using
the provided list of sort keys. |
static Comparator<Entry> |
SortKey.comparator(SortKey... keys)
Returns a
Comparator which can be used to compare entries using
the provided list of sort keys. |
Modifier and Type | Method and Description |
---|---|
static Comparator<Entry> |
SortKey.comparator(Collection<SortKey> keys)
Returns a
Comparator which can be used to compare entries using
the provided list of sort keys. |
static Comparator<Entry> |
SortKey.comparator(Schema schema,
Collection<SortKey> keys)
Returns a
Comparator which can be used to compare entries using
the provided list of sort keys. |
Modifier and Type | Method and Description |
---|---|
List<SortKey> |
ServerSideSortRequestControl.getSortKeys()
Returns an unmodifiable list containing the sort keys associated with
this server side sort request control.
|
Modifier and Type | Method and Description |
---|---|
static ServerSideSortRequestControl |
ServerSideSortRequestControl.newControl(boolean isCritical,
SortKey... keys)
Creates a new server side sort request control with the provided
criticality and list of sort keys.
|
Modifier and Type | Method and Description |
---|---|
static ServerSideSortRequestControl |
ServerSideSortRequestControl.newControl(boolean isCritical,
Collection<SortKey> keys)
Creates a new server side sort request control with the provided
criticality and list of sort keys.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.