Uses of Class
org.ldaptive.DeleteRequest

Packages that use DeleteRequest
org.ldaptive   
org.ldaptive.provider   
org.ldaptive.provider.jndi   
 

Uses of DeleteRequest in org.ldaptive
 

Methods in org.ldaptive with parameters of type DeleteRequest
protected  Response<Void> DeleteOperation.invoke(DeleteRequest request)
          Call the provider specific implementation of this ldap operation.
 

Uses of DeleteRequest in org.ldaptive.provider
 

Methods in org.ldaptive.provider with parameters of type DeleteRequest
 Response<Void> ProviderConnection.delete(DeleteRequest request)
          Delete an entry in the ldap.
 

Uses of DeleteRequest in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi with parameters of type DeleteRequest
 Response<Void> JndiConnection.delete(DeleteRequest request)
          Delete an entry in the ldap.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.