| Package | Description |
|---|---|
| org.apache.directory.api.ldap.codec.controls.search.persistentSearch | |
| org.apache.directory.api.ldap.model.message.controls |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentSearchDecorator
A persistence search object
|
| Modifier and Type | Method and Description |
|---|---|
CodecControl<PersistentSearch> |
PersistentSearchFactory.newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<PersistentSearch> |
PersistentSearchFactory.newCodecControl(PersistentSearch control)
Decorates an existing control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentSearchContainer.decorate(PersistentSearch control)
Conditionally decorates a control if is not a decorator already.
|
CodecControl<PersistentSearch> |
PersistentSearchFactory.newCodecControl(PersistentSearch control)
Decorates an existing control.
|
| Constructor and Description |
|---|
PersistentSearchContainer(LdapApiService codec,
PersistentSearch control)
Creates a new PSearchControlContainer object pre-populated with a
decorator wrapping the supplied control, or using the supplied control if
it already is a decorator.
|
PersistentSearchDecorator(LdapApiService codec,
PersistentSearch control)
Creates a PersistentSearch Control wrapping a supplied PersistentSearch
Control.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentSearchImpl
A persistence search object
|
Copyright © 2021. All rights reserved.