|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CodecControl in org.apache.directory.shared.ldap.codec |
|---|
| Classes in org.apache.directory.shared.ldap.codec that implement CodecControl | |
|---|---|
class |
BasicControlDecorator<E>
A decorator for handling opaque Control objects where we know nothing about their encoded value. |
| Uses of CodecControl in org.apache.directory.shared.ldap.codec.api |
|---|
| Classes in org.apache.directory.shared.ldap.codec.api with type parameters of type CodecControl | |
|---|---|
interface |
ControlFactory<C extends Control,D extends CodecControl<C>>
Implementors of new codec control extensions must implement a factory using this factory interface, Factory implementations for specific controls are then registered with the codec and used by the codec to encode and decode those controls. |
| Methods in org.apache.directory.shared.ldap.codec.api that return CodecControl | |
|---|---|
CodecControl<? extends Control> |
LdapCodecService.newControl(Control control)
Creates a new codec control decorator for the provided control. |
CodecControl<? extends Control> |
DefaultLdapCodecService.newControl(Control control)
Creates a new codec control decorator for the provided control. |
CodecControl<? extends Control> |
LdapCodecService.newControl(String oid)
Creates a new codec control decorator of the specified type. |
CodecControl<? extends Control> |
DefaultLdapCodecService.newControl(String oid)
Creates a new codec control decorator of the specified type. |
| Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls |
|---|
| Classes in org.apache.directory.shared.ldap.codec.controls that implement CodecControl | |
|---|---|
class |
ControlDecorator<E extends Control>
Decorates Control objects by wrapping them, and enabling them as CodecControls so the codec to store transient information associated with the Control in the decorator while processing. |
| Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls.cascade |
|---|
| Classes in org.apache.directory.shared.ldap.codec.controls.cascade that implement CodecControl | |
|---|---|
class |
CascadeDecorator
The Cascade control decorator. |
| Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls.manageDsaIT |
|---|
| Classes in org.apache.directory.shared.ldap.codec.controls.manageDsaIT that implement CodecControl | |
|---|---|
class |
ManageDsaITDecorator
A decorating wrapper for a ManageDsaIT Control. |
| Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls.search.entryChange |
|---|
| Classes in org.apache.directory.shared.ldap.codec.controls.search.entryChange that implement CodecControl | |
|---|---|
class |
EntryChangeDecorator
An EntryChange implementation, that wraps and decorates the Control with codec specific functionality. |
| Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls.search.pagedSearch |
|---|
| Classes in org.apache.directory.shared.ldap.codec.controls.search.pagedSearch that implement CodecControl | |
|---|---|
class |
PagedResultsDecorator
A codec decorator for the PagedResultsImpl. |
| Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls.search.persistentSearch |
|---|
| Classes in org.apache.directory.shared.ldap.codec.controls.search.persistentSearch that implement CodecControl | |
|---|---|
class |
PersistentSearchDecorator
A persistence search object |
| Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls.search.subentries |
|---|
| Classes in org.apache.directory.shared.ldap.codec.controls.search.subentries that implement CodecControl | |
|---|---|
class |
SubentriesDecorator
A Subentries Control implementation which wraps and decorates Subentries Controls to enable them to be encoded and decoded by the codec. |
| Uses of CodecControl in org.apache.directory.shared.ldap.codec.decorators |
|---|
| Methods in org.apache.directory.shared.ldap.codec.decorators that return CodecControl | |
|---|---|
CodecControl<? extends Control> |
MessageDecorator.getCurrentControl()
Get the current Control Object |
| Uses of CodecControl in org.apache.directory.shared.ldap.extras.controls.ppolicy_impl |
|---|
| Classes in org.apache.directory.shared.ldap.extras.controls.ppolicy_impl that implement CodecControl | |
|---|---|
class |
PasswordPolicyDecorator
PasswordPolicyResponseControl. |
| Uses of CodecControl in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl |
|---|
| Classes in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl that implement CodecControl | |
|---|---|
class |
SyncDoneValueDecorator
A syncDoneValue object as described in rfc4533. |
class |
SyncInfoValueDecorator
A syncInfoValue object, as defined in RFC 4533 |
class |
SyncModifyDnDecorator
A SyncModifyDnControl object, to send the parameters used in a MODIFYDN operation that was carried out on a syncrepl provider server. |
class |
SyncRequestValueDecorator
A syncRequestValue object, as defined in RFC 4533 |
class |
SyncStateValueDecorator
A syncStateValue object, as defined in RFC 4533 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||