Uses of Class
org.ldaptive.DeleteResponse
Packages that use DeleteResponse
-
Uses of DeleteResponse in org.ldaptive
Methods in org.ldaptive that return DeleteResponseModifier and TypeMethodDescriptionstatic DeleteResponse
DeleteOperation.execute
(ConnectionFactory factory, DeleteRequest request) Executes a delete request.DeleteOperation.execute
(DeleteRequest request) Executes a delete request.Methods in org.ldaptive that return types with arguments of type DeleteResponseModifier and TypeMethodDescriptionConnection.operation
(DeleteRequest request) Creates a handle for an delete operation.DeleteOperation.send
(ConnectionFactory factory, DeleteRequest request) Sends a delete request.DeleteOperation.send
(DeleteRequest request) Sends a delete request. -
Uses of DeleteResponse in org.ldaptive.beans.persistence
Methods in org.ldaptive.beans.persistence that return DeleteResponseModifier and TypeMethodDescriptionDefaultLdapEntryManager.delete
(T object, ResultPredicate predicate) Deletes the supplied annotated object from an LDAP.Deletes the supplied annotated object from an LDAP. -
Uses of DeleteResponse in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty that return types with arguments of type DeleteResponse