Uses of Class
org.ldaptive.extended.ExtendedResponse
-
Packages that use ExtendedResponse Package Description org.ldaptive.extended org.ldaptive.transport -
-
Uses of ExtendedResponse in org.ldaptive.extended
Subclasses of ExtendedResponse in org.ldaptive.extended Modifier and Type Class Description class
NoticeOfDisconnection
LDAP notice of disconnection defined as:class
UnsolicitedNotification
LDAP unsolicited notification defined as:Methods in org.ldaptive.extended that return ExtendedResponse Modifier and Type Method Description ExtendedResponse
ExtendedOperationHandle. await()
static ExtendedResponse
ExtendedOperation. execute(ConnectionFactory factory, ExtendedRequest request)
Executes an extended request.ExtendedResponse
ExtendedOperation. execute(ExtendedRequest request)
Executes an extended request.default ExtendedResponse
ExtendedOperationHandle. execute()
Methods in org.ldaptive.extended with parameters of type ExtendedResponse Modifier and Type Method Description static String
PasswordModifyResponseParser. parse(ExtendedResponse response)
Parse the supplied extended operation response.static String
WhoAmIResponseParser. parse(ExtendedResponse response)
Parse the supplied extended operation response.Constructors in org.ldaptive.extended with parameters of type ExtendedResponse Constructor Description Builder(ExtendedResponse r)
ResponseNameHandler(ExtendedResponse response)
Creates a new response name handler.ResponseValueHandler(ExtendedResponse response)
Creates a new response value handler. -
Uses of ExtendedResponse in org.ldaptive.transport
Methods in org.ldaptive.transport that return ExtendedResponse Modifier and Type Method Description ExtendedResponse
DefaultExtendedOperationHandle. await()
Methods in org.ldaptive.transport with parameters of type ExtendedResponse Modifier and Type Method Description void
DefaultExtendedOperationHandle. extended(ExtendedResponse response)
-