Uses of Class
org.apache.directory.ldap.client.api.message.CompareRequest

Packages that use CompareRequest
org.apache.directory.ldap.client.api   
 

Uses of CompareRequest in org.apache.directory.ldap.client.api
 

Methods in org.apache.directory.ldap.client.api with parameters of type CompareRequest
 CompareResponse LdapConnection.compare(CompareRequest compareRequest)
          compares an entry's attribute's value with that of the given value
 CompareFuture LdapConnection.compareAsync(CompareRequest compareRequest)
          Asynchronously compares an entry's attribute's value with that of the given value
 



Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.