Uses of Interface
org.apache.directory.shared.ldap.message.internal.InternalRequest

Packages that use InternalRequest
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.message.extended   
org.apache.directory.shared.ldap.message.internal   
 

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

Subinterfaces of InternalRequest in org.apache.directory.shared.ldap.message
 interface ManyReplyRequest
          A request that can generate zero, one, or more heterogenous responses for a single request.
 interface SingleReplyRequest
          Super interface for all request messages returning only one type of response.
 

Classes in org.apache.directory.shared.ldap.message that implement InternalRequest
 class AbandonRequestImpl
          Implementation of an AbandonRequest.
 class AbstractAbandonableRequest
          The base abandonable request message class.
 class AddRequestImpl
          Lockable add request implemenation.
 class BindRequestImpl
          Bind protocol operation request which authenticates and begins a client session.
 class CompareRequestImpl
          Comparison request implementation.
 class DeleteRequestImpl
          Delete request implementation.
 class ExtendedRequestImpl
          ExtendedRequest implementation.
 class ModifyDnRequestImpl
          Lockable ModifyDNRequest implementation.
 class ModifyRequestImpl
          Lockable ModifyRequest implementation.
 class SearchRequestImpl
          Lockable SearchRequest implementation.
 class UnbindRequestImpl
          Lockable UnbindRequest implementation.
 

Uses of InternalRequest in org.apache.directory.shared.ldap.message.extended
 

Classes in org.apache.directory.shared.ldap.message.extended that implement InternalRequest
 class CancelRequest
          Implement the extended Cancel Request as described in RFC 3909.
 class CertGenerationRequest
          An extended operation requesting the server to generate a public/private key pair and a certificate and store them in a specified target entry in the DIT.
 class GracefulShutdownRequest
          An extended operation requesting the server to shutdown it's LDAP service port while allowing established clients to complete or abandon operations already in progress.
 class LaunchDiagnosticUiRequest
          An extended operation which launches an internal diagnostic UI.
 class StoredProcedureRequest
          An extended operation requesting the server to execute a stored procedure.
 

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

Subinterfaces of InternalRequest in org.apache.directory.shared.ldap.message.internal
 interface InternalAbandonableRequest
          A request which can be abandoned.
 interface InternalAbandonRequest
          Abandon protocol operation request to terminate an operation already in progress.
 interface InternalAddRequest
          Add protocol operation request used to add a new entry to the DIT.
 interface InternalBindRequest
          Bind protocol operation request which authenticates and begins a client session.
 interface InternalCompareRequest
          Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
 interface InternalDeleteRequest
          Delete request protocol message used to remove an existing leaf entry from the directory.
 interface InternalExtendedRequest
          Extended protocol request message used to add to more operations to the protocol.
 interface InternalModifyDnRequest
          Modify DN request protocol message used to rename or move an existing entry in the directory.
 interface InternalModifyRequest
          Modify request protocol message used to alter the attributes and values of an existing entry.
 interface InternalResultResponseRequest
          A request who's one or more responses contains an LdapResult.
 interface InternalSearchRequest
          Search request protocol message interface.
 interface InternalUnbindRequest
          Unbind protocol request message used to end a client session.
 

Classes in org.apache.directory.shared.ldap.message.internal that implement InternalRequest
 class InternalAbstractRequest
          The base request message class.
 



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