Uses of Class
org.ldaptive.AddResponse
Packages that use AddResponse
-
Uses of AddResponse in org.ldaptive
Methods in org.ldaptive that return AddResponseModifier and TypeMethodDescriptionAddOperation.execute
(AddRequest request) Executes an add request.static AddResponse
AddOperation.execute
(ConnectionFactory factory, AddRequest request) Executes an add request.Methods in org.ldaptive that return types with arguments of type AddResponseModifier and TypeMethodDescriptionConnection.operation
(AddRequest request) Creates a handle for an add operation.AddOperation.send
(AddRequest request) Sends an add request.static OperationHandle<AddRequest,
AddResponse> AddOperation.send
(ConnectionFactory factory, AddRequest request) Sends an add request. -
Uses of AddResponse in org.ldaptive.beans.persistence
Methods in org.ldaptive.beans.persistence that return AddResponseModifier and TypeMethodDescriptionDefaultLdapEntryManager.add
(T object, ResultPredicate predicate) Adds the supplied annotated object to an LDAP.Adds the supplied annotated object to an LDAP. -
Uses of AddResponse in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty that return types with arguments of type AddResponse