Uses of Interface
org.ldaptive.Message
-
Packages that use Message Package Description org.ldaptive org.ldaptive.auth org.ldaptive.extended org.ldaptive.transport -
-
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. -
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
Methods in org.ldaptive.transport that return types with arguments of type Message Modifier and Type Method Description java.util.Optional<Message>ResponseParser. parse(DERBuffer buffer)Examines the supplied buffer and parses an LDAP response message if one is found.
-