public class AdDirSyncFactory extends java.lang.Object implements ControlFactory<AdDirSync>
ControlFactory which creates AdDirSync controls.| Modifier and Type | Field and Description |
|---|---|
private LdapApiService |
codec
The codec for this factory
|
| Constructor and Description |
|---|
AdDirSyncFactory(LdapApiService codec)
Creates a new instance of AdDirSyncFactory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOid() |
CodecControl<AdDirSync> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<AdDirSync> |
newCodecControl(AdDirSync control)
Decorates an existing control.
|
private LdapApiService codec
public AdDirSyncFactory(LdapApiService codec)
codec - The codec for this factory.public java.lang.String getOid()
getOid in interface ControlFactory<AdDirSync>public CodecControl<AdDirSync> newCodecControl()
newCodecControl in interface ControlFactory<AdDirSync>CodecControl decorated version of the Control.public CodecControl<AdDirSync> newCodecControl(AdDirSync control)
newCodecControl in interface ControlFactory<AdDirSync>control - The Control to be decorated.