| Package | Description |
|---|---|
| org.apache.directory.api.ldap.codec.controls.search.subentries | |
| org.apache.directory.api.ldap.model.message.controls |
| Modifier and Type | Class and Description |
|---|---|
class |
SubentriesDecorator
A Subentries Control implementation which wraps and decorates Subentries
Controls to enable them to be encoded and decoded by the codec.
|
| Modifier and Type | Method and Description |
|---|---|
CodecControl<Subentries> |
SubentriesFactory.newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<Subentries> |
SubentriesFactory.newCodecControl(Subentries control)
Decorates an existing control.
|
| Modifier and Type | Method and Description |
|---|---|
CodecControl<Subentries> |
SubentriesFactory.newCodecControl(Subentries control)
Decorates an existing control.
|
| Constructor and Description |
|---|
SubentriesDecorator(LdapApiService codec,
Subentries control)
Creates a Subentries decorating implementation for use with the codec,
while decorating the supplied Subentries control.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubentriesImpl
A simple Subentries Control implementation.
|
Copyright © 2021. All rights reserved.