public class ChangeNotificationsFactory extends Object implements org.apache.directory.api.ldap.codec.api.ControlFactory<org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications>
ControlFactory implementation for ChangeNotifications control.| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.codec.api.LdapApiService |
codec
The LDAP codec responsible for encoding and decoding Controls
|
| Constructor and Description |
|---|
ChangeNotificationsFactory(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new instance of ChangeNotificationsFactory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
org.apache.directory.api.ldap.codec.api.CodecControl<org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications> |
newCodecControl() |
org.apache.directory.api.ldap.codec.api.CodecControl<org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications> |
newCodecControl(org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications control) |
private org.apache.directory.api.ldap.codec.api.LdapApiService codec
public ChangeNotificationsFactory(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
codec - The LDAP codecpublic String getOid()
getOid in interface org.apache.directory.api.ldap.codec.api.ControlFactory<org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications>public org.apache.directory.api.ldap.codec.api.CodecControl<org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications> newCodecControl()
newCodecControl in interface org.apache.directory.api.ldap.codec.api.ControlFactory<org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications>public org.apache.directory.api.ldap.codec.api.CodecControl<org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications> newCodecControl(org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications control)
newCodecControl in interface org.apache.directory.api.ldap.codec.api.ControlFactory<org.apache.directory.api.ldap.extras.controls.changeNotifications.ChangeNotifications>Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.