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 classNoticeOfDisconnectionLDAP notice of disconnection defined as:classUnsolicitedNotificationLDAP unsolicited notification defined as:Methods in org.ldaptive.extended that return ExtendedResponse Modifier and Type Method Description ExtendedResponseExtendedOperationHandle. await()static ExtendedResponseExtendedOperation. execute(ConnectionFactory factory, ExtendedRequest request)Executes an extended request.ExtendedResponseExtendedOperation. execute(ExtendedRequest request)Executes an extended request.default ExtendedResponseExtendedOperationHandle. execute()Methods in org.ldaptive.extended with parameters of type ExtendedResponse Modifier and Type Method Description static java.lang.StringPasswordModifyResponseParser. parse(ExtendedResponse response)Parse the supplied extended operation response.static java.lang.StringWhoAmIResponseParser. parse(ExtendedResponse response)Parse the supplied extended operation response.Constructors in org.ldaptive.extended with parameters of type ExtendedResponse Constructor Description Builder(ExtendedResponse r) -
Uses of ExtendedResponse in org.ldaptive.transport
Methods in org.ldaptive.transport that return ExtendedResponse Modifier and Type Method Description ExtendedResponseDefaultExtendedOperationHandle. await()Methods in org.ldaptive.transport with parameters of type ExtendedResponse Modifier and Type Method Description voidDefaultExtendedOperationHandle. extended(ExtendedResponse response)InvokesDefaultExtendedOperationHandle.onExtended.
-