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