Uses of Class
org.ldaptive.extended.ExtendedResponse
Packages that use ExtendedResponse
-
Uses of ExtendedResponse in org.ldaptive.extended
Subclasses of ExtendedResponse in org.ldaptive.extendedModifier and TypeClassDescriptionfinal classLDAP notice of disconnection defined as:classLDAP unsolicited notification defined as:Methods in org.ldaptive.extended that return ExtendedResponseModifier and TypeMethodDescriptionExtendedOperationHandle.await()static ExtendedResponseExtendedOperation.execute(ConnectionFactory factory, ExtendedRequest request) Executes an extended request.ExtendedOperation.execute(ExtendedRequest request) Executes an extended request.default ExtendedResponseExtendedOperationHandle.execute()Methods in org.ldaptive.extended with parameters of type ExtendedResponseModifier and TypeMethodDescriptionstatic StringPasswordModifyResponseParser.parse(ExtendedResponse response) Parse the supplied extended operation response.static StringWhoAmIResponseParser.parse(ExtendedResponse response) Parse the supplied extended operation response.Method parameters in org.ldaptive.extended with type arguments of type ExtendedResponseModifier and TypeMethodDescriptionExtendedOperationHandle.onReferralResult(ReferralResultHandler<ExtendedResponse> function) Constructors in org.ldaptive.extended with parameters of type ExtendedResponseModifierConstructorDescriptionprotected(package private)ResponseNameHandler(ExtendedResponse response) Creates a new response name handler.(package private)ResponseValueHandler(ExtendedResponse response) Creates a new response value handler. -
Uses of ExtendedResponse in org.ldaptive.transport
Methods in org.ldaptive.transport with parameters of type ExtendedResponseModifier and TypeMethodDescriptionvoidDefaultExtendedOperationHandle.extended(ExtendedResponse response) Method parameters in org.ldaptive.transport with type arguments of type ExtendedResponseModifier and TypeMethodDescriptionDefaultExtendedOperationHandle.onReferralResult(ReferralResultHandler<ExtendedResponse> function)