Uses of Interface
org.ldaptive.Message
Packages that use Message
Package
Description
-
Uses of Message in org.ldaptive
Subinterfaces of Message in org.ldaptiveClasses in org.ldaptive that implement MessageModifier and TypeClassDescriptionclass
LDAP message envelope defined as:class
LDAP result message defined as:class
LDAP add response defined as:class
LDAP bind response defined as:class
LDAP compare response defined as:class
LDAP delete response defined as:class
LDAP search result entry defined as:class
LDAP modify DN response defined as:class
LDAP modify response defined as:class
Response that encapsulates the result elements of a search request.class
LDAP search result entry defined as:Methods in org.ldaptive with type parameters of type MessageModifier and TypeMethodDescriptionprotected <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 MessageModifier and TypeClassDescriptionclass
Response object for authentication handlers.class
Synthetic response object that encapsulates data used for authentication. -
Uses of Message in org.ldaptive.extended
Classes in org.ldaptive.extended that implement MessageModifier and TypeClassDescriptionclass
LDAP extended response defined as:class
LDAP extended response defined as:class
LDAP notice of disconnection defined as:class
Intermediate response message for LDAP content synchronization.class
LDAP unsolicited notification defined as: -
Uses of Message in org.ldaptive.transport
Fields in org.ldaptive.transport declared as MessageModifier and TypeFieldDescriptionprivate Message
ResponseParser.message
Message produced from parsing a DER buffer.Methods in org.ldaptive.transport that return types with arguments of type Message -
Uses of Message in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type MessageModifier and TypeMethodDescriptionprotected void
NettyConnection.InboundMessageHandler.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, Message msg)