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