Uses of Class
org.ldaptive.ModifyDnRequest

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

Uses of ModifyDnRequest in org.ldaptive
 

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

Uses of ModifyDnRequest in org.ldaptive.provider
 

Methods in org.ldaptive.provider with parameters of type ModifyDnRequest
 Response<Void> ProviderConnection.modifyDn(ModifyDnRequest request)
          Modify the DN of an entry in the ldap.
 

Uses of ModifyDnRequest in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi with parameters of type ModifyDnRequest
 Response<Void> JndiConnection.modifyDn(ModifyDnRequest request)
          Modify the DN of an entry in the ldap.
 



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