Uses of Interface
org.ldaptive.Message
-
Packages that use Message Package Description org.ldaptive org.ldaptive.auth org.ldaptive.extended org.ldaptive.transport org.ldaptive.transport.netty -
-
Uses of Message in org.ldaptive
Subinterfaces of Message in org.ldaptive Modifier and Type Interface Description interface
Result
LDAP protocol result.Classes in org.ldaptive that implement Message Modifier and Type Class Description class
AbstractMessage
LDAP message envelope defined as:class
AbstractResult
LDAP result message defined as:class
AddResponse
LDAP add response defined as:class
BindResponse
LDAP bind response defined as:class
CompareResponse
LDAP compare response defined as:class
DeleteResponse
LDAP delete response defined as:class
LdapEntry
LDAP search result entry defined as:class
ModifyDnResponse
LDAP modify DN response defined as:class
ModifyResponse
LDAP modify response defined as:class
SearchResponse
Response that encapsulates the result elements of a search request.class
SearchResultReference
LDAP search result entry defined as:Methods in org.ldaptive with type parameters of type Message Modifier and Type Method Description protected <T extends Message>
voidAbstractMessage. copyValues(T message)
Copies the property values from the supplied message to this message. -
Uses of Message in org.ldaptive.auth
Classes in org.ldaptive.auth that implement Message Modifier and Type Class Description class
AuthenticationHandlerResponse
Response object for authentication handlers.class
AuthenticationResponse
Synthetic response object that encapsulates data used for authentication. -
Uses of Message in org.ldaptive.extended
Classes in org.ldaptive.extended that implement Message Modifier and Type Class Description class
ExtendedResponse
LDAP extended response defined as:class
IntermediateResponse
LDAP extended response defined as:class
NoticeOfDisconnection
LDAP notice of disconnection defined as:class
SyncInfoMessage
Intermediate response message for LDAP content synchronization.class
UnsolicitedNotification
LDAP unsolicited notification defined as: -
Uses of Message in org.ldaptive.transport
Fields in org.ldaptive.transport declared as Message Modifier and Type Field Description private Message
ResponseParser. message
Message produced from parsing a DER buffer.Fields in org.ldaptive.transport with type parameters of type Message Modifier and Type Field Description private static Predicate<Message>
DefaultOperationHandle. DEFAULT_RESPONSE_TIMEOUT_CONDITION
Predicate that requires any result message except unsolicited.private static Predicate<Message>
DefaultSearchOperationHandle. SEARCH_RESPONSE_TIMEOUT_CONDITION
Predicate that requires any message except unsolicited.Methods in org.ldaptive.transport that return types with arguments of type Message Modifier and Type Method Description protected Predicate<Message>
DefaultOperationHandle. getResponseTimeoutCondition()
Returns a predicate to determine whether the responseTimeout semaphore should be released.protected Predicate<Message>
DefaultSearchOperationHandle. getResponseTimeoutCondition()
Optional<Message>
ResponseParser. parse(DERBuffer buffer)
Examines the supplied buffer and parses an LDAP response message if one is found.Methods in org.ldaptive.transport with parameters of type Message Modifier and Type Method Description protected void
DefaultOperationHandle. consumedMessage(Message message)
Indicates that a protocol message was consumed by a supplied consumer. -
Uses of Message in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type Message Modifier and Type Method Description protected void
NettyConnection.InboundMessageHandler. channelRead0(io.netty.channel.ChannelHandlerContext ctx, Message msg)
-