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 TypeClassDescriptionclass
LDAP notice of disconnection defined as:class
LDAP unsolicited notification defined as:Methods in org.ldaptive.extended that return ExtendedResponseModifier and TypeMethodDescriptionExtendedOperationHandle.await()
static ExtendedResponse
ExtendedOperation.execute
(ConnectionFactory factory, ExtendedRequest request) Executes an extended request.ExtendedOperation.execute
(ExtendedRequest request) Executes an extended request.default ExtendedResponse
ExtendedOperationHandle.execute()
Methods in org.ldaptive.extended with parameters of type ExtendedResponseModifier and TypeMethodDescriptionstatic 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 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 that return ExtendedResponseMethods in org.ldaptive.transport with parameters of type ExtendedResponseModifier and TypeMethodDescriptionvoid
DefaultExtendedOperationHandle.extended
(ExtendedResponse response)