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 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.Classes in org.ldaptive that implement ResultModifier and TypeClassDescriptionclass
LDAP result message defined as:class
LDAP add response defined as:class
LDAP bind response defined as:class
LDAP compare response defined as:class
LDAP delete response defined as:class
LDAP modify DN response defined as:class
LDAP modify response defined as:class
Response 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 String
LdapException.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 Result
NotificationClient.NotificationItem.searchResult
Result 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 TypeClassDescriptionclass
Response object for authentication handlers.class
Synthetic 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 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. -
Uses of Result in org.ldaptive.control.util
Fields in org.ldaptive.control.util with type parameters of type ResultModifier and TypeFieldDescriptionPersistentSearchClient.onResult
Invoked when a result is received.SyncReplClient.onResult
Invoked when a result is received.SyncReplRunner.onResult
Invoked when a result is received.Method parameters in org.ldaptive.control.util with type arguments of type ResultModifier and TypeMethodDescriptionvoid
PersistentSearchClient.setOnResult
(Consumer<Result> consumer) Sets the onResult consumer.void
SyncReplClient.setOnResult
(Consumer<Result> consumer) Sets the onResult consumer.void
SyncReplRunner.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 Result
MergeOperation.add
(Connection conn, MergeRequest request, LdapEntry entry) Executes anAddOperation
for the supplied entry.protected Result
MergeOperation.delete
(Connection conn, MergeRequest request, LdapEntry entry) Executes aDeleteOperation
for the supplied entry.MergeOperation.execute
(MergeRequest request) Executes a merge request.protected Result
MergeOperation.modify
(Connection conn, MergeRequest request, LdapEntry source, LdapEntry target) Retrieves the attribute modifications fromLdapEntry.computeModifications(LdapEntry, LdapEntry)
and executes aModifyOperation
with those results. -
Uses of Result in org.ldaptive.extended
Classes in org.ldaptive.extended that implement ResultModifier and TypeClassDescriptionclass
LDAP extended response defined as:class
LDAP notice of disconnection defined as:class
LDAP unsolicited notification defined as: -
Uses of Result in org.ldaptive.handler
Methods in org.ldaptive.handler with parameters of type ResultModifier and TypeMethodDescriptiondefault void
ResultPredicate.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 TypeClassDescriptionclass
AbstractFollowReferralHandler<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 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 Result -
Uses of Result in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty that return ResultModifier and TypeMethodDescription(package private) Result
NettyConnection.operation
(StartTLSRequest request) Performs a startTLS operation.