public class EntryChangeFactory extends java.lang.Object implements ControlFactory<EntryChange>
ControlFactory for EntryChange controls.| Modifier and Type | Field and Description |
|---|---|
private LdapApiService |
codec
The LDAP codec service
|
| Constructor and Description |
|---|
EntryChangeFactory(LdapApiService codec)
Creates a new instance of EntryChangeFactory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOid() |
CodecControl<EntryChange> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<EntryChange> |
newCodecControl(EntryChange control)
Decorates an existing control.
|
private LdapApiService codec
public EntryChangeFactory(LdapApiService codec)
codec - The LDAP codec.public java.lang.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.