Uses of Class
org.ldaptive.extended.ExtendedRequest
-
Packages that use ExtendedRequest Package Description org.ldaptive org.ldaptive.ad.extended org.ldaptive.extended org.ldaptive.transport org.ldaptive.transport.netty -
-
Uses of ExtendedRequest in org.ldaptive
Methods in org.ldaptive with parameters of type ExtendedRequest Modifier and Type Method Description ExtendedOperationHandleConnection. 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 Modifier and Type Class Description classFastBindRequestLDAP fast bind request defined as: -
Uses of ExtendedRequest in org.ldaptive.extended
Subclasses of ExtendedRequest in org.ldaptive.extended Modifier and Type Class Description classCancelRequestLDAP cancel request defined as:classPasswordModifyRequestLDAP password modify request defined as:classStartTLSRequestLDAP startTLS request defined as:classWhoAmIRequestLDAP who am i request defined as:Methods in org.ldaptive.extended with parameters of type ExtendedRequest Modifier and Type Method Description static ExtendedResponseExtendedOperation. execute(ConnectionFactory factory, ExtendedRequest request)Executes an extended request.ExtendedResponseExtendedOperation. execute(ExtendedRequest request)Executes an extended request.static ExtendedOperationHandleExtendedOperation. send(ConnectionFactory factory, ExtendedRequest request)Sends an extended request.ExtendedOperationHandleExtendedOperation. send(ExtendedRequest request)Sends an extended request.Constructors in org.ldaptive.extended with parameters of type ExtendedRequest Constructor Description Builder(ExtendedRequest r)Creates a new builder. -
Uses of ExtendedRequest in org.ldaptive.transport
Constructors in org.ldaptive.transport with parameters of type ExtendedRequest Constructor Description DefaultExtendedOperationHandle(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 Modifier and Type Method Description DefaultExtendedOperationHandleNettyConnection. operation(ExtendedRequest request)
-