| Package | Description |
|---|---|
| org.apache.directory.api.ldap.extras.controls.syncrepl_impl | |
| org.apache.directory.api.ldap.extras.controls.syncrepl.syncInfoValue |
| Modifier and Type | Class and Description |
|---|---|
class |
SyncInfoValueDecorator
A syncInfoValue object, as defined in RFC 4533
|
| Modifier and Type | Method and Description |
|---|---|
SyncInfoValue |
SyncInfoValueContainer.getSyncInfoValueControl() |
| Modifier and Type | Method and Description |
|---|---|
CodecControl<SyncInfoValue> |
SyncInfoValueFactory.newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<SyncInfoValue> |
SyncInfoValueFactory.newCodecControl(SyncInfoValue control)
Decorates an existing control.
|
| Modifier and Type | Method and Description |
|---|---|
CodecControl<SyncInfoValue> |
SyncInfoValueFactory.newCodecControl(SyncInfoValue control)
Decorates an existing control.
|
void |
SyncInfoValueContainer.setSyncInfoValueControl(SyncInfoValue control)
Set a SyncInfoValueControl Object into the container.
|
| Constructor and Description |
|---|
SyncInfoValueContainer(LdapApiService codec,
SyncInfoValue control)
Creates a new SyncInfoValueControlContainer object.
|
SyncInfoValueDecorator(LdapApiService codec,
SyncInfoValue control)
The constructor for this codec.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SyncInfoValueImpl
A simple
SyncInfoValue implementation to store control properties. |
Copyright © 2021. All rights reserved.