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 interfaceResultLDAP protocol result.Classes in org.ldaptive that implement Message Modifier and Type Class Description classAbstractMessageLDAP message envelope defined as:classAbstractResultLDAP result message defined as:classAddResponseLDAP add response defined as:classBindResponseLDAP bind response defined as:classCompareResponseLDAP compare response defined as:classDeleteResponseLDAP delete response defined as:classLdapEntryLDAP search result entry defined as:classModifyDnResponseLDAP modify DN response defined as:classModifyResponseLDAP modify response defined as:classSearchResponseResponse that encapsulates the result elements of a search request.classSearchResultReferenceLDAP 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.Methods in org.ldaptive with parameters of type Message Modifier and Type Method Description BAbstractMessage.AbstractBuilder. copy(Message m)booleanAbstractMessage. equalsMessage(Message message)Returns whether the base properties of this message are equal. -
Uses of Message in org.ldaptive.auth
Classes in org.ldaptive.auth that implement Message Modifier and Type Class Description classAuthenticationHandlerResponseResponse object for authentication handlers.classAuthenticationResponseSynthetic 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 classExtendedResponseLDAP extended response defined as:classIntermediateResponseLDAP extended response defined as:classNoticeOfDisconnectionLDAP notice of disconnection defined as:classSyncInfoMessageIntermediate response message for LDAP content synchronization.classUnsolicitedNotificationLDAP 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 MessageResponseParser. messageMessage 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_CONDITIONPredicate that requires any result message except unsolicited.private static Predicate<Message>DefaultSearchOperationHandle. SEARCH_RESPONSE_TIMEOUT_CONDITIONPredicate 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 voidDefaultOperationHandle. 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 voidNettyConnection.InboundMessageHandler. channelRead0(io.netty.channel.ChannelHandlerContext ctx, Message msg)
-