Uses of Interface
org.apache.directory.api.ldap.model.message.Control
-
-
Uses of Control in org.apache.directory.api.dsmlv2
Classes in org.apache.directory.api.dsmlv2 with type parameters of type Control Modifier and Type Class Description classDsmlControl<C extends Control>A DSML decorator for aControl.Classes in org.apache.directory.api.dsmlv2 that implement Control Modifier and Type Class Description classDsmlControl<C extends Control>A DSML decorator for aControl.Methods in org.apache.directory.api.dsmlv2 that return Control Modifier and Type Method Description ControlAbstractDsmlMessageDecorator. getControl(String oid)Gets the control associated with the given OID.Methods in org.apache.directory.api.dsmlv2 that return types with arguments of type Control Modifier and Type Method Description Map<String,Control>AbstractDsmlMessageDecorator. getControls()Gets the controls associated with this message mapped by OID.DsmlControl<? extends Control>AbstractDsmlMessageDecorator. getCurrentControl()Get the current Control ObjectMethods in org.apache.directory.api.dsmlv2 with parameters of type Control Modifier and Type Method Description MessageAbstractDsmlMessageDecorator. addAllControls(Control[] controlsToAdd)Adds an array of controls to this Message.MessageAbstractDsmlMessageDecorator. addControl(Control control)Adds a control to this Message.MessageAbstractDsmlMessageDecorator. removeControl(Control control)Deletes a control removing it from this Message.Method parameters in org.apache.directory.api.dsmlv2 with type arguments of type Control Modifier and Type Method Description static voidParserUtils. addControls(LdapApiService codec, Element element, Collection<Control> controls, boolean isRequest)Adds Controls to the given Element. -
Uses of Control in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request with parameters of type Control Modifier and Type Method Description AbandonRequestAbandonRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.AddRequestAddRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.BindRequestBindRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.CompareRequestCompareRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.DeleteRequestDelRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.ExtendedRequestExtendedRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyDnRequestModifyDNRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyRequestModifyRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.SearchRequestSearchRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.AbandonRequestAbandonRequestDsml. addControl(Control control)Adds a control to this Message.AddRequestAddRequestDsml. addControl(Control control)Adds a control to this Message.BindRequestBindRequestDsml. addControl(Control control)Adds a control to this Message.CompareRequestCompareRequestDsml. addControl(Control control)Adds a control to this Message.DeleteRequestDelRequestDsml. addControl(Control control)Adds a control to this Message.ExtendedRequestExtendedRequestDsml. addControl(Control control)Adds a control to this Message.ModifyDnRequestModifyDNRequestDsml. addControl(Control control)Adds a control to this Message.ModifyRequestModifyRequestDsml. addControl(Control control)Adds a control to this Message.SearchRequestSearchRequestDsml. addControl(Control control)Adds a control to this Message.AbandonRequestAbandonRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.AddRequestAddRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.BindRequestBindRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.CompareRequestCompareRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.DeleteRequestDelRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.ExtendedRequestExtendedRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.ModifyDnRequestModifyDNRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.ModifyRequestModifyRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.SearchRequestSearchRequestDsml. removeControl(Control control)Deletes a control removing it from this Message. -
Uses of Control in org.apache.directory.api.ldap.codec
Classes in org.apache.directory.api.ldap.codec that implement Control Modifier and Type Class Description classBasicControlDecoratorA decorator for handling opaque Control objects where we know nothing about their encoded value.Constructors in org.apache.directory.api.ldap.codec with parameters of type Control Constructor Description BasicControlDecorator(LdapApiService codec, Control control)Creates a new instance of BasicControlDecorator, decorating aControl. -
Uses of Control in org.apache.directory.api.ldap.codec.api
Classes in org.apache.directory.api.ldap.codec.api with type parameters of type Control Modifier and Type Class Description classAbstractControlFactory<C extends Control>A factory that encode the Control valueinterfaceCodecControl<E extends Control>The codec uses this interface to add additional information to LDAP Model Control objects during encoding and decoding.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.interfaceControlFactory<C extends Control>Implementors of new codec control extensions must implement a factory using this factory interface, Factory implementations for specific controls are then registered with the codec and used by the codec to encode and decode those controls.Subinterfaces of Control 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 Control 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.Methods in org.apache.directory.api.ldap.codec.api that return Control Modifier and Type Method Description ControlLdapApiService. fromJndiRequestControl(Control jndiControl)Creates a model request control from the JNDI request control.ControlLdapApiService. fromJndiResponseControl(Control jndiControl)Creates a model response control from the JNDI response control.ControlLdapMessageContainer. getCurrentControl()ControlControlFactory. newControl()Creates and returns a version of the Control.Methods in org.apache.directory.api.ldap.codec.api that return types with arguments of type Control Modifier and Type Method Description Map<String,ControlFactory<? extends Control>>LdapApiService. getRequestControlFactories()Map<String,ControlFactory<? extends Control>>LdapApiService. getResponseControlFactories()Methods in org.apache.directory.api.ldap.codec.api with parameters of type Control Modifier and Type Method Description voidAbstractControlFactory. decodeValue(ControlContainer container, Control control, byte[] controlBytes)Decode a Control's value.voidAbstractControlFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidControlFactory. decodeValue(ControlContainer container, Control control, byte[] controlBytes)Decode a Control's value.voidControlFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidAbstractControlFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidControlFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidControlContainer. setControl(Control control)Set a Control Object into the container.voidLdapMessageContainer. setCurrentControl(Control currentControl)Store a newly created controlControlLdapApiService. toJndiControl(Control modelControl)Creates a JNDI control from the ldap model's control. -
Uses of Control in org.apache.directory.api.ldap.codec.controls
Methods in org.apache.directory.api.ldap.codec.controls that return Control Modifier and Type Method Description ControlOpaqueControlFactory. newControl()Creates and returns a version of the Control.Methods in org.apache.directory.api.ldap.codec.controls with parameters of type Control Modifier and Type Method Description voidOpaqueControlFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidOpaqueControlFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Control in org.apache.directory.api.ldap.codec.controls.proxiedauthz
Methods in org.apache.directory.api.ldap.codec.controls.proxiedauthz with parameters of type Control Modifier and Type Method Description voidProxiedAuthzFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidProxiedAuthzFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Control in org.apache.directory.api.ldap.codec.controls.search.entryChange
Methods in org.apache.directory.api.ldap.codec.controls.search.entryChange with parameters of type Control Modifier and Type Method Description voidEntryChangeFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidEntryChangeFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidEntryChangeContainer. setControl(Control control)Set a EntryChangeControl Object into the container.Constructors in org.apache.directory.api.ldap.codec.controls.search.entryChange with parameters of type Control Constructor Description EntryChangeContainer(Control control)Creates a container with a EntryChange control -
Uses of Control in org.apache.directory.api.ldap.codec.controls.search.pagedSearch
Methods in org.apache.directory.api.ldap.codec.controls.search.pagedSearch with parameters of type Control Modifier and Type Method Description voidPagedResultsFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidPagedResultsFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidPagedResultsContainer. setControl(Control control)Set a PagedSearchControl Object into the container.Constructors in org.apache.directory.api.ldap.codec.controls.search.pagedSearch with parameters of type Control Constructor Description PagedResultsContainer(Control control)Creates a new PagedSearchControl container object to contain a PagedResults Control. -
Uses of Control in org.apache.directory.api.ldap.codec.controls.search.persistentSearch
Methods in org.apache.directory.api.ldap.codec.controls.search.persistentSearch with parameters of type Control Modifier and Type Method Description voidPersistentSearchFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidPersistentSearchFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidPersistentSearchContainer. setControl(Control control)Set a PSearchControl Object into the container.Constructors in org.apache.directory.api.ldap.codec.controls.search.persistentSearch with parameters of type Control Constructor Description PersistentSearchContainer(Control control)Creates a new PSearchControlContainer object pre-populated with a PersistentSearch control -
Uses of Control in org.apache.directory.api.ldap.codec.controls.search.subentries
Methods in org.apache.directory.api.ldap.codec.controls.search.subentries with parameters of type Control Modifier and Type Method Description voidSubentriesFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidSubentriesFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidSubentriesContainer. setControl(Control control)Set a SubEntryControl Object into the container.Constructors in org.apache.directory.api.ldap.codec.controls.search.subentries with parameters of type Control Constructor Description SubentriesContainer(Control control)Creates a new SubEntryControlContainer object, pre-populating it with the supplied Subentries control. -
Uses of Control in org.apache.directory.api.ldap.codec.controls.sort
Methods in org.apache.directory.api.ldap.codec.controls.sort with parameters of type Control Modifier and Type Method Description voidSortRequestFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidSortResponseFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidSortRequestFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidSortResponseFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidSortRequestContainer. setControl(Control control)voidSortResponseContainer. setControl(Control control)Constructors in org.apache.directory.api.ldap.codec.controls.sort with parameters of type Control Constructor Description SortRequestContainer(Control control)Creates a new instance of SortRequestContainer.SortResponseContainer(Control control)Creates a new instance of SortResponseContainer. -
Uses of Control in org.apache.directory.api.ldap.codec.osgi
Methods in org.apache.directory.api.ldap.codec.osgi that return Control Modifier and Type Method Description ControlDefaultLdapCodecService. fromJndiRequestControl(Control control)Creates a model request control from the JNDI request control.ControlDefaultLdapCodecService. fromJndiResponseControl(Control control)Creates a model response control from the JNDI response control.Methods in org.apache.directory.api.ldap.codec.osgi that return types with arguments of type Control Modifier and Type Method Description Map<String,ControlFactory<? extends Control>>DefaultLdapCodecService. getRequestControlFactories()Map<String,ControlFactory<? extends Control>>DefaultLdapCodecService. getResponseControlFactories()Methods in org.apache.directory.api.ldap.codec.osgi with parameters of type Control Modifier and Type Method Description ControlDefaultLdapCodecService. toJndiControl(Control control)Creates a JNDI control from the ldap model's control.Method parameters in org.apache.directory.api.ldap.codec.osgi with type arguments of type Control Modifier and Type Method Description voidDefaultLdapCodecService. setRequestControlFactories(Map<String,ControlFactory<? extends Control>> requestControlFactories)voidDefaultLdapCodecService. setResponseControlFactories(Map<String,ControlFactory<? extends Control>> responseControlFactories) -
Uses of Control in org.apache.directory.api.ldap.extras.controls.ad
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.ad Modifier and Type Interface Description interfaceAdDirSyncRequestThe DirSync request control, as described in http://tools.ietf.org/html/draft-armijo-ldap-dirsync-00.interfaceAdDirSyncResponseThe DirSync response control, as described in http://tools.ietf.org/html/draft-armijo-ldap-dirsync-00.interfaceAdPolicyHintsThe AdPolicyHints control, an Active Directory control.interfaceAdShowDeletedThe Active Directory Deleted control.interfaceTreeDeleteThe Active Directory Tree Delete control.Classes in org.apache.directory.api.ldap.extras.controls.ad that implement Control Modifier and Type Class Description classAdDirSyncRequestImplThe class implementing the AdDirsSync interfaceclassAdDirSyncResponseImplThe class implemnting the AdDirsSync interfaceclassAdPolicyHintsImplImplementation of the AD PolicyHints control.classAdShowDeletedImplThe Active Directory Deleted control implementation.classTreeDeleteImplThe Active Directory Tree Delete control implementation. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.ad_impl
Methods in org.apache.directory.api.ldap.extras.controls.ad_impl with parameters of type Control Modifier and Type Method Description voidAdDirSyncRequestFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidAdDirSyncResponseFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidAdPolicyHintsFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidAdDirSyncRequestFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidAdDirSyncResponseFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidAdPolicyHintsFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidAdDirSyncRequestContainer. setControl(Control control)Set a AdDirSyncRequestControlCodec Object into the container.voidAdDirSyncResponseContainer. setControl(Control control)Set a AdDirSyncResponse Control into the container.voidAdPolicyHintsContainer. setControl(Control control)Sets the AdPolicyHints controlConstructors in org.apache.directory.api.ldap.extras.controls.ad_impl with parameters of type Control Constructor Description AdDirSyncRequestContainer(Control control)Creates a new AdDirSyncRequestControl object.AdDirSyncResponseContainer(Control control)Creates a new AdDirSyncResponseControl object.AdPolicyHintsContainer(Control control)Creates a new AdPolicyHintsContainer instance -
Uses of Control in org.apache.directory.api.ldap.extras.controls.changeNotifications
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.changeNotifications Modifier and Type Interface Description interfaceChangeNotificationsThe Active Directory ChangeNotifications control.Classes in org.apache.directory.api.ldap.extras.controls.changeNotifications that implement Control Modifier and Type Class Description classChangeNotificationsImplSimple Microsoft AD ChangeNotifications implementation class. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.passwordExpired
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.passwordExpired Modifier and Type Interface Description interfacePasswordExpiredResponseThe PasswordPolicy expired response control, as defined byClasses in org.apache.directory.api.ldap.extras.controls.passwordExpired that implement Control Modifier and Type Class Description classPasswordExpiredResponseImplA PasswordExpiredResponse control implementation. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.passwordExpired_impl
Methods in org.apache.directory.api.ldap.extras.controls.passwordExpired_impl with parameters of type Control Modifier and Type Method Description voidPasswordExpiredResponseFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidPasswordExpiredResponseFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.permissiveModify
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.permissiveModify Modifier and Type Interface Description interfacePermissiveModifyThe Permissive Modify control.Classes in org.apache.directory.api.ldap.extras.controls.permissiveModify that implement Control Modifier and Type Class Description classPermissiveModifyImplThe Permissive Modify control implementation. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.ppolicy
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.ppolicy Modifier and Type Interface Description interfacePasswordPolicyRequestThe password policyControlinterface.interfacePasswordPolicyResponseThe PasswordPolicy response.Classes in org.apache.directory.api.ldap.extras.controls.ppolicy that implement Control Modifier and Type Class Description classPasswordPolicyRequestImplA simplePasswordPolicyRequestControl implementation.classPasswordPolicyResponseImplA PasswordPolicyResponse. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
Methods in org.apache.directory.api.ldap.extras.controls.ppolicy_impl with parameters of type Control Modifier and Type Method Description voidPasswordPolicyResponseFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidPasswordPolicyResponseFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidPasswordPolicyResponseContainer. setControl(Control control)Sets the password policy controlConstructors in org.apache.directory.api.ldap.extras.controls.ppolicy_impl with parameters of type Control Constructor Description PasswordPolicyResponseContainer(Control ppolicyResponse)Creates a new StoredProcedureContainer instance -
Uses of Control in org.apache.directory.api.ldap.extras.controls.relax
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.relax Modifier and Type Interface Description interfaceRelaxControlThe RelaxControlinterface.Classes in org.apache.directory.api.ldap.extras.controls.relax that implement Control Modifier and Type Class Description classRelaxControlImplThe LDAP Relax Rules Control. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
Methods in org.apache.directory.api.ldap.extras.controls.syncrepl_impl with parameters of type Control Modifier and Type Method Description voidSyncDoneValueFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidSyncRequestValueFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidSyncStateValueFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidSyncDoneValueFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidSyncRequestValueFactory. encodeValue(Asn1Buffer buffer, Control control)voidSyncStateValueFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidSyncDoneValueContainer. setControl(Control control)Set a SyncDoneValueControlCodec Object into the container.voidSyncRequestValueContainer. setControl(Control control)Set a SyncRequestValueControl Object into the container.voidSyncStateValueContainer. setControl(Control control)Set a SyncStateValueControl Object into the container.Constructors in org.apache.directory.api.ldap.extras.controls.syncrepl_impl with parameters of type Control Constructor Description SyncDoneValueContainer(Control control)Creates a new SyncDoneValueControlContainer object.SyncRequestValueContainer(Control control)Creates a new SyncRequestValueControlContainer object.SyncStateValueContainer(Control control)Creates a new SyncStateValueControlContainer object. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone Modifier and Type Interface Description interfaceSyncDoneValueA syncDoneValue object as described in rfc4533 :Classes in org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone that implement Control Modifier and Type Class Description classSyncDoneValueImplA simpleSyncDoneValueimplementation to store control properties. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest Modifier and Type Interface Description interfaceSyncRequestValueA syncRequestValue object, as defined in RFC 4533Classes in org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest that implement Control Modifier and Type Class Description classSyncRequestValueImplA syncRequestValue object, as defined in RFC 4533 : -
Uses of Control in org.apache.directory.api.ldap.extras.controls.syncrepl.syncState
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.syncrepl.syncState Modifier and Type Interface Description interfaceSyncStateValueA syncStateValue object, as defined in RFC 4533 :Classes in org.apache.directory.api.ldap.extras.controls.syncrepl.syncState that implement Control Modifier and Type Class Description classSyncStateValueImplA simple SyncStateValue Control implementation. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.transaction
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.transaction Modifier and Type Interface Description interfaceTransactionSpecificationThe Transaction Specification control.Classes in org.apache.directory.api.ldap.extras.controls.transaction that implement Control Modifier and Type Class Description classTransactionSpecificationImplThe Transaction Specification control. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.vlv
Subinterfaces of Control in org.apache.directory.api.ldap.extras.controls.vlv Modifier and Type Interface Description interfaceVirtualListViewRequestVirtual List View control as specified in draft-ietf-ldapext-ldapv3-vlv-09.interfaceVirtualListViewResponseVirtual List View response control as specified in draft-ietf-ldapext-ldapv3-vlv-09.Classes in org.apache.directory.api.ldap.extras.controls.vlv that implement Control Modifier and Type Class Description classVirtualListViewRequestImplVirtual List View control as specified in draft-ietf-ldapext-ldapv3-vlv-09.classVirtualListViewResponseImplVirtual List View response control as specified in draft-ietf-ldapext-ldapv3-vlv-09. -
Uses of Control in org.apache.directory.api.ldap.extras.controls.vlv_impl
Methods in org.apache.directory.api.ldap.extras.controls.vlv_impl with parameters of type Control Modifier and Type Method Description voidVirtualListViewRequestFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidVirtualListViewResponseFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidVirtualListViewRequestFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidVirtualListViewResponseFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidVirtualListViewRequestContainer. setControl(Control control)Sets the VLV controlvoidVirtualListViewResponseContainer. setControl(Control control)Set the VLV controlConstructors in org.apache.directory.api.ldap.extras.controls.vlv_impl with parameters of type Control Constructor Description VirtualListViewRequestContainer(Control control)Creates a new VirtualListViewRequestContainer instanceVirtualListViewResponseContainer(Control control)Creates a new VirtualListViewResponseContainer object. -
Uses of Control in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction that return types with arguments of type Control Modifier and Type Method Description static List<Control>EndTransactionResponseContainer. decode(byte[] controlsBytes)Decodes raw ASN.1 encoded bytes into an Asn1Object for the controls. -
Uses of Control in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls that return Control Modifier and Type Method Description ControlControlsContainer. getCurrentControl()Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls that return types with arguments of type Control Modifier and Type Method Description List<Control>ControlsContainer. getControls()Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls with parameters of type Control Modifier and Type Method Description voidControlsContainer. addControl(Control control)voidControlsContainer. setCurrentControl(Control currentControl) -
Uses of Control in org.apache.directory.api.ldap.extras.extended.endTransaction
Methods in org.apache.directory.api.ldap.extras.extended.endTransaction that return types with arguments of type Control Modifier and Type Method Description List<Control>UpdateControls. getControls()Method parameters in org.apache.directory.api.ldap.extras.extended.endTransaction with type arguments of type Control Modifier and Type Method Description voidUpdateControls. setControls(List<Control> controls) -
Uses of Control in org.apache.directory.api.ldap.model.ldif
Classes in org.apache.directory.api.ldap.model.ldif that implement Control Modifier and Type Class Description classLdifControlThe LdifControl class stores a control defined for an entry found in a LDIF file.Methods in org.apache.directory.api.ldap.model.ldif with parameters of type Control Modifier and Type Method Description voidLdifEntry. addControl(Control... controls)Add a control to the entry -
Uses of Control in org.apache.directory.api.ldap.model.message
Fields in org.apache.directory.api.ldap.model.message with type parameters of type Control Modifier and Type Field Description protected Map<String,Control>AbstractMessage. controlsMap of message controls using OID Strings for keys and Control valuesMethods in org.apache.directory.api.ldap.model.message that return Control Modifier and Type Method Description ControlAbstractMessage. getControl(String oid)Gets the control associated with the given OID.ControlMessage. getControl(String oid)Gets the control associated with the given OID.Methods in org.apache.directory.api.ldap.model.message that return types with arguments of type Control Modifier and Type Method Description Map<String,Control>AbstractMessage. getControls()Gets the controls associated with this message mapped by OID.Map<String,Control>Message. getControls()Gets the controls associated with this message mapped by OID.Set<Control>SearchParams. getControls()Methods in org.apache.directory.api.ldap.model.message with parameters of type Control Modifier and Type Method Description AbandonRequestAbandonRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.ExtendedRequestAbstractExtendedRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.MessageAbstractMessage. addAllControls(Control[] controls)Adds an array of controls to this Message.AddRequestAddRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.AddRequestAddRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.BindRequestBindRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.BindRequestBindRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.CompareRequestCompareRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.CompareRequestCompareRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.DeleteRequestDeleteRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.DeleteRequestDeleteRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.ExtendedRequestExtendedRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.MessageMessage. addAllControls(Control[] controlsToAdd)Adds an array of controls to this Message.ModifyDnRequestModifyDnRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyDnRequestModifyDnRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyRequestModifyRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyRequestModifyRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.ExtendedRequestOpaqueExtendedRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.SearchRequestSearchRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.SearchRequestSearchRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.UnbindRequestUnbindRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.UnbindRequestUnbindRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.AbandonRequestAbandonRequestImpl. addControl(Control control)Adds a control to this Message.ExtendedRequestAbstractExtendedRequest. addControl(Control control)Adds a control to this Message.MessageAbstractMessage. addControl(Control control)Adds a control to this Message.AddRequestAddRequest. addControl(Control control)Adds a control to this Message.AddRequestAddRequestImpl. addControl(Control control)Adds a control to this Message.BindRequestBindRequest. addControl(Control control)Adds a control to this Message.BindRequestBindRequestImpl. addControl(Control control)Adds a control to this Message.CompareRequestCompareRequest. addControl(Control control)Adds a control to this Message.CompareRequestCompareRequestImpl. addControl(Control control)Adds a control to this Message.DeleteRequestDeleteRequest. addControl(Control control)Adds a control to this Message.DeleteRequestDeleteRequestImpl. addControl(Control control)Adds a control to this Message.ExtendedRequestExtendedRequest. addControl(Control control)Adds a control to this Message.MessageMessage. addControl(Control control)Adds a control to this Message.ModifyDnRequestModifyDnRequest. addControl(Control control)Adds a control to this Message.ModifyDnRequestModifyDnRequestImpl. addControl(Control control)Adds a control to this Message.ModifyRequestModifyRequest. addControl(Control control)Adds a control to this Message.ModifyRequestModifyRequestImpl. addControl(Control control)Adds a control to this Message.ExtendedRequestOpaqueExtendedRequest. addControl(Control control)Adds a control to this Message.voidSearchParams. addControl(Control control)SearchRequestSearchRequest. addControl(Control control)Adds a control to this Message.SearchRequestSearchRequestImpl. addControl(Control control)Adds a control to this Message.UnbindRequestUnbindRequest. addControl(Control control)Adds a control to this Message.UnbindRequestUnbindRequestImpl. addControl(Control control)Adds a control to this Message.AbandonRequestAbandonRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.ExtendedRequestAbstractExtendedRequest. removeControl(Control control)Deletes a control removing it from this Message.MessageAbstractMessage. removeControl(Control control)Deletes a control removing it from this Message.AddRequestAddRequest. removeControl(Control control)Deletes a control removing it from this Message.AddRequestAddRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.BindRequestBindRequest. removeControl(Control control)Deletes a control removing it from this Message.BindRequestBindRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.CompareRequestCompareRequest. removeControl(Control control)Deletes a control removing it from this Message.CompareRequestCompareRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.DeleteRequestDeleteRequest. removeControl(Control control)Deletes a control removing it from this Message.DeleteRequestDeleteRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.ExtendedRequestExtendedRequest. removeControl(Control control)Deletes a control removing it from this Message.MessageMessage. removeControl(Control control)Deletes a control removing it from this Message.ModifyDnRequestModifyDnRequest. removeControl(Control control)Deletes a control removing it from this Message.ModifyDnRequestModifyDnRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.ModifyRequestModifyRequest. removeControl(Control control)Deletes a control removing it from this Message.ModifyRequestModifyRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.ExtendedRequestOpaqueExtendedRequest. removeControl(Control control)Deletes a control removing it from this Message.SearchRequestSearchRequest. removeControl(Control control)Deletes a control removing it from this Message.SearchRequestSearchRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.UnbindRequestUnbindRequest. removeControl(Control control)Deletes a control removing it from this Message.UnbindRequestUnbindRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.Method parameters in org.apache.directory.api.ldap.model.message with type arguments of type Control Modifier and Type Method Description voidSearchParams. setControls(Set<Control> controls) -
Uses of Control in org.apache.directory.api.ldap.model.message.controls
Subinterfaces of Control in org.apache.directory.api.ldap.model.message.controls Modifier and Type Interface Description interfaceCascadeThe Cascade controlinterfaceEntryChangeA response control that may be returned by Persistent Search entry responses.interfaceManageDsaITControl 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.interfacePagedResultsA request/response control used to implement a simple paging of search results.interfacePersistentSearchA persistence search object, as defined in https://tools.ietf.org/html/draft-ietf-ldapext-psearch-03interfaceProxiedAuthzControl which defines the Proxy Authorization request.interfaceSortRequestinterfaceSortResponseSortResult ::= SEQUENCE { sortResult ENUMERATED { success (0), -- results are sorted operationsError (1), -- server internal failure timeLimitExceeded (3), -- timelimit reached before sorting was completed strongAuthRequired (8), -- refused to return sorted results via insecure protocol adminLimitExceeded (11), -- too many matching entries for the server to sort noSuchAttribute (16), -- unrecognized attribute type in sort key inappropriateMatching (18), -- unrecognized or inappropriate matching rule in sort key insufficientAccessRights (50), -- refused to return sorted results to this client busy (51), -- too busy to process unwillingToPerform (53), -- unable to sort other (80)
}, attributeType [0] AttributeDescription OPTIONAL }interfaceSubentriesA simple Subentries Control.Classes in org.apache.directory.api.ldap.model.message.controls that implement Control Modifier and Type Class Description classAbstractControlA simple implementation of theControlinterface with storage for the OID and the criticality properties.classCascadeImplSimple Cascade control implementation.classEntryChangeImplA simple implementation of the EntryChange response control.classManageDsaITImplSimple ManageDsaIT implementation class.classOpaqueControlA finalControlimplementation intended specifically for handling controls who's values cannot be encoded or decoded by the codec service.classPagedResultsImplA request/response control used to implement a simple paging of search results.classPersistentSearchImplA persistence search objectclassProxiedAuthzImplSimple ProxiedAuthz implementation class.classSortRequestImplImplementation of SortRequestControl.classSortResponseImplImplementation of SortResponseControl.classSubentriesImplA simple Subentries Control implementation. -
Uses of Control in org.apache.directory.api.ldap.util
Methods in org.apache.directory.api.ldap.util that return Control Modifier and Type Method Description static ControlJndiUtils. fromJndiRequestControl(LdapApiService codec, Control jndiControl)Deprecated.We don't use JNDI anymorestatic Control[]JndiUtils. fromJndiRequestControls(LdapApiService codec, Control... jndiControls)Deprecated.We don't use JNDI anymorestatic ControlJndiUtils. fromJndiResponseControl(LdapApiService codec, Control jndiControl)Deprecated.We don't use JNDI anymoreMethods in org.apache.directory.api.ldap.util with parameters of type Control Modifier and Type Method Description static ControlJndiUtils. toJndiControl(LdapApiService codec, Control control)Deprecated.We don't use JNDI anymorestatic Control[]JndiUtils. toJndiControls(LdapApiService codec, Control... controls)Deprecated.We don't use JNDI anymore -
Uses of Control in org.apache.directory.ldap.client.api
Fields in org.apache.directory.ldap.client.api with type parameters of type Control Modifier and Type Field Description protected List<Control>AbstractSaslRequest. controlsThe list of controlsMethods in org.apache.directory.ldap.client.api that return Control Modifier and Type Method Description Control[]AbstractSaslRequest. getControls()Gets the controls.Control[]SaslRequest. getControls()Gets the controls.Methods in org.apache.directory.ldap.client.api with parameters of type Control Modifier and Type Method Description voidAbstractSaslRequest. addAllControls(Control[] controls)Adds the given controls.voidAbstractSaslRequest. addControl(Control control)Adds the given control.protected BindRequestAbstractLdapConnection. createBindRequest(String name, byte[] credentials, String saslMechanism, Control... controls)Create a complete BindRequest ready to be sent.EntryLdapConnection. lookup(String dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.EntryLdapConnection. lookup(Dn dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.EntryLdapConnectionWrapper. lookup(String dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.EntryLdapConnectionWrapper. lookup(Dn dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.EntryLdapNetworkConnection. lookup(String dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.EntryLdapNetworkConnection. lookup(Dn dn, Control[] controls, String... attributes)Searches for an entry having the given distinguished name.
-