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