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.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:classLDAP add response defined as:classLDAP bind response defined as:classLDAP compare response defined as:classLDAP delete response defined as:classLDAP modify DN response defined as:classLDAP modify response defined as:classResponse that encapsulates the result elements of a search request.Methods in org.ldaptive with type parameters of type ResultModifier and TypeMethodDescriptionprotected <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 TypeMethodDescriptionprotected 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 TypeClassDescriptionclassResponse object for authentication handlers.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(Connection conn, MergeRequest request, LdapEntry entry) Executes anAddOperationfor the supplied entry.protected ResultMergeOperation.delete(Connection conn, MergeRequest request, LdapEntry entry) Executes aDeleteOperationfor the supplied entry.MergeOperation.execute(MergeRequest request) Executes a merge request.protected ResultMergeOperation.modify(Connection conn, 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:classLDAP notice of disconnection defined as:classLDAP unsolicited notification defined as: -
Uses of Result in org.ldaptive.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 the request and connection.static classMessageFunctional.BiConsumer<Q extends Request,S extends Result, T, U> Marker class to inject connection and request properties.static classMessageFunctional.Consumer<Q extends Request,S extends Result, T> Marker class to inject connection and request properties.static classMessageFunctional.Function<Q extends Request,S extends Result, T, R> Marker class to inject connection and request properties.Fields in org.ldaptive.transport declared as Result -
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.