Uses of Interface
org.ldaptive.Request
Packages that use Request
Package
Description
-
Uses of Request in org.ldaptive
Classes in org.ldaptive with type parameters of type RequestModifier and TypeClassDescriptionclass
AbstractOperation<Q extends Request,
S extends Result> Base class for operations.interface
Operation interface.interface
OperationHandle<Q extends Request,
S extends Result> Handle that notifies on the components of an LDAP operation request.Subinterfaces of Request in org.ldaptiveClasses in org.ldaptive that implement RequestModifier and TypeClassDescriptionclass
LDAP abandon request defined as:class
LDAP message envelope defined as:class
LDAP add request defined as:class
LDAP anonymous bind request.class
LDAP compare request defined as:class
LDAP delete request defined as:class
LDAP modify DN request defined as:class
LDAP modify request defined as:class
LDAP search request defined as:class
LDAP simple bind request.class
LDAP unbind request defined as: -
Uses of Request in org.ldaptive.ad.extended
Classes in org.ldaptive.ad.extended that implement Request -
Uses of Request in org.ldaptive.concurrent
Classes in org.ldaptive.concurrent with type parameters of type RequestModifier and TypeClassDescriptionclass
AbstractOperationWorker<T extends Operation<Q,
S>, Q extends Request, S extends Result> Base class for worker operations.interface
OperationWorker<Q extends Request,
S extends Result> Interface for ldap operation workers.Methods in org.ldaptive.concurrent with parameters of type RequestModifier and TypeMethodDescriptionExecute an ldap operation for each request on a separate thread and waits for all operations to complete.Execute an ldap operation for each request and waits for each operation to complete.Execute an ldap operation for each request on a separate thread.Execute an ldap operation for each request. -
Uses of Request in org.ldaptive.extended
Classes in org.ldaptive.extended that implement RequestModifier and TypeClassDescriptionclass
LDAP cancel request defined as:class
LDAP extended request defined as:class
LDAP password modify request defined as:class
LDAP startTLS request defined as:class
LDAP who am i request defined as: -
Uses of Request in org.ldaptive.handler
Classes in org.ldaptive.handler with type parameters of type RequestModifier and TypeInterfaceDescriptioninterface
RequestHandler<Q extends Request>
Marker interface for a request handler. -
Uses of Request in org.ldaptive.referral
Classes in org.ldaptive.referral with type parameters of type RequestModifier and TypeClassDescriptionclass
AbstractFollowReferralHandler<Q extends Request,
S extends Result> Common implementation of referral handling. -
Uses of Request in org.ldaptive.sasl
Classes in org.ldaptive.sasl that implement RequestModifier and TypeClassDescriptionclass
LDAP external bind request.class
LDAP SASL bind request defined as: -
Uses of Request in org.ldaptive.transport
Classes in org.ldaptive.transport with type parameters of type RequestModifier and TypeClassDescriptionclass
DefaultOperationHandle<Q extends Request,
S extends Result> Handle that notifies on the components of an LDAP operation request.class
MessageFunctional<Q extends Request,
S extends Result> Base class for processing a message that is initialized with the request and connection.static class
MessageFunctional.BiConsumer<Q extends Request,
S extends Result, T, U> Marker class to inject connection and request properties.static class
MessageFunctional.Consumer<Q extends Request,
S extends Result, T> Marker class to inject connection and request properties.static class
MessageFunctional.Function<Q extends Request,
S extends Result, T, R> Marker class to inject connection and request properties.Fields in org.ldaptive.transport declared as RequestModifier and TypeFieldDescriptionprivate Request
DefaultOperationHandle.request
Protocol request to send.private Q
MessageFunctional.request
Request that produced the message.Methods in org.ldaptive.transport that return Request -
Uses of Request in org.ldaptive.transport.netty
Constructors in org.ldaptive.transport.netty with parameters of type RequestModifierConstructorDescriptionEncodedRequest
(int id, Request request) Creates a new encoded request.