Uses of Class
org.ldaptive.AddRequest
Packages that use AddRequest
-
Uses of AddRequest in org.ldaptive
Methods in org.ldaptive that return types with arguments of type AddRequestModifier 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.Methods in org.ldaptive with parameters of type AddRequestModifier and TypeMethodDescriptionAddOperation.execute(AddRequest request) Executes an add request.static AddResponseAddOperation.execute(ConnectionFactory factory, AddRequest request) Executes an add request.Connection.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 AddRequest in org.ldaptive.referral
Methods in org.ldaptive.referral that return AddRequestModifier and TypeMethodDescriptionprotected AddRequestFollowAddReferralHandler.createReferralRequest(LdapURL url) -
Uses of AddRequest in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty that return types with arguments of type AddRequestMethods in org.ldaptive.transport.netty with parameters of type AddRequest