public class PersistentSearchFactory extends Object implements ControlFactory<PersistentSearch>
| Constructor and Description |
|---|
PersistentSearchFactory(LdapApiService codec) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
CodecControl<PersistentSearch> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<PersistentSearch> |
newCodecControl(PersistentSearch control)
Decorates an existing control.
|
public PersistentSearchFactory(LdapApiService codec)
public String getOid()
getOid in interface ControlFactory<PersistentSearch>public CodecControl<PersistentSearch> newCodecControl()
newCodecControl in interface ControlFactory<PersistentSearch>CodecControl decorated version of the Control.public CodecControl<PersistentSearch> newCodecControl(PersistentSearch control)
newCodecControl in interface ControlFactory<PersistentSearch>control - The Control to be decorated.Copyright © 2021. All rights reserved.