Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<VirtualListViewRequestControl> |
VirtualListViewRequestControl.DECODER
A decoder which can be used for decoding the virtual list view request control.
|
Modifier and Type | Method and Description |
---|---|
static VirtualListViewRequestControl |
VirtualListViewRequestControl.newAssertionControl(boolean isCritical,
ByteString assertionValue,
int beforeCount,
int afterCount,
ByteString contextId)
Creates a new virtual list view request control that will identify the
target entry by an assertion value.
|
static VirtualListViewRequestControl |
VirtualListViewRequestControl.newOffsetControl(boolean isCritical,
int offset,
int contentCount,
int beforeCount,
int afterCount,
ByteString contextId)
Creates a new virtual list view request control that will identify the
target entry by a positional offset within the complete result set.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.