Uses of Interface
org.apache.directory.shared.ldap.codec.api.LdapCodecService

Packages that use LdapCodecService
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.codec.api   
org.apache.directory.shared.ldap.codec.controls   
org.apache.directory.shared.ldap.codec.controls.cascade   
org.apache.directory.shared.ldap.codec.controls.manageDsaIT   
org.apache.directory.shared.ldap.codec.controls.search.entryChange   
org.apache.directory.shared.ldap.codec.controls.search.pagedSearch   
org.apache.directory.shared.ldap.codec.controls.search.persistentSearch   
org.apache.directory.shared.ldap.codec.controls.search.subentries   
org.apache.directory.shared.ldap.codec.decorators   
org.apache.directory.shared.ldap.extras.controls.ppolicy_impl   
org.apache.directory.shared.ldap.extras.controls.syncrepl_impl   
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.codec
 

Methods in org.apache.directory.shared.ldap.codec that return LdapCodecService
 LdapCodecService LdapMessageContainer.getLdapCodecService()
          Gets the LdapCodecService associated with this Asn1Container.
 

Constructors in org.apache.directory.shared.ldap.codec with parameters of type LdapCodecService
BasicControlDecorator(LdapCodecService codec, Control control)
          Creates a new instance of BasicControlDecorator, decorating a AbstractControl.
LdapMessageContainer(LdapCodecService codec)
          Creates a new LdapMessageContainer object.
LdapMessageContainer(LdapCodecService codec, BinaryAttributeDetector binaryAttributeDetector)
          Creates a new LdapMessageContainer object.
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.codec.api
 

Classes in org.apache.directory.shared.ldap.codec.api that implement LdapCodecService
 class DefaultLdapCodecService
          The default LdapCodecService implementation.
 

Methods in org.apache.directory.shared.ldap.codec.api that return LdapCodecService
 LdapCodecService Decorator.getCodecService()
          Gets the codec service responsible for managing the encoding and decoding of the decorated objects.
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.codec.controls
 

Methods in org.apache.directory.shared.ldap.codec.controls that return LdapCodecService
 LdapCodecService ControlDecorator.getCodecService()
          Gets the codec service responsible for managing the encoding and decoding of the decorated objects.
 

Constructors in org.apache.directory.shared.ldap.codec.controls with parameters of type LdapCodecService
ControlDecorator(LdapCodecService codec, E decoratedControl)
          Creates a ControlDecorator to codec enable it.
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.codec.controls.cascade
 

Constructors in org.apache.directory.shared.ldap.codec.controls.cascade with parameters of type LdapCodecService
CascadeDecorator(LdapCodecService codec, Cascade control)
          Default constructor
CascadeFactory(LdapCodecService codec)
          Creates a new instance of CascadeFactory.
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.codec.controls.manageDsaIT
 

Constructors in org.apache.directory.shared.ldap.codec.controls.manageDsaIT with parameters of type LdapCodecService
ManageDsaITDecorator(LdapCodecService codec, ManageDsaIT control)
          Default constructor
ManageDsaITFactory(LdapCodecService codec)
          Creates a new instance of CascadeFactory.
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.codec.controls.search.entryChange
 

Constructors in org.apache.directory.shared.ldap.codec.controls.search.entryChange with parameters of type LdapCodecService
EntryChangeContainer(LdapCodecService codec)
          Creates a new EntryChangeContainer object.
EntryChangeContainer(LdapCodecService codec, EntryChange control)
          Creates a container with decorator, optionally decorating the supplied Control if it is not a decorator implementation.
EntryChangeDecorator(LdapCodecService codec)
          Creates a new instance of EntryChangeDecoder wrapping a newly created EntryChange Control object.
EntryChangeDecorator(LdapCodecService codec, EntryChange control)
          Creates a new instance of EntryChangeDecorator wrapping the supplied EntryChange Control.
EntryChangeFactory(LdapCodecService codec)
          Creates a new instance of EntryChangeFactory.
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.codec.controls.search.pagedSearch
 

Constructors in org.apache.directory.shared.ldap.codec.controls.search.pagedSearch with parameters of type LdapCodecService
PagedResultsContainer(LdapCodecService codec)
          Creates a new PagedSearchControl container object.
PagedResultsContainer(LdapCodecService codec, PagedResults control)
          Creates a new PagedSearchControl container object to contain a PagedResults Control, which is optionally decorated if is not a decorator already.
PagedResultsDecorator(LdapCodecService codec)
          Creates a new instance of PagedResultsDecorator with a newly created decorated PagedResults Control.
PagedResultsDecorator(LdapCodecService codec, PagedResults pagedResults)
          Creates a new instance of PagedResultsDecorator using the supplied PagedResults Control to be decorated.
PagedResultsFactory(LdapCodecService codec)
          Creates a new instance of PagedResultsFactory.
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.codec.controls.search.persistentSearch
 

Constructors in org.apache.directory.shared.ldap.codec.controls.search.persistentSearch with parameters of type LdapCodecService
PersistentSearchContainer(LdapCodecService codec)
          Creates a new PSearchControlContainer object.
PersistentSearchContainer(LdapCodecService codec, PersistentSearch control)
          Creates a new PSearchControlContainer object pre-populated with a decorator wrapping the supplied control, or using the supplied control if it already is a decorator.
PersistentSearchDecorator(LdapCodecService codec)
          Default constructor creates a PersistentSearch Control automatically wrapped in a decorator object inside this container.
PersistentSearchDecorator(LdapCodecService codec, PersistentSearch control)
          Creates a PersistentSearch Control wrapping a supplied PersistentSearch Control.
PersistentSearchFactory(LdapCodecService codec)
           
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.codec.controls.search.subentries
 

Constructors in org.apache.directory.shared.ldap.codec.controls.search.subentries with parameters of type LdapCodecService
SubentriesDecorator(LdapCodecService codec)
          Default constructor
SubentriesDecorator(LdapCodecService codec, Subentries control)
          Creates a Subentries decorating implementation for use with the codec, while decorating the supplied Subentries control.
SubentriesFactory(LdapCodecService codec)
          Creates a new instance of SubentriesFactory.
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.codec.decorators
 

Methods in org.apache.directory.shared.ldap.codec.decorators that return LdapCodecService
 LdapCodecService MessageDecorator.getCodecService()
          Gets the codec service responsible for managing the encoding and decoding of the decorated objects.
 LdapCodecService LdapResultDecorator.getCodecService()
          Gets the codec service responsible for managing the encoding and decoding of the decorated objects.
 

Methods in org.apache.directory.shared.ldap.codec.decorators with parameters of type LdapCodecService
static MessageDecorator<? extends Message> MessageDecorator.getDecorator(LdapCodecService codec, Message decoratedMessage)
           
 

Constructors in org.apache.directory.shared.ldap.codec.decorators with parameters of type LdapCodecService
AbandonableRequestDecorator(LdapCodecService codec, M decoratedMessage)
          Makes Request a MessageDecorator.
AbandonableResultResponseRequestDecorator(LdapCodecService codec, M decoratedMessage)
          Makes Request a MessageDecorator.
AbandonRequestDecorator(LdapCodecService codec, AbandonRequest decoratedMessage)
          Makes a AddRequest a MessageDecorator.
AddRequestDecorator(LdapCodecService codec, AddRequest decoratedMessage)
          Makes a AddRequest a MessageDecorator.
AddResponseDecorator(LdapCodecService codec, AddResponse decoratedMessage)
          Makes a AddResponse a MessageDecorator.
BindRequestDecorator(LdapCodecService codec, BindRequest decoratedMessage)
          Makes a BindRequest a MessageDecorator.
BindResponseDecorator(LdapCodecService codec, BindResponse decoratedMessage)
          Makes a BindResponse a MessageDecorator.
CompareRequestDecorator(LdapCodecService codec, CompareRequest decoratedMessage)
          Makes a CompareRequest a MessageDecorator.
CompareResponseDecorator(LdapCodecService codec, CompareResponse decoratedMessage)
          Makes a CompareResponse a MessageDecorator.
DeleteRequestDecorator(LdapCodecService codec, DeleteRequest decoratedMessage)
          Makes a DeleteRequest a MessageDecorator.
DeleteResponseDecorator(LdapCodecService codec, DeleteResponse decoratedMessage)
          Makes a DeleteResponse a MessageDecorator.
ExtendedRequestDecorator(LdapCodecService codec, ExtendedRequest decoratedMessage)
          Makes a ExtendedRequest a MessageDecorator.
ExtendedResponseDecorator(LdapCodecService codec, ExtendedResponse decoratedMessage)
          Makes a ExtendedResponse encodable.
IntermediateResponseDecorator(LdapCodecService codec, IntermediateResponse decoratedMessage)
          Makes a IntermediateResponse encodable.
MessageDecorator(LdapCodecService codec, E decoratedMessage)
          Makes a Message an Decorator object.
ModifyDnRequestDecorator(LdapCodecService codec, ModifyDnRequest decoratedMessage)
          Makes a ModifyDnRequest encodable.
ModifyDnResponseDecorator(LdapCodecService codec, ModifyDnResponse decoratedMessage)
          Makes a ModifyDnResponse encodable.
ModifyRequestDecorator(LdapCodecService codec, ModifyRequest decoratedMessage)
          Makes a ModifyRequest encodable.
ModifyResponseDecorator(LdapCodecService codec, ModifyResponse decoratedMessage)
          Makes a ModifyResponse encodable.
RequestDecorator(LdapCodecService codec, M decoratedMessage)
          Makes Request a MessageDecorator.
ResponseDecorator(LdapCodecService codec, M decoratedMessage)
          Makes a AddRequest encodable.
ResultResponseRequestDecorator(LdapCodecService codec, M decoratedMessage)
          Makes Request a MessageDecorator.
SearchRequestDecorator(LdapCodecService codec, SearchRequest decoratedMessage)
          Makes a SearchRequest encodable.
SearchResultDoneDecorator(LdapCodecService codec, SearchResultDone decoratedMessage)
          Makes a SearchResultDone encodable.
SearchResultEntryDecorator(LdapCodecService codec, SearchResultEntry decoratedMessage)
          Makes a SearchResultEntry encodable.
SearchResultReferenceDecorator(LdapCodecService codec, SearchResultReference decoratedMessage)
          Makes a SearchResultReference encodable.
SingleReplyRequestDecorator(LdapCodecService codec, M decoratedMessage)
          Makes Request a MessageDecorator.
UnbindRequestDecorator(LdapCodecService codec, UnbindRequest decoratedMessage)
          Makes Request a MessageDecorator.
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.extras.controls.ppolicy_impl
 

Constructors in org.apache.directory.shared.ldap.extras.controls.ppolicy_impl with parameters of type LdapCodecService
PasswordPolicyContainer(LdapCodecService codec)
           
PasswordPolicyContainer(LdapCodecService codec, PasswordPolicy ppolicyResponse)
           
PasswordPolicyDecorator(LdapCodecService codec)
           
PasswordPolicyDecorator(LdapCodecService codec, boolean hasResponse)
           
PasswordPolicyDecorator(LdapCodecService codec, PasswordPolicy policy)
           
PasswordPolicyFactory(LdapCodecService codec)
          Creates a new instance of PasswordPolicyFactory.
 

Uses of LdapCodecService in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
 

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl that return LdapCodecService
 LdapCodecService SyncInfoValueContainer.getCodecService()
           
 LdapCodecService SyncDoneValueContainer.getCodecService()
           
 

Constructors in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type LdapCodecService
SyncDoneValueContainer(LdapCodecService codec)
          Creates a new SyncDoneValueControlContainer object.
SyncDoneValueContainer(LdapCodecService codec, SyncDoneValueDecorator control)
          Creates a new SyncDoneValueControlContainer object.
SyncDoneValueDecorator(LdapCodecService codec)
          Creates a new instance of SyncDoneValueControlCodec.
SyncDoneValueDecorator(LdapCodecService codec, SyncDoneValue control)
          Creates a new instance of SyncDoneValueDecorator.
SyncDoneValueFactory(LdapCodecService codec)
          Creates a new instance of SyncDoneValueFactory.
SyncInfoValueContainer(LdapCodecService codec)
          Creates a new SyncInfoValueControlContainer object.
SyncInfoValueContainer(LdapCodecService codec, SyncInfoValueDecorator control)
          Creates a new SyncInfoValueControlContainer object.
SyncInfoValueDecorator(LdapCodecService codec)
          The constructor for this codec.
SyncInfoValueDecorator(LdapCodecService codec, SynchronizationInfoEnum type)
          The constructor for this codec.
SyncInfoValueDecorator(LdapCodecService codec, SyncInfoValue control)
          The constructor for this codec.
SyncInfoValueFactory(LdapCodecService codec)
          Creates a new instance of SyncInfoValueFactory.
SyncModifyDnContainer(LdapCodecService codec)
          Creates a new SyncStateValueControlContainer object.
SyncModifyDnDecorator(LdapCodecService codec)
           
SyncModifyDnDecorator(LdapCodecService codec, SyncModifyDn control)
           
SyncModifyDnDecorator(LdapCodecService codec, SyncModifyDnType type)
           
SyncModifyDnFactory(LdapCodecService codec)
          Creates a new instance of SyncModifyDnFactory.
SyncRequestValueDecorator(LdapCodecService codec)
           
SyncRequestValueDecorator(LdapCodecService codec, SyncRequestValue control)
           
SyncRequestValueFactory(LdapCodecService codec)
          Creates a new instance of SyncRequestValueFactory.
SyncStateValueDecorator(LdapCodecService codec)
           
SyncStateValueDecorator(LdapCodecService codec, SyncStateValue value)
           
SyncStateValueFactory(LdapCodecService codec)
          Creates a new instance of SyncStateValueFactory.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.