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

Packages that use CompareResponse
org.apache.directory.ldap.client.api   
org.apache.directory.ldap.client.api.future   
org.apache.directory.ldap.client.api.listener   
 

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

Methods in org.apache.directory.ldap.client.api that return CompareResponse
 CompareResponse LdapConnection.compare(CompareRequest compareRequest)
          compares an entry's attribute's value with that of the given value
 CompareResponse LdapConnection.compare(org.apache.directory.shared.ldap.name.DN dn, java.lang.String attributeName, byte[] value)
          Compares a whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given DN
 CompareResponse LdapConnection.compare(org.apache.directory.shared.ldap.name.DN dn, java.lang.String attributeName, java.lang.String value)
          Compares a whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given DN
 CompareResponse LdapConnection.compare(org.apache.directory.shared.ldap.name.DN dn, java.lang.String attributeName, org.apache.directory.shared.ldap.entry.Value<?> value)
          Compares a whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given DN
 CompareResponse LdapConnection.compare(java.lang.String dn, java.lang.String attributeName, byte[] value)
          Compares a whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given DN
 CompareResponse LdapConnection.compare(java.lang.String dn, java.lang.String attributeName, java.lang.String value)
          Compares a whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given DN
 CompareResponse LdapConnection.compare(java.lang.String dn, java.lang.String attributeName, org.apache.directory.shared.ldap.entry.Value<?> value)
          Compares a whether a given attribute's value matches that of the existing value of the attribute present in the entry with the given DN
 

Uses of CompareResponse in org.apache.directory.ldap.client.api.future
 

Methods in org.apache.directory.ldap.client.api.future that return CompareResponse
 CompareResponse CompareFuture.get()
          Get the CompareResponse, blocking until one is received.
 CompareResponse CompareFuture.get(long timeout, java.util.concurrent.TimeUnit unit)
          Get the CompareResponse, blocking until one is received, or until the given timeout is reached.
 

Uses of CompareResponse in org.apache.directory.ldap.client.api.listener
 

Methods in org.apache.directory.ldap.client.api.listener with parameters of type CompareResponse
 void CompareListener.attributeCompared(LdapConnection connection, CompareResponse response)
          callback method called after completing the compare operation.
 



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