Uses of Interface
org.apache.directory.api.ldap.codec.api.Decorator
-
Packages that use Decorator Package Description org.apache.directory.api.ldap.codec org.apache.directory.api.ldap.codec.api -
-
Uses of Decorator in org.apache.directory.api.ldap.codec
Classes in org.apache.directory.api.ldap.codec that implement Decorator Modifier and Type Class Description classBasicControlDecoratorA decorator for handling opaque Control objects where we know nothing about their encoded value. -
Uses of Decorator in org.apache.directory.api.ldap.codec.api
Subinterfaces of Decorator in org.apache.directory.api.ldap.codec.api Modifier and Type Interface Description interfaceCodecControl<E extends Control>The codec uses this interface to add additional information to LDAP Model Control objects during encoding and decoding.Classes in org.apache.directory.api.ldap.codec.api that implement Decorator Modifier and Type Class Description classControlDecorator<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.
-