Uses of Class
org.ldaptive.AbstractMessage
-
Packages that use AbstractMessage Package Description org.ldaptive org.ldaptive.auth org.ldaptive.extended -
-
Uses of AbstractMessage in org.ldaptive
Classes in org.ldaptive with type parameters of type AbstractMessage Modifier and Type Class Description protected static classAbstractMessage.AbstractBuilder<B,T extends AbstractMessage>Subclasses of AbstractMessage in org.ldaptive Modifier and Type Class Description 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:Fields in org.ldaptive declared as AbstractMessage Modifier and Type Field Description protected TAbstractMessage.AbstractBuilder. objectConstructors in org.ldaptive with parameters of type AbstractMessage Constructor Description ControlsHandler(AbstractMessage response)Creates a new controls handler.MessageIDHandler(AbstractMessage response)Creates a new message ID handler. -
Uses of AbstractMessage in org.ldaptive.auth
Subclasses of AbstractMessage in org.ldaptive.auth Modifier and Type Class Description classAuthenticationHandlerResponseResponse object for authentication handlers.classAuthenticationResponseSynthetic response object that encapsulates data used for authentication. -
Uses of AbstractMessage in org.ldaptive.extended
Subclasses of AbstractMessage in org.ldaptive.extended 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:
-