Uses of Interface
org.ldaptive.Result
-
-
Uses of Result in org.ldaptive
Classes in org.ldaptive with type parameters of type Result Modifier and Type Class Description classAbstractOperation<Q extends Request,S extends Result>Base class for operations.interfaceOperation<Q extends Request,S extends Result>Operation 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 Result Modifier and Type Class Description classAbstractResultLDAP result message defined as:classAddResponseLDAP add response defined as:classBindResponseLDAP bind response defined as:classCompareResponseLDAP compare response defined as:classDeleteResponseLDAP delete response defined as:classModifyDnResponseLDAP modify DN response defined as:classModifyResponseLDAP modify response defined as:classSearchResponseResponse that encapsulates the result elements of a search request.Methods in org.ldaptive with type parameters of type Result Modifier and Type Method Description protected <T extends Result>
voidAbstractResult. copyValues(T result)Copies the property values from the supplied result to this result.Methods in org.ldaptive that return Result Modifier and Type Method Description ResultBindConnectionInitializer. initialize(Connection c)ResultConnectionInitializer. initialize(Connection conn)Initialize the supplied connection.Methods in org.ldaptive with parameters of type Result Modifier and Type Method Description protected static java.lang.StringLdapException. formatResult(Result result)Formats the supplied result for use as an exception message.Constructors in org.ldaptive with parameters of type Result Constructor Description LdapException(Result result)Creates a new ldap exception based on the supplied result. -
Uses of Result in org.ldaptive.ad.control.util
Methods in org.ldaptive.ad.control.util that return Result Modifier and Type Method Description ResultNotificationClient.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 Constructor Description NotificationItem(Result result)Creates a new notification item. -
Uses of Result in org.ldaptive.ad.extended
Methods in org.ldaptive.ad.extended that return Result Modifier and Type Method Description ResultFastBindConnectionInitializer. initialize(Connection c) -
Uses of Result in org.ldaptive.auth
Classes in org.ldaptive.auth that implement Result Modifier and Type Class Description classAuthenticationHandlerResponseResponse object for authentication handlers.classAuthenticationResponseSynthetic 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 Modifier and Type Method Description ResultDefaultLdapEntryManager. merge(T object)ResultDefaultLdapEntryManager. merge(T object, ResultPredicate predicate)Merges the supplied annotated object in an LDAP.ResultLdapEntryManager. merge(T object)Merges the supplied annotated object in an LDAP. -
Uses of Result in org.ldaptive.concurrent
Classes in org.ldaptive.concurrent with type parameters of type Result Modifier and Type Class Description classAbstractOperationWorker<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
Method parameters in org.ldaptive.control.util with type arguments of type Result Modifier and Type Method Description voidPersistentSearchClient. setOnResult(java.util.function.Consumer<Result> consumer)Sets the onResult consumer.voidSyncReplClient. setOnResult(java.util.function.Consumer<Result> consumer)Sets the onResult consumer.voidSyncReplRunner. setOnResult(java.util.function.Consumer<Result> consumer)Sets the onResult consumer. -
Uses of Result in org.ldaptive.ext
Methods in org.ldaptive.ext that return Result Modifier and Type Method Description protected 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.ResultMergeOperation. 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 Result Modifier and Type Class Description classExtendedResponseLDAP extended response defined as:classNoticeOfDisconnectionLDAP notice of disconnection defined as:classUnsolicitedNotificationLDAP unsolicited notification defined as: -
Uses of Result in org.ldaptive.handler
Methods in org.ldaptive.handler with parameters of type Result Modifier and Type Method Description default 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 Result Modifier and Type Class Description classAbstractFollowReferralHandler<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 Result Modifier and Type Class Description classDefaultOperationHandle<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.
-