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