public class AdShowDeletedFactory extends java.lang.Object implements ControlFactory<AdShowDeleted>
ControlFactory implementation for AdShowDeleted controls.| Modifier and Type | Field and Description |
|---|---|
private LdapApiService |
codec
The LDAP codec responsible for encoding and decoding AdDeleted Controls
|
| Constructor and Description |
|---|
AdShowDeletedFactory(LdapApiService codec)
Creates a new instance of AdDeletedFactory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOid() |
CodecControl<AdShowDeleted> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<AdShowDeleted> |
newCodecControl(AdShowDeleted control)
Decorates an existing control.
|
private LdapApiService codec
public AdShowDeletedFactory(LdapApiService codec)
codec - The LDAP codecpublic java.lang.String getOid()
getOid in interface ControlFactory<AdShowDeleted>public CodecControl<AdShowDeleted> newCodecControl()
newCodecControl in interface ControlFactory<AdShowDeleted>CodecControl decorated version of the Control.public CodecControl<AdShowDeleted> newCodecControl(AdShowDeleted control)
newCodecControl in interface ControlFactory<AdShowDeleted>control - The Control to be decorated.