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 TypeClassDescriptionclass
LDAP cancel request defined as:class
LDAP password modify request defined as:class
LDAP startTLS request defined as:class
LDAP who am i request defined as:Methods in org.ldaptive.extended with parameters of type ExtendedRequestModifier and TypeMethodDescriptionstatic ExtendedResponse
ExtendedOperation.execute
(ConnectionFactory factory, ExtendedRequest request) Executes an extended request.ExtendedOperation.execute
(ExtendedRequest request) Executes an extended request.static ExtendedOperationHandle
ExtendedOperation.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