Uses of Interface
org.apache.directory.shared.ldap.codec.controls.CodecControl

Packages that use CodecControl
org.apache.directory.shared.ldap.codec.controls   
org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue   
org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue   
org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue   
org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue   
org.apache.directory.shared.ldap.codec.search.controls.entryChange   
org.apache.directory.shared.ldap.codec.search.controls.pagedSearch   
org.apache.directory.shared.ldap.codec.search.controls.persistentSearch   
org.apache.directory.shared.ldap.codec.search.controls.subentries   
org.apache.directory.shared.ldap.ldif   
 

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

Classes in org.apache.directory.shared.ldap.codec.controls that implement CodecControl
 class AbstractControl
          A Asn1Object to store a Control.
 class CascadeControl
           
 class ControlImpl
          A genericcodec Control.
 class ManageDsaITControl
          Control which allows for the management of referrals and other DSA specific entities without processing them: meaning the referrals are treated as regular entries using this control.
 

Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
 

Classes in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue that implement CodecControl
 class SyncDoneValueControl
          A syncDoneValue object as described in rfc4533.
 

Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
 

Classes in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue that implement CodecControl
 class SyncInfoValueControl
          A syncInfoValue object, as defined in RFC 4533
 

Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue
 

Classes in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue that implement CodecControl
 class SyncRequestValueControl
          A syncRequestValue object, as defined in RFC 4533
 

Uses of CodecControl in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
 

Classes in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue that implement CodecControl
 class SyncStateValueControl
          A syncStateValue object, as defined in RFC 4533
 

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

Classes in org.apache.directory.shared.ldap.codec.search.controls.entryChange that implement CodecControl
 class EntryChangeControl
          A response control that may be returned by Persistent Search entry responses.
 

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

Classes in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch that implement CodecControl
 class PagedResultsControl
          A request/response control used to implement a simple paging of search results.
 

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

Classes in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch that implement CodecControl
 class PersistentSearchControl
          A persistence search object
 

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

Classes in org.apache.directory.shared.ldap.codec.search.controls.subentries that implement CodecControl
 class SubentriesControl
          A searchRequest control : Subentries
 

Uses of CodecControl in org.apache.directory.shared.ldap.ldif
 

Classes in org.apache.directory.shared.ldap.ldif that implement CodecControl
 class LdifControl
          The LdifControl class stores a control defined for an entry found in a ldif file.
 



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