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 TypeClassDescriptionclassLDAP message envelope defined as:classLDAP result message defined as:classLDAP add response defined as:classLDAP bind response defined as:classLDAP compare response defined as:classLDAP delete response defined as:classLDAP search result entry defined as:classLDAP modify DN response defined as:classLDAP modify response defined as:classResponse that encapsulates the result elements of a search request.classLDAP 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 TypeClassDescriptionclassResponse object for authentication handlers.classSynthetic response object that encapsulates data used for authentication. -
Uses of Message in org.ldaptive.extended
Classes in org.ldaptive.extended that implement MessageModifier and TypeClassDescriptionclassLDAP extended response defined as:classLDAP extended response defined as:classLDAP notice of disconnection defined as:classIntermediate response message for LDAP content synchronization.classLDAP unsolicited notification defined as: -
Uses of Message in org.ldaptive.transport
Fields in org.ldaptive.transport declared as MessageModifier and TypeFieldDescriptionprivate MessageResponseParser.messageMessage 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 voidNettyConnection.InboundMessageHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, Message msg)