| Package | Description |
|---|---|
| org.apache.directory.api.ldap.extras.controls.syncrepl_impl | |
| org.apache.directory.api.ldap.extras.controls.syncrepl.syncState |
| Modifier and Type | Class and Description |
|---|---|
class |
SyncStateValueDecorator
A syncStateValue object, as defined in RFC 4533
|
| Modifier and Type | Method and Description |
|---|---|
SyncStateValue |
SyncStateValueContainer.getSyncStateValueControl() |
| Modifier and Type | Method and Description |
|---|---|
CodecControl<SyncStateValue> |
SyncStateValueFactory.newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<SyncStateValue> |
SyncStateValueFactory.newCodecControl(SyncStateValue control)
Decorates an existing control.
|
| Modifier and Type | Method and Description |
|---|---|
CodecControl<SyncStateValue> |
SyncStateValueFactory.newCodecControl(SyncStateValue control)
Decorates an existing control.
|
void |
SyncStateValueContainer.setSyncStateValueControl(SyncStateValue control)
Set a SyncStateValueControl Object into the container.
|
| Constructor and Description |
|---|
SyncStateValueContainer(SyncStateValue control)
Creates a new SyncStateValueControlContainer object.
|
SyncStateValueDecorator(LdapApiService codec,
SyncStateValue value) |
| Modifier and Type | Class and Description |
|---|---|
class |
SyncStateValueImpl
A simple SyncStateValue
Control implementation. |
Copyright © 2021. All rights reserved.