Uses of Class
org.ldaptive.AddResponse
-
Packages that use AddResponse Package Description org.ldaptive org.ldaptive.beans.persistence org.ldaptive.transport.netty -
-
Uses of AddResponse in org.ldaptive
Methods in org.ldaptive that return AddResponse Modifier and Type Method Description AddResponse
AddOperation. 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 AddResponse Modifier and Type Method Description OperationHandle<AddRequest,AddResponse>
Connection. operation(AddRequest request)
Creates a handle for an add operation.OperationHandle<AddRequest,AddResponse>
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 AddResponse Modifier and Type Method Description AddResponse
DefaultLdapEntryManager. add(T object)
AddResponse
DefaultLdapEntryManager. add(T object, ResultPredicate predicate)
Adds the supplied annotated object to an LDAP.AddResponse
LdapEntryManager. add(T object)
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 Modifier and Type Method Description DefaultOperationHandle<AddRequest,AddResponse>
NettyConnection. operation(AddRequest request)
-