Uses of Class
org.ldaptive.AddRequest

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

Uses of AddRequest in org.ldaptive
 

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

Uses of AddRequest in org.ldaptive.provider
 

Methods in org.ldaptive.provider with parameters of type AddRequest
 Response<Void> ProviderConnection.add(AddRequest request)
          Add an entry to an ldap.
 

Uses of AddRequest in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi with parameters of type AddRequest
 Response<Void> JndiConnection.add(AddRequest request)
          Add an entry to an ldap.
 



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