Uses of Interface
org.apache.directory.shared.ldap.message.control.Control

Packages that use Control
org.apache.directory.shared.dsmlv2   
org.apache.directory.shared.ldap.codec   
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.jndi   
org.apache.directory.shared.ldap.ldif   
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.message.internal   
 

Uses of Control in org.apache.directory.shared.dsmlv2
 

Methods in org.apache.directory.shared.dsmlv2 that return Control
 Control LdapMessageDecorator.getControls(int i)
           
 Control LdapMessageDecorator.getCurrentControl()
           
 

Methods in org.apache.directory.shared.dsmlv2 that return types with arguments of type Control
 java.util.List<Control> LdapMessageDecorator.getControls()
           
 

Methods in org.apache.directory.shared.dsmlv2 with parameters of type Control
 void LdapMessageDecorator.addControl(Control control)
           
 

Method parameters in org.apache.directory.shared.dsmlv2 with type arguments of type Control
static void ParserUtils.addControls(org.dom4j.Element element, java.util.List<Control> controls)
          Adds Controls to the given Element.
 

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

Methods in org.apache.directory.shared.ldap.codec that return Control
 Control LdapMessageCodec.getCodecControl(java.lang.String oid)
           
 Control LdapMessageCodec.getControls(int i)
          Get the Control Object at a specific index
 Control LdapMessageCodec.getCurrentControl()
          Get the current Control Object
 

Methods in org.apache.directory.shared.ldap.codec that return types with arguments of type Control
 java.util.List<Control> LdapMessageCodec.getControls()
          Get the Control Objects
 

Methods in org.apache.directory.shared.ldap.codec with parameters of type Control
 void LdapMessageCodec.addControl(Control control)
          Add a control to the Controls array
 

Method parameters in org.apache.directory.shared.ldap.codec with type arguments of type Control
 void LdapMessageCodec.addControls(java.util.List<Control> controls)
          Set or add a list of controls to the Controls array.
 

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

Classes in org.apache.directory.shared.ldap.codec.controls that implement Control
 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.
 

Methods in org.apache.directory.shared.ldap.codec.controls with parameters of type Control
 Asn1Object ControlDecoder.decode(byte[] controlBytes, Control control)
          Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
 Asn1Object CascadeControlDecoder.decode(byte[] controlBytes, Control control)
           
 Asn1Object ManageDsaITControlDecoder.decode(byte[] controlBytes, Control control)
           
 

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

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

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue with parameters of type Control
 Asn1Object SyncDoneValueControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the syncDoneValueControl
 

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

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

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue with parameters of type Control
 Asn1Object SyncInfoValueControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the syncInfoValue control
 

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

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

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue with parameters of type Control
 Asn1Object SyncRequestValueControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the syncRequestValue control
 

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

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

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue with parameters of type Control
 Asn1Object SyncStateValueControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the syncStateValue control
 

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

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

Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange with parameters of type Control
 Asn1Object EntryChangeControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the entry change control
 

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

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

Methods in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch with parameters of type Control
 Asn1Object PagedResultsControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the paged search control
 

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

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

Methods in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch with parameters of type Control
 Asn1Object PersistentSearchControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the persistence search control
 

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

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

Methods in org.apache.directory.shared.ldap.codec.search.controls.subentries with parameters of type Control
 Asn1Object SubentriesControlDecoder.decode(byte[] controlBytes, Control control)
          Decode the sub entry control
 

Uses of Control in org.apache.directory.shared.ldap.jndi
 

Methods in org.apache.directory.shared.ldap.jndi that return Control
static Control JndiUtils.fromJndiControl(javax.naming.ldap.Control jndiControl)
           
static Control[] JndiUtils.fromJndiControls(javax.naming.ldap.Control... jndiControls)
           
 

Methods in org.apache.directory.shared.ldap.jndi with parameters of type Control
static javax.naming.ldap.Control JndiUtils.toJndiControl(Control control)
           
static javax.naming.ldap.Control[] JndiUtils.toJndiControls(Control... controls)
           
 

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

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

Methods in org.apache.directory.shared.ldap.ldif that return Control
 Control LdifEntry.getControl()
           
 

Methods in org.apache.directory.shared.ldap.ldif with parameters of type Control
 void LdifEntry.setControl(Control control)
          Add a control to the entry
 

Uses of Control in org.apache.directory.shared.ldap.message
 

Methods in org.apache.directory.shared.ldap.message that return types with arguments of type Control
 java.util.Set<Control> SearchParams.getControls()
           
 

Methods in org.apache.directory.shared.ldap.message with parameters of type Control
 void SearchParams.addControl(Control control)
           
 

Method parameters in org.apache.directory.shared.ldap.message with type arguments of type Control
 void SearchParams.setControls(java.util.Set<Control> controls)
           
 

Uses of Control in org.apache.directory.shared.ldap.message.internal
 

Methods in org.apache.directory.shared.ldap.message.internal that return types with arguments of type Control
 java.util.Map<java.lang.String,Control> InternalAbstractMessage.getControls()
          Gets the controls associated with this message mapped by OID.
 java.util.Map<java.lang.String,Control> InternalMessage.getControls()
          Gets the controls associated with this message mapped by OID.
 

Methods in org.apache.directory.shared.ldap.message.internal with parameters of type Control
 void InternalAbstractMessage.add(Control control)
          Adds a control to this Message.
 void InternalMessage.add(Control control)
          Adds a control to this Message.
 void InternalAbstractMessage.addAll(Control[] controls)
           
 void InternalMessage.addAll(Control[] controls)
          Adds an array of controls to this Message.
 void InternalAbstractMessage.remove(Control control)
          Deletes a control removing it from this Message.
 void InternalMessage.remove(Control control)
          Deletes a control removing it from this Message.
 



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