Uses of Interface
org.apache.directory.shared.ldap.message.InternalControl

Packages that use InternalControl
org.apache.directory.shared.ldap.message.control   
org.apache.directory.shared.ldap.message.control.replication   
 

Uses of InternalControl in org.apache.directory.shared.ldap.message.control
 

Classes in org.apache.directory.shared.ldap.message.control that implement InternalControl
 class CascadeControl
          The control for peforming a cascade of operations like delete and modify.
 class EntryChangeControl
          A response control that may be returned by Persistent Search entry responses.
 class InternalAbstractControl
          Control implementation.
 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.
 class PagedSearchControl
          A request/response control used to implement a simple paging of search results.
 class PersistentSearchControl
          The control for a persistent search operation, as defined in http://www.ietf.org/proceedings/01mar/I-D/ldapext-psearch-03.txt.
 class SubentriesControl
          The control for the visibility of subentries with search operations.
 

Uses of InternalControl in org.apache.directory.shared.ldap.message.control.replication
 

Classes in org.apache.directory.shared.ldap.message.control.replication that implement InternalControl
 class SyncDoneValueControl
          An implementation of syncDoneValue Contol as described in rfc 4533.
 class SyncInfoValueNewCookieControl
          This class implement the SyncInfoValue interface, and represent the first choice : newcookie.
 class SyncInfoValueRefreshDeleteControl
          This class implement the SyncInfoValue interface, and represent the second choice : refreshDelete.
 class SyncInfoValueRefreshPresentControl
          This class implement the SyncInfoValue interface, and represent the third choice : refreshPresent.
 class SyncInfoValueSyncIdSetControl
          This class implement the SyncInfoValue interface, and represent the forth choice : syncIdSet.
 class SyncRequestValueControl
          This class implements the Sunc Request Control, as described by RFC 4533.
 class SyncStateValueControl
          This class implements the SyncStateValue Control, as described by RFC 4533.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.