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 TypeClassDescriptionclassAbstractOperation<Q extends Request,S extends Result> Base class for operations.classAbstractOperationConnectionValidator<Q extends Request,S extends Result> Base class for validators that use an operation to perform validation.protected static classAbstractOperationConnectionValidator.AbstractBuilder<Q extends Request,S extends Result, B, T extends AbstractOperationConnectionValidator<Q, S>> Base class for operation validator builders.classAbstractOperationFactory<Q extends Request,S extends Result> Base class for classes that need to configure an operation.interfaceOperation interface.interfaceOperationHandle<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 TypeClassDescriptionclassLDAP abandon request defined as:classLDAP message envelope defined as:classLDAP add request defined as:classLDAP anonymous bind request.classLDAP compare request defined as:classLDAP delete request defined as:classLDAP modify DN request defined as:classLDAP modify request defined as:classLDAP search request defined as:final classLDAP simple bind request.classLDAP unbind request defined as:Fields in org.ldaptive declared as RequestModifier and TypeFieldDescriptionprivate QAbstractOperationConnectionValidator.requestOperation request.Methods in org.ldaptive with type parameters of type RequestModifier and TypeMethodDescriptionAbstractOperation.copy(AbstractOperation<Q, S> from, AbstractOperation<Q, S> to, boolean deep) Copies properties from one operation to another. -
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 TypeClassDescriptionclassAbstractOperationWorker<T extends Operation<Q,S>, Q extends Request, S extends Result> Base class for worker operations.interfaceOperationWorker<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 TypeClassDescriptionclassLDAP cancel request defined as:classLDAP extended request defined as:classLDAP password modify request defined as:classLDAP startTLS request defined as:classLDAP 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 TypeInterfaceDescriptioninterfaceRequestHandler<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 TypeClassDescriptionclassAbstractFollowReferralHandler<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 TypeClassDescriptionclassLDAP external bind request.classLDAP SASL bind request defined as: -
Uses of Request in org.ldaptive.transport
Classes in org.ldaptive.transport with type parameters of type RequestModifier and TypeClassDescriptionclassDefaultOperationHandle<Q extends Request,S extends Result> Handle that notifies on the components of an LDAP operation request.classMessageFunctional<Q extends Request,S extends Result> Base class for processing a message that is initialized with properties from the handle.static classMessageFunctional.BiConsumer<Q extends Request,S extends Result, T, U> Marker class to inject handle properties.static classMessageFunctional.Consumer<Q extends Request,S extends Result, T> Marker class to inject handle properties.static classMessageFunctional.Function<Q extends Request,S extends Result, T, R> Marker class to inject handle properties.Fields in org.ldaptive.transport declared as RequestModifier and TypeFieldDescriptionprivate final QDefaultOperationHandle.requestProtocol request to send.private QMessageFunctional.requestRequest that produced the message.Constructors in org.ldaptive.transport with parameters of type RequestModifierConstructorDescriptionEncodedRequest(int id, Request request) Creates a new encoded request.