Uses of Interface
org.ldaptive.Result
Packages that use Result
Package
Description
-
Uses of Result in org.ldaptive
Classes in org.ldaptive with type parameters of type ResultModifier 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.Classes in org.ldaptive that implement ResultModifier and TypeClassDescriptionclassLDAP result message defined as:final classLDAP add response defined as:final classLDAP bind response defined as:final classLDAP compare response defined as:final classLDAP delete response defined as:final classLDAP modify DN response defined as:final classLDAP modify response defined as:final classResponse that encapsulates the result elements of a search request.Methods in org.ldaptive with type parameters of type ResultModifier and TypeMethodDescriptionAbstractOperation.copy(AbstractOperation<Q, S> from, AbstractOperation<Q, S> to, boolean deep) Copies properties from one operation to another.protected final <T extends Result>
voidAbstractResult.copyValues(T result) Copies the property values from the supplied result to this result.Methods in org.ldaptive that return ResultModifier and TypeMethodDescriptionBindConnectionInitializer.initialize(Connection c) ConnectionInitializer.initialize(Connection conn) Initialize the supplied connection.Methods in org.ldaptive with parameters of type ResultModifier and TypeMethodDescriptionfinal booleanAbstractResult.equalsResult(Result result) Returns whether the base properties of this result are equal.protected static StringLdapException.formatResult(Result result) Formats the supplied result for use as an exception message.Constructors in org.ldaptive with parameters of type ResultModifierConstructorDescriptionLdapException(Result result) Creates a new ldap exception based on the supplied result. -
Uses of Result in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as ResultModifier and TypeFieldDescriptionprivate final ResultNotificationClient.NotificationItem.searchResultResult contained in this notification item.Methods in org.ldaptive.ad.control.util that return ResultModifier and TypeMethodDescriptionNotificationClient.NotificationItem.getResult()Returns the response contained in this item or null if this item does not contain a response.Constructors in org.ldaptive.ad.control.util with parameters of type Result -
Uses of Result in org.ldaptive.ad.extended
Methods in org.ldaptive.ad.extended that return Result -
Uses of Result in org.ldaptive.auth
Classes in org.ldaptive.auth that implement ResultModifier and TypeClassDescriptionfinal classResponse object for authentication handlers.final classSynthetic response object that encapsulates data used for authentication. -
Uses of Result in org.ldaptive.beans.persistence
Methods in org.ldaptive.beans.persistence that return Result -
Uses of Result in org.ldaptive.concurrent
Classes in org.ldaptive.concurrent with type parameters of type ResultModifier 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. -
Uses of Result in org.ldaptive.control.util
Fields in org.ldaptive.control.util with type parameters of type ResultModifier and TypeFieldDescriptionPersistentSearchClient.onResultInvoked when a result is received.SyncReplClient.onResultInvoked when a result is received.SyncReplRunner.onResultInvoked when a result is received.Method parameters in org.ldaptive.control.util with type arguments of type ResultModifier and TypeMethodDescriptionvoidPersistentSearchClient.setOnResult(Consumer<Result> consumer) Sets the onResult consumer.voidSyncReplClient.setOnResult(Consumer<Result> consumer) Sets the onResult consumer.voidSyncReplRunner.setOnResult(Consumer<Result> consumer) Sets the onResult consumer. -
Uses of Result in org.ldaptive.ext
Methods in org.ldaptive.ext that return ResultModifier and TypeMethodDescriptionprotected ResultMergeOperation.add(MergeRequest request, LdapEntry entry) Executes anAddOperationfor the supplied entry.protected ResultMergeOperation.delete(MergeRequest request, LdapEntry entry) Executes aDeleteOperationfor the supplied entry.MergeOperation.execute(MergeRequest request) Executes a merge request.protected ResultMergeOperation.modify(MergeRequest request, LdapEntry source, LdapEntry target) Retrieves the attribute modifications fromLdapEntry.computeModifications(LdapEntry, LdapEntry)and executes aModifyOperationwith those results. -
Uses of Result in org.ldaptive.extended
Classes in org.ldaptive.extended that implement ResultModifier and TypeClassDescriptionclassLDAP extended response defined as:final classLDAP notice of disconnection defined as:classLDAP unsolicited notification defined as: -
Uses of Result in org.ldaptive.handler
Classes in org.ldaptive.handler with type parameters of type ResultModifier and TypeInterfaceDescriptioninterfaceReferralResultHandler<S extends Result>Marker interface for a referral result handler.Methods in org.ldaptive.handler with parameters of type ResultModifier and TypeMethodDescriptiondefault voidResultPredicate.testAndThrow(Result result) Test a result and throw if the test succeeds. -
Uses of Result in org.ldaptive.referral
Classes in org.ldaptive.referral with type parameters of type ResultModifier and TypeClassDescriptionclassAbstractFollowReferralHandler<Q extends Request,S extends Result> Common implementation of referral handling. -
Uses of Result in org.ldaptive.transport
Classes in org.ldaptive.transport with type parameters of type ResultModifier 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 ResultModifier and TypeFieldDescriptionprivate SDefaultOperationHandle.resultProtocol response result.Methods in org.ldaptive.transport with parameters of type ResultModifier and TypeMethodDescriptionprotected voidDefaultOperationHandle.evaluateThrowCondition(Result r) InvokesDefaultOperationHandle.throwCondition, if it exists, for the supplied result.protected voidDefaultSearchOperationHandle.evaluateThrowCondition(Result r) private booleanWhether the supplied result belongs to this handle. -
Uses of Result in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty that return ResultModifier and TypeMethodDescription(package private) ResultNettyConnection.operation(StartTLSRequest request) Performs a startTLS operation.