Uses of Class
org.ldaptive.extended.ExtendedRequest
Packages that use ExtendedRequest
Package
Description
-
Uses of ExtendedRequest in org.ldaptive
Methods in org.ldaptive with parameters of type ExtendedRequestModifier and TypeMethodDescriptionConnection.operation(ExtendedRequest request) Creates a handle for an extended operation. -
Uses of ExtendedRequest in org.ldaptive.ad.extended
Subclasses of ExtendedRequest in org.ldaptive.ad.extended -
Uses of ExtendedRequest in org.ldaptive.extended
Subclasses of ExtendedRequest in org.ldaptive.extendedModifier and TypeClassDescriptionclassLDAP cancel request defined as:classLDAP password modify request defined as:classLDAP startTLS request defined as:classLDAP who am i request defined as:Methods in org.ldaptive.extended with parameters of type ExtendedRequestModifier and TypeMethodDescriptionstatic ExtendedResponseExtendedOperation.execute(ConnectionFactory factory, ExtendedRequest request) Executes an extended request.ExtendedOperation.execute(ExtendedRequest request) Executes an extended request.static ExtendedOperationHandleExtendedOperation.send(ConnectionFactory factory, ExtendedRequest request) Sends an extended request.ExtendedOperation.send(ExtendedRequest request) Sends an extended request.Constructors in org.ldaptive.extended with parameters of type ExtendedRequest -
Uses of ExtendedRequest in org.ldaptive.transport
Constructors in org.ldaptive.transport with parameters of type ExtendedRequestModifierConstructorDescriptionDefaultExtendedOperationHandle(ExtendedRequest req, TransportConnection conn, Duration timeout) Creates a new extended operation handle. -
Uses of ExtendedRequest in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type ExtendedRequest