public class SubentriesFactory extends java.lang.Object implements ControlFactory<Subentries>
Subentries Controls and their
SubentriesDecorator objects.| Modifier and Type | Field and Description |
|---|---|
private LdapApiService |
codec
The LDAP codec service
|
| Constructor and Description |
|---|
SubentriesFactory(LdapApiService codec)
Creates a new instance of SubentriesFactory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOid() |
CodecControl<Subentries> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<Subentries> |
newCodecControl(Subentries control)
Decorates an existing control.
|
private LdapApiService codec
public SubentriesFactory(LdapApiService codec)
codec - public java.lang.String getOid()
getOid in interface ControlFactory<Subentries>public CodecControl<Subentries> newCodecControl()
newCodecControl in interface ControlFactory<Subentries>CodecControl decorated version of the Control.public CodecControl<Subentries> newCodecControl(Subentries control)
newCodecControl in interface ControlFactory<Subentries>control - The Control to be decorated.