public class SyncInfoValueFactory extends Object implements ControlFactory<SyncInfoValue>
ControlFactory which creates SyncInfoValue controls.| Constructor and Description |
|---|
SyncInfoValueFactory(LdapApiService codec)
Creates a new instance of SyncInfoValueFactory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
CodecControl<SyncInfoValue> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<SyncInfoValue> |
newCodecControl(SyncInfoValue control)
Decorates an existing control.
|
public SyncInfoValueFactory(LdapApiService codec)
codec - The codec for this factory.public 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.Copyright © 2021. All rights reserved.