Uses of Package
org.apache.directory.api.ldap.model.message

Packages that use org.apache.directory.api.ldap.model.message
org.apache.directory.api.ldap.model.cursor   
org.apache.directory.api.ldap.model.exception   
org.apache.directory.api.ldap.model.filter   
org.apache.directory.api.ldap.model.ldif   
org.apache.directory.api.ldap.model.message   
org.apache.directory.api.ldap.model.message.controls   
org.apache.directory.api.ldap.model.message.extended   
org.apache.directory.api.ldap.model.url   
 

Classes in org.apache.directory.api.ldap.model.message used by org.apache.directory.api.ldap.model.cursor
IntermediateResponse
          Intermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).
Referral
          Represents a referral which is a set of alternative locations where an entry can be found.
ResultCodeEnum
          Type safe LDAP message envelope result code enumeration.
SearchResultDone
          Search done protocol response message used to indicate the completion of a search request message.
 

Classes in org.apache.directory.api.ldap.model.message used by org.apache.directory.api.ldap.model.exception
Message
          Root interface for all LDAP message type interfaces.
ResultCodeEnum
          Type safe LDAP message envelope result code enumeration.
 

Classes in org.apache.directory.api.ldap.model.message used by org.apache.directory.api.ldap.model.filter
AliasDerefMode
          Type-safe derefAliases search parameter enumeration which determines the mode of alias handling.
SearchScope
          A search scope enumerated type.
 

Classes in org.apache.directory.api.ldap.model.message used by org.apache.directory.api.ldap.model.ldif
Control
          Protocol request and response altering control interface.
 

Classes in org.apache.directory.api.ldap.model.message used by org.apache.directory.api.ldap.model.message
AbandonableRequest
          A request which can be abandoned.
AbandonListener
          A listener interested in abandon operations performed on requests.
AbandonRequest
          Abandon protocol operation request to terminate an operation already in progress.
AbstractAbandonableRequest
          The base abandonable request message class.
AbstractMessage
          Abstract message base class.
AbstractRequest
          The base request message class.
AbstractResponse
          Abstract base for a Response message.
AbstractResultResponse
          Abstract base for a ResultResponse message.
AddRequest
          Add protocol operation request used to add a new entry to the DIT.
AddResponse
          Add protocol response message used to confirm the results of a add request message.
AliasDerefMode
          Type-safe derefAliases search parameter enumeration which determines the mode of alias handling.
BindRequest
          Bind protocol operation request which authenticates and begins a client session.
BindResponse
          Bind protocol response message used to confirm the results of a bind request message.
BindStatus
          An enum used to store the BindRequest state.
CompareRequest
          Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
CompareResponse
          Compare protocol response message used to confirm the results of a compare request message.
Control
          Protocol request and response altering control interface.
DeleteRequest
          Delete request protocol message used to remove an existing leaf entry from the directory.
DeleteResponse
          Delete protocol response message used to confirm the results of a delete request message.
ExtendedRequest
          Extended protocol request message used to add to more operations to the protocol.
ExtendedResponse
          Extended protocol response message used to confirm the results of a extended request message.
ExtendedResponseImpl
          A simple ExtendedResponse implementation.
IntermediateResponse
          Intermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).
LdapResult
          LDAPv3 result structure embedded into Responses.
ManyReplyRequest
          A request that can generate zero, one, or more heterogenous responses for a single request.
Message
          Root interface for all LDAP message type interfaces.
MessageTypeEnum
          An enum to store the Ldap message type.
ModifyDnRequest
          Modify Dn request protocol message used to rename or move an existing entry in the directory.
ModifyDnResponse
          Modify Dn protocol response message used to confirm the results of a modify Dn request message.
ModifyRequest
          Modify request protocol message used to alter the attributes and values of an existing entry.
ModifyResponse
          Modify protocol response message used to confirm the results of a modify request message.
Referral
          Represents a referral which is a set of alternative locations where an entry can be found.
Request
          Ldap protocol request messages derive from this super interface.
Response
          Super interface used as a marker for all protocol response type messages.
ResultCodeEnum
          Type safe LDAP message envelope result code enumeration.
ResultResponse
          An LDAP Response that contains an LDAPResult structure within it.
ResultResponseRequest
          A request who's one or more responses contains an LdapResult.
SearchParams
          A container for Search parameters.
SearchRequest
          Search request protocol message interface.
SearchResultDone
          Search done protocol response message used to indicate the completion of a search request message.
SearchResultEntry
          Search entry protocol response message used to return non referral entries to the client in response to a search request message.
SearchResultReference
          Search reference protocol response message used to return referrals to the client in response to a search request message.
SearchScope
          A search scope enumerated type.
SingleReplyRequest
          Super interface for all request messages returning only one type of response.
UnbindRequest
          Unbind protocol request message used to end a client session.
 

Classes in org.apache.directory.api.ldap.model.message used by org.apache.directory.api.ldap.model.message.controls
Control
          Protocol request and response altering control interface.
 

Classes in org.apache.directory.api.ldap.model.message used by org.apache.directory.api.ldap.model.message.extended
AbstractMessage
          Abstract message base class.
AbstractResponse
          Abstract base for a Response message.
AbstractResultResponse
          Abstract base for a ResultResponse message.
AddResponse
          Add protocol response message used to confirm the results of a add request message.
AddResponseImpl
          AddResponse implementation.
BindResponse
          Bind protocol response message used to confirm the results of a bind request message.
BindResponseImpl
          BindResponse implementation.
CompareResponse
          Compare protocol response message used to confirm the results of a compare request message.
CompareResponseImpl
          CompareResponse implementation.
DeleteResponse
          Delete protocol response message used to confirm the results of a delete request message.
DeleteResponseImpl
          DeleteResponse implementation
ExtendedResponse
          Extended protocol response message used to confirm the results of a extended request message.
ExtendedResponseImpl
          A simple ExtendedResponse implementation.
Message
          Root interface for all LDAP message type interfaces.
ModifyDnResponse
          Modify Dn protocol response message used to confirm the results of a modify Dn request message.
ModifyDnResponseImpl
          ModifyDnResponse implementation
ModifyResponse
          Modify protocol response message used to confirm the results of a modify request message.
ModifyResponseImpl
          ModifyResponse implementation
Response
          Super interface used as a marker for all protocol response type messages.
ResultResponse
          An LDAP Response that contains an LDAPResult structure within it.
SearchResultDone
          Search done protocol response message used to indicate the completion of a search request message.
SearchResultDoneImpl
          SearchResponseDone implementation
 

Classes in org.apache.directory.api.ldap.model.message used by org.apache.directory.api.ldap.model.url
SearchScope
          A search scope enumerated type.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.