public class PersistentSearchFactory extends java.lang.Object implements ControlFactory<PersistentSearch>
| Modifier and Type | Field and Description |
|---|---|
private LdapApiService |
codec |
| Constructor and Description |
|---|
PersistentSearchFactory(LdapApiService codec) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOid() |
CodecControl<PersistentSearch> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<PersistentSearch> |
newCodecControl(PersistentSearch control)
Decorates an existing control.
|
private LdapApiService codec
public PersistentSearchFactory(LdapApiService codec)
public java.lang.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.