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